diff --git "a/graph_drake.json" "b/graph_drake.json" new file mode 100644--- /dev/null +++ "b/graph_drake.json" @@ -0,0 +1,228688 @@ +{ + "repo_root": "C:\\repos\\v3\\drake", + "files_scanned": 399, + "modules_parsed": 398, + "function_graph": { + "bindings.generated_docstrings.test.diff_test": [ + { + "id": "bindings.generated_docstrings.test.diff_test._read_resource", + "name": "_read_resource", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "bindings.generated_docstrings.test.diff_test.main", + "name": "main", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "bindings.generated_docstrings.tools.regenerate": [ + { + "id": "bindings.generated_docstrings.tools.regenerate.main", + "name": "main", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.all": [], + "bindings.pydrake.forwarddiff": [ + { + "id": "bindings.pydrake.forwarddiff.derivative", + "name": "derivative", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.forwarddiff.gradient", + "name": "gradient", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.forwarddiff.jacobian", + "name": "jacobian", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.forwarddiff.sin", + "name": "sin", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.forwarddiff.cos", + "name": "cos", + "lineno": 79, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.stubgen": [ + { + "id": "bindings.pydrake.stubgen._pydrake_modules", + "name": "_pydrake_modules", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.stubgen._pyi_generated", + "name": "_pyi_generated", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.stubgen._copy_pyi", + "name": "_copy_pyi", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.stubgen._actual_main", + "name": "_actual_main", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.stubgen._wrapper_main", + "name": "_wrapper_main", + "lineno": 114, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.tutorials": [ + { + "id": "bindings.pydrake.tutorials.__main", + "name": "__main", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake._all_everything": [], + "bindings.pydrake._lcm_extra": [ + { + "id": "bindings.pydrake._lcm_extra.Subscriber.__init__", + "name": "__init__", + "lineno": 17, + "scope": "Subscriber", + "is_async": false + }, + { + "id": "bindings.pydrake._lcm_extra.Subscriber.clear", + "name": "clear", + "lineno": 29, + "scope": "Subscriber", + "is_async": false + }, + { + "id": "bindings.pydrake._lcm_extra.Subscriber._handler", + "name": "_handler", + "lineno": 34, + "scope": "Subscriber", + "is_async": false + } + ], + "bindings.pydrake._trajectories_extra": [ + { + "id": "bindings.pydrake._trajectories_extra.__getattr__", + "name": "__getattr__", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake._trajectories_extra._wrapped_trajectory_repr", + "name": "_wrapped_trajectory_repr", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake._trajectories_extra._add_repr_functions", + "name": "_add_repr_functions", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake": [ + { + "id": "bindings.pydrake.getDrakePath", + "name": "getDrakePath", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake._execute_extra_python_code", + "name": "_execute_extra_python_code", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake._setattr_kwargs", + "name": "_setattr_kwargs", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake._import_cc_module_vars", + "name": "_import_cc_module_vars", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake._is_building_documentation", + "name": "_is_building_documentation", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake._check_for_rtld_global_usages", + "name": "_check_for_rtld_global_usages", + "lineno": 113, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.autodiffutils._autodiffutils_extra": [ + { + "id": "bindings.pydrake.autodiffutils._autodiffutils_extra.InitializeAutoDiffTuple", + "name": "InitializeAutoDiffTuple", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils._autodiffutils_extra.autodiff_equal_to", + "name": "autodiff_equal_to", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.autodiffutils.test.autodiffutils_test": [ + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "name": "check_logical", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "name": "test_scalar_api", + "lineno": 48, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_api", + "name": "test_array_api", + "lineno": 103, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "name": "_check_algebra", + "lineno": 134, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_algebra", + "name": "test_scalar_algebra", + "lineno": 207, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_algebra", + "name": "test_array_algebra", + "lineno": 211, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_linear_algebra", + "name": "test_linear_algebra", + "lineno": 216, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "name": "test_math_utils", + "lineno": 254, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_autodiff_equal_to", + "name": "test_autodiff_equal_to", + "lineno": 280, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "name": "test_vectorized_binary_operator_type_combinatorics", + "lineno": 323, + "scope": "TestAutoDiffXd", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.expand_values", + "name": "expand_values", + "lineno": 331, + "scope": "TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "is_async": false + }, + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.check_operands", + "name": "check_operands", + "lineno": 364, + "scope": "TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "is_async": false + } + ], + "bindings.pydrake.common.all": [], + "bindings.pydrake.common.compatibility": [ + { + "id": "bindings.pydrake.common.compatibility._defer_callable_type", + "name": "_defer_callable_type", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.compatibility._defer_callable_type.Deferred.__init__", + "name": "__init__", + "lineno": 20, + "scope": "_defer_callable_type.Deferred", + "is_async": false + }, + { + "id": "bindings.pydrake.common.compatibility._defer_callable_type.Deferred._get_obj", + "name": "_get_obj", + "lineno": 25, + "scope": "_defer_callable_type.Deferred", + "is_async": false + }, + { + "id": "bindings.pydrake.common.compatibility._defer_callable_type.Deferred.__call__", + "name": "__call__", + "lineno": 30, + "scope": "_defer_callable_type.Deferred", + "is_async": false + }, + { + "id": "bindings.pydrake.common.compatibility.maybe_patch_numpy_formatters", + "name": "maybe_patch_numpy_formatters", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.containers": [ + { + "id": "bindings.pydrake.common.containers._EqualityProxyBase.__init__", + "name": "__init__", + "lineno": 12, + "scope": "_EqualityProxyBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._EqualityProxyBase._get_value", + "name": "_get_value", + "lineno": 15, + "scope": "_EqualityProxyBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._EqualityProxyBase.__hash__", + "name": "__hash__", + "lineno": 18, + "scope": "_EqualityProxyBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._EqualityProxyBase.__eq__", + "name": "__eq__", + "lineno": 21, + "scope": "_EqualityProxyBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap.__init__", + "name": "__init__", + "lineno": 31, + "scope": "_DictKeyWrap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap.__setitem__", + "name": "__setitem__", + "lineno": 44, + "scope": "_DictKeyWrap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap.__getitem__", + "name": "__getitem__", + "lineno": 47, + "scope": "_DictKeyWrap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap.__delitem__", + "name": "__delitem__", + "lineno": 50, + "scope": "_DictKeyWrap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap.__contains__", + "name": "__contains__", + "lineno": 53, + "scope": "_DictKeyWrap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap.items", + "name": "items", + "lineno": 56, + "scope": "_DictKeyWrap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap.keys", + "name": "keys", + "lineno": 59, + "scope": "_DictKeyWrap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap.raw", + "name": "raw", + "lineno": 62, + "scope": "_DictKeyWrap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.EqualToDict.__init__", + "name": "__init__", + "lineno": 76, + "scope": "EqualToDict", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.EqualToDict.__init__.Proxy.__eq__", + "name": "__eq__", + "lineno": 78, + "scope": "EqualToDict.__init__.Proxy", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__init__", + "name": "__init__", + "lineno": 99, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.get_fields", + "name": "get_fields", + "lineno": 110, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__getitem__", + "name": "__getitem__", + "lineno": 114, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__setitem__", + "name": "__setitem__", + "lineno": 117, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__setattr__", + "name": "__setattr__", + "lineno": 120, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__len__", + "name": "__len__", + "lineno": 129, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__iter__", + "name": "__iter__", + "lineno": 132, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__array__", + "name": "__array__", + "lineno": 135, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase._str_like", + "name": "_str_like", + "lineno": 139, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__str__", + "name": "__str__", + "lineno": 146, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.__repr__", + "name": "__repr__", + "lineno": 149, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase._item_property", + "name": "_item_property", + "lineno": 154, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase.Zero", + "name": "Zero", + "lineno": 162, + "scope": "NamedViewBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers._sanitize_field_name", + "name": "_sanitize_field_name", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.containers.namedview", + "name": "namedview", + "lineno": 182, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.cpp_param": [ + { + "id": "bindings.pydrake.common.cpp_param._StrictMap.__init__", + "name": "__init__", + "lineno": 17, + "scope": "_StrictMap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._StrictMap.add", + "name": "add", + "lineno": 20, + "scope": "_StrictMap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._StrictMap.get", + "name": "get", + "lineno": 24, + "scope": "_StrictMap", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._ParamAliases.__init__", + "name": "__init__", + "lineno": 31, + "scope": "_ParamAliases", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "name": "_register_common", + "lineno": 35, + "scope": "_ParamAliases", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "name": "register", + "lineno": 51, + "scope": "_ParamAliases", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._ParamAliases.is_aliased", + "name": "is_aliased", + "lineno": 56, + "scope": "_ParamAliases", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._ParamAliases.get_canonical", + "name": "get_canonical", + "lineno": 60, + "scope": "_ParamAliases", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._ParamAliases._resugar_typing_shortcuts", + "name": "_resugar_typing_shortcuts", + "lineno": 66, + "scope": "_ParamAliases", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "name": "get_name", + "lineno": 79, + "scope": "_ParamAliases", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param.get_param_canonical", + "name": "get_param_canonical", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param.get_param_names", + "name": "get_param_names", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._Generic.__init__", + "name": "__init__", + "lineno": 136, + "scope": "_Generic", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._Generic.__getitem__", + "name": "__getitem__", + "lineno": 141, + "scope": "_Generic", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._Generic.__repr__", + "name": "__repr__", + "lineno": 152, + "scope": "_Generic", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._dict_instantiator", + "name": "_dict_instantiator", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._list_instantiator", + "name": "_list_instantiator", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._optional_instantiator", + "name": "_optional_instantiator", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_param._union_instantiator", + "name": "_union_instantiator", + "lineno": 171, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.cpp_template": [ + { + "id": "bindings.pydrake.common.cpp_template._get_module_from_stack", + "name": "_get_module_from_stack", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template._is_pybind11_type_error", + "name": "_is_pybind11_type_error", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.get_or_init", + "name": "get_or_init", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template._Deprecation.__init__", + "name": "__init__", + "lineno": 53, + "scope": "_Deprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.__init__", + "name": "__init__", + "lineno": 63, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.__getitem__", + "name": "__getitem__", + "lineno": 83, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.__call__", + "name": "__call__", + "lineno": 98, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase._call_internal", + "name": "_call_internal", + "lineno": 123, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.get_module_name", + "name": "get_module_name", + "lineno": 133, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "name": "get_instantiation", + "lineno": 173, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.add_instantiation", + "name": "add_instantiation", + "lineno": 201, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase._add_instantiation_internal", + "name": "_add_instantiation_internal", + "lineno": 218, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.add_instantiations", + "name": "add_instantiations", + "lineno": 229, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.deprecate_instantiation", + "name": "deprecate_instantiation", + "lineno": 252, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.get_param_set", + "name": "get_param_set", + "lineno": 279, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.is_instantiation", + "name": "is_instantiation", + "lineno": 291, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase._param_resolve", + "name": "_param_resolve", + "lineno": 301, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "name": "_instantiation_name", + "lineno": 315, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase._full_name", + "name": "_full_name", + "lineno": 336, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.__str__", + "name": "__str__", + "lineno": 339, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase._on_add", + "name": "_on_add", + "lineno": 343, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.define", + "name": "define", + "lineno": 348, + "scope": "TemplateBase", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase.define.decorator", + "name": "decorator", + "lineno": 382, + "scope": "TemplateBase.define", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateClass.__init__", + "name": "__init__", + "lineno": 392, + "scope": "TemplateClass", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateClass._on_add", + "name": "_on_add", + "lineno": 397, + "scope": "TemplateClass", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateClass.is_subclass_of_instantiation", + "name": "is_subclass_of_instantiation", + "lineno": 416, + "scope": "TemplateClass", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template._rename_callable", + "name": "_rename_callable", + "lineno": 429, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template._rename_callable.f", + "name": "f", + "lineno": 452, + "scope": "_rename_callable", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateFunction._on_add", + "name": "_on_add", + "lineno": 469, + "scope": "TemplateFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod.__init__", + "name": "__init__", + "lineno": 480, + "scope": "TemplateMethod", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod._on_add", + "name": "_on_add", + "lineno": 488, + "scope": "TemplateMethod", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod.__get__", + "name": "__get__", + "lineno": 495, + "scope": "TemplateMethod", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod.__set__", + "name": "__set__", + "lineno": 502, + "scope": "TemplateMethod", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod.__str__", + "name": "__str__", + "lineno": 505, + "scope": "TemplateMethod", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod._full_name", + "name": "_full_name", + "lineno": 508, + "scope": "TemplateMethod", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod._Bound.__init__", + "name": "__init__", + "lineno": 512, + "scope": "TemplateMethod._Bound", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod._Bound.__getitem__", + "name": "__getitem__", + "lineno": 516, + "scope": "TemplateMethod._Bound", + "is_async": false + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod._Bound.__str__", + "name": "__str__", + "lineno": 521, + "scope": "TemplateMethod._Bound", + "is_async": false + } + ], + "bindings.pydrake.common.deprecation": [ + { + "id": "bindings.pydrake.common.deprecation.ModuleShim.__init__", + "name": "__init__", + "lineno": 55, + "scope": "ModuleShim", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.ModuleShim.__getattr__", + "name": "__getattr__", + "lineno": 67, + "scope": "ModuleShim", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.ModuleShim.__setattr__", + "name": "__setattr__", + "lineno": 86, + "scope": "ModuleShim", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.ModuleShim.__delattr__", + "name": "__delattr__", + "lineno": 90, + "scope": "ModuleShim", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.ModuleShim.__repr__", + "name": "__repr__", + "lineno": 94, + "scope": "ModuleShim", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.ModuleShim.__dir__", + "name": "__dir__", + "lineno": 97, + "scope": "ModuleShim", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.ModuleShim._install", + "name": "_install", + "lineno": 103, + "scope": "ModuleShim", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._format_deprecation_message", + "name": "_format_deprecation_message", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._warn_deprecated", + "name": "_warn_deprecated", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._DeprecatedDescriptor.__init__", + "name": "__init__", + "lineno": 172, + "scope": "_DeprecatedDescriptor", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._DeprecatedDescriptor._warn", + "name": "_warn", + "lineno": 181, + "scope": "_DeprecatedDescriptor", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._DeprecatedDescriptor.__get__", + "name": "__get__", + "lineno": 184, + "scope": "_DeprecatedDescriptor", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._DeprecatedDescriptor.__set__", + "name": "__set__", + "lineno": 188, + "scope": "_DeprecatedDescriptor", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._DeprecatedDescriptor.__delete__", + "name": "__delete__", + "lineno": 192, + "scope": "_DeprecatedDescriptor", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.deprecated", + "name": "deprecated", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.deprecated.wrapped", + "name": "wrapped", + "lineno": 217, + "scope": "deprecated", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.install_numpy_warning_filters", + "name": "install_numpy_warning_filters", + "lineno": 223, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.deprecated_callable", + "name": "deprecated_callable", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.deprecated_callable.decorator", + "name": "decorator", + "lineno": 294, + "scope": "deprecated_callable", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation.deprecated_callable.decorator.wrapped", + "name": "wrapped", + "lineno": 295, + "scope": "deprecated_callable.decorator", + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._forward_callables_as_deprecated", + "name": "_forward_callables_as_deprecated", + "lineno": 309, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.deprecation._get_deprecation_severity", + "name": "_get_deprecation_severity", + "lineno": 328, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.jupyter": [ + { + "id": "bindings.pydrake.common.jupyter.process_ipywidget_events", + "name": "process_ipywidget_events", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.jupyter.process_ipywidget_events._get_shell_stream", + "name": "_get_shell_stream", + "lineno": 41, + "scope": "process_ipywidget_events", + "is_async": false + }, + { + "id": "bindings.pydrake.common.jupyter.process_ipywidget_events._replay_events", + "name": "_replay_events", + "lineno": 64, + "scope": "process_ipywidget_events", + "is_async": false + } + ], + "bindings.pydrake.common.yaml": [ + { + "id": "bindings.pydrake.common.yaml._SchemaLoader._handle_multi_variant", + "name": "_handle_multi_variant", + "lineno": 21, + "scope": "_SchemaLoader", + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml.yaml_load_data", + "name": "yaml_load_data", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml.yaml_load_file", + "name": "yaml_load_file", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml.yaml_load", + "name": "yaml_load", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._SchemaDumper.__init__", + "name": "__init__", + "lineno": 131, + "scope": "_SchemaDumper", + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._SchemaDumper._represent_explicit_scalar", + "name": "_represent_explicit_scalar", + "lineno": 138, + "scope": "_SchemaDumper", + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._SchemaDumper._represent_dict", + "name": "_represent_dict", + "lineno": 148, + "scope": "_SchemaDumper", + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._SchemaDumper._represent_undefined", + "name": "_represent_undefined", + "lineno": 158, + "scope": "_SchemaDumper", + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._DrakeFlowSchemaDumper.serialize_node", + "name": "serialize_node", + "lineno": 187, + "scope": "_DrakeFlowSchemaDumper", + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml.yaml_dump", + "name": "yaml_dump", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._enumerate_field_types", + "name": "_enumerate_field_types", + "lineno": 220, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._is_union", + "name": "_is_union", + "lineno": 250, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._get_nested_optional_type", + "name": "_get_nested_optional_type", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._create_from_schema", + "name": "_create_from_schema", + "lineno": 271, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._convert_yaml_primitive_to_schema_type", + "name": "_convert_yaml_primitive_to_schema_type", + "lineno": 296, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "name": "_merge_yaml_dict_item_into_target", + "lineno": 331, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._merge_yaml_dict_into_target", + "name": "_merge_yaml_dict_into_target", + "lineno": 573, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml.yaml_load_typed", + "name": "yaml_load_typed", + "lineno": 630, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._yaml_dump_get_attribute", + "name": "_yaml_dump_get_attribute", + "lineno": 721, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "name": "_yaml_dump_typed_item", + "lineno": 734, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml._erase_matching_maps", + "name": "_erase_matching_maps", + "lineno": 851, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.yaml.yaml_dump_typed", + "name": "yaml_dump_typed", + "lineno": 879, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common._common_extra": [ + { + "id": "bindings.pydrake.common._common_extra._python_level_to_spdlog", + "name": "_python_level_to_spdlog", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._sync_spdlog_level", + "name": "_sync_spdlog_level", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._monkey_patch_logger_level_events", + "name": "_monkey_patch_logger_level_events", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._monkey_patch_logger_level_events.spdlog_syncing_dict.clear", + "name": "clear", + "lineno": 70, + "scope": "_monkey_patch_logger_level_events.spdlog_syncing_dict", + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra.configure_logging", + "name": "configure_logging", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra.use_native_cpp_logging", + "name": "use_native_cpp_logging", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._wrap_to_match_input_shape", + "name": "_wrap_to_match_input_shape", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._wrap_to_match_input_shape.wrapper", + "name": "wrapper", + "lineno": 140, + "scope": "_wrap_to_match_input_shape", + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._MangledName.mangle", + "name": "mangle", + "lineno": 196, + "scope": "_MangledName", + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._MangledName.demangle", + "name": "demangle", + "lineno": 221, + "scope": "_MangledName", + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._MangledName.module_getattr", + "name": "module_getattr", + "lineno": 230, + "scope": "_MangledName", + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra.pretty_class_name", + "name": "pretty_class_name", + "lineno": 273, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._add_extraneous_repr_functions", + "name": "_add_extraneous_repr_functions", + "lineno": 292, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common._common_extra._add_extraneous_repr_functions.mem_file_repr", + "name": "mem_file_repr", + "lineno": 297, + "scope": "_add_extraneous_repr_functions", + "is_async": false + } + ], + "bindings.pydrake.common._eigen_geometry_extra": [ + { + "id": "bindings.pydrake.common._eigen_geometry_extra.__getattr__", + "name": "__getattr__", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common._value_extra": [ + { + "id": "bindings.pydrake.common._value_extra._AbstractValue_Make", + "name": "_AbstractValue_Make", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.test.compatibility_test": [ + { + "id": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_numpy_formatters", + "name": "test_numpy_formatters", + "lineno": 22, + "scope": "TestCompatibility", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_gil_callback", + "name": "test_gil_callback", + "lineno": 40, + "scope": "TestCompatibility", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_gil_callback.callback", + "name": "callback", + "lineno": 45, + "scope": "TestCompatibility.test_gil_callback", + "is_async": false + } + ], + "bindings.pydrake.common.test.containers_test": [ + { + "id": "bindings.pydrake.common.test.containers_test.Comparison.__init__", + "name": "__init__", + "lineno": 9, + "scope": "Comparison", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.Comparison.__bool__", + "name": "__bool__", + "lineno": 13, + "scope": "Comparison", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.Item.__init__", + "name": "__init__", + "lineno": 22, + "scope": "Item", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.Item.__hash__", + "name": "__hash__", + "lineno": 25, + "scope": "Item", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.Item.__eq__", + "name": "__eq__", + "lineno": 28, + "scope": "Item", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.Item.EqualTo", + "name": "EqualTo", + "lineno": 32, + "scope": "Item", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_normal_dict", + "name": "test_normal_dict", + "lineno": 43, + "scope": "TestEqualToDict", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "name": "test_equal_to_dict", + "lineno": 52, + "scope": "TestEqualToDict", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.is_same_array", + "name": "is_same_array", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "name": "test_meta", + "lineno": 95, + "scope": "TestNamedView", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "name": "test_array", + "lineno": 109, + "scope": "TestNamedView", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestNamedView.test_Zero", + "name": "test_Zero", + "lineno": 133, + "scope": "TestNamedView", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestNamedView.test_name_sanitation", + "name": "test_name_sanitation", + "lineno": 140, + "scope": "TestNamedView", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestNamedView.test_uniqueness", + "name": "test_uniqueness", + "lineno": 160, + "scope": "TestNamedView", + "is_async": false + } + ], + "bindings.pydrake.common.test.cpp_param_test": [ + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_alias", + "name": "_check_alias", + "lineno": 40, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "name": "_check_idempotent", + "lineno": 44, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "name": "_check_aliases", + "lineno": 47, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "name": "_check_names", + "lineno": 51, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_cpp_tests", + "name": "test_cpp_tests", + "lineno": 56, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "name": "test_idempotent", + "lineno": 60, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "name": "test_aliases", + "lineno": 80, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "name": "test_names", + "lineno": 93, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_mangled_names", + "name": "test_mangled_names", + "lineno": 112, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.assert_equal_but_not_aliased", + "name": "assert_equal_but_not_aliased", + "lineno": 130, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic", + "name": "test_generic", + "lineno": 134, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic_dims", + "name": "test_generic_dims", + "lineno": 146, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_identifier_mangling", + "name": "test_identifier_mangling", + "lineno": 166, + "scope": "TestCppParam", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_mangling_module_lookup", + "name": "test_mangling_module_lookup", + "lineno": 193, + "scope": "TestCppParam", + "is_async": false + } + ], + "bindings.pydrake.common.test.cpp_template_test": [ + { + "id": "bindings.pydrake.common.test.cpp_template_test.dummy_a", + "name": "dummy_a", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.dummy_b", + "name": "dummy_b", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.DummyC.dummy_c", + "name": "dummy_c", + "lineno": 44, + "scope": "DummyC", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.DummyC.dummy_d", + "name": "dummy_d", + "lineno": 47, + "scope": "DummyC", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "name": "test_base", + "lineno": 56, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base.instantiation_func", + "name": "instantiation_func", + "lineno": 97, + "scope": "TestCppTemplate.test_base", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base_negative", + "name": "test_base_negative", + "lineno": 115, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "name": "test_deprecation", + "lineno": 128, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_class", + "name": "test_class", + "lineno": 149, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "name": "test_user_class", + "lineno": 167, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class.MyTemplate", + "name": "MyTemplate", + "lineno": 171, + "scope": "TestCppTemplate.test_user_class", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class.MyTemplate.Impl.__init__", + "name": "__init__", + "lineno": 177, + "scope": "TestCppTemplate.test_user_class.MyTemplate.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class.MyTemplate.Impl.__mangled_method", + "name": "__mangled_method", + "lineno": 181, + "scope": "TestCppTemplate.test_user_class.MyTemplate.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_function", + "name": "test_function", + "lineno": 221, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "name": "test_method", + "lineno": 236, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "name": "test_get_or_init", + "lineno": 267, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init.get_tpl_cls", + "name": "get_tpl_cls", + "lineno": 270, + "scope": "TestCppTemplate.test_get_or_init", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init.get_tpl_method", + "name": "get_tpl_method", + "lineno": 279, + "scope": "TestCppTemplate.test_get_or_init", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call", + "name": "test_call", + "lineno": 288, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call.check_int", + "name": "check_int", + "lineno": 291, + "scope": "TestCppTemplate.test_call", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call.check_float", + "name": "check_float", + "lineno": 297, + "scope": "TestCppTemplate.test_call", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_documentation_flag_sanity", + "name": "test_documentation_flag_sanity", + "lineno": 318, + "scope": "TestCppTemplate", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "name": "test_template_type_mappings", + "lineno": 322, + "scope": "TestCppTemplate", + "is_async": false + } + ], + "bindings.pydrake.common.test.deprecation_autocomplete_test": [ + { + "id": "bindings.pydrake.common.test.deprecation_autocomplete_test.get_completion_suffixes", + "name": "get_completion_suffixes", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation.test_module_autocomplete", + "name": "test_module_autocomplete", + "lineno": 40, + "scope": "TestDeprecation", + "is_async": false + } + ], + "bindings.pydrake.common.test.deprecation_test": [ + { + "id": "bindings.pydrake.common.test.deprecation_test._get_full_message", + "name": "_get_full_message", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._set_severity_env", + "name": "_set_severity_env", + "lineno": 34, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.tearDown", + "name": "tearDown", + "lineno": 38, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_nominal", + "name": "test_module_nominal", + "lineno": 52, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_direct", + "name": "test_module_import_direct", + "lineno": 66, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_from_direct", + "name": "test_module_import_from_direct", + "lineno": 73, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_from_all", + "name": "test_module_import_from_all", + "lineno": 91, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_exec", + "name": "test_module_import_exec", + "lineno": 99, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "name": "_check_warning", + "lineno": 105, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "name": "test_python_deprecation_usages", + "lineno": 113, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages.base_deprecation", + "name": "base_deprecation", + "lineno": 122, + "scope": "TestDeprecation.test_python_deprecation_usages", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecated_callable", + "name": "test_deprecated_callable", + "lineno": 203, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_invalid_deprecation_env", + "name": "test_invalid_deprecation_env", + "lineno": 228, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_ignore_deprecation_warnings", + "name": "test_ignore_deprecation_warnings", + "lineno": 241, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors", + "name": "test_deprecation_as_errors", + "lineno": 253, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_ignore_deprecation_warnings_bindings", + "name": "test_ignore_deprecation_warnings_bindings", + "lineno": 277, + "scope": "TestDeprecation", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors_bindings", + "name": "test_deprecation_as_errors_bindings", + "lineno": 301, + "scope": "TestDeprecation", + "is_async": false + } + ], + "bindings.pydrake.common.test.deprecation_utility_test": [ + { + "id": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_deprecated_param_init", + "name": "test_cc_deprecated_param_init", + "lineno": 23, + "scope": "TestDeprecationExample", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_py_init_deprecated", + "name": "test_cc_py_init_deprecated", + "lineno": 31, + "scope": "TestDeprecationExample", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_deprecate_attribute", + "name": "test_cc_deprecate_attribute", + "lineno": 43, + "scope": "TestDeprecationExample", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_wrap_deprecated_for_overload", + "name": "test_cc_wrap_deprecated_for_overload", + "lineno": 52, + "scope": "TestDeprecationExample", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_wrap_deprecated_for_parallelism", + "name": "test_cc_wrap_deprecated_for_parallelism", + "lineno": 62, + "scope": "TestDeprecationExample", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_wrap_deprecated_for_old_kwarg", + "name": "test_cc_wrap_deprecated_for_old_kwarg", + "lineno": 68, + "scope": "TestDeprecationExample", + "is_async": false + } + ], + "bindings.pydrake.common.test.eigen_geometry_test": [ + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.normalize", + "name": "normalize", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.check_cast", + "name": "check_cast", + "lineno": 22, + "scope": "TestEigenGeometry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_argument_deduction", + "name": "test_argument_deduction", + "lineno": 33, + "scope": "TestEigenGeometry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "name": "test_quaternion", + "lineno": 39, + "scope": "TestEigenGeometry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_legacy_unpickle", + "name": "test_legacy_unpickle", + "lineno": 150, + "scope": "TestEigenGeometry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "name": "test_isometry3", + "lineno": 164, + "scope": "TestEigenGeometry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_angle_axis", + "name": "test_angle_axis", + "lineno": 251, + "scope": "TestEigenGeometry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_angle_axis.get_vector", + "name": "get_vector", + "lineno": 318, + "scope": "TestEigenGeometry.test_angle_axis", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_value_instantiations", + "name": "test_value_instantiations", + "lineno": 324, + "scope": "TestEigenGeometry", + "is_async": false + } + ], + "bindings.pydrake.common.test.eigen_pybind_test": [ + { + "id": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind.test_passing_eigen_ptr", + "name": "test_passing_eigen_ptr", + "lineno": 9, + "scope": "TestEigenPybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind.test_manipulating_eigen_ptr", + "name": "test_manipulating_eigen_ptr", + "lineno": 14, + "scope": "TestEigenPybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind.test_null_eigen_ptr", + "name": "test_null_eigen_ptr", + "lineno": 33, + "scope": "TestEigenPybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind.test_invalid_eigen_ptr", + "name": "test_invalid_eigen_ptr", + "lineno": 39, + "scope": "TestEigenPybind", + "is_async": false + } + ], + "bindings.pydrake.common.test.module_test": [ + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_drake_demand_throws", + "name": "test_drake_demand_throws", + "lineno": 17, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_find_resource_or_throw", + "name": "test_find_resource_or_throw", + "lineno": 38, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_sha256", + "name": "test_sha256", + "lineno": 41, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "name": "test_memory_file", + "lineno": 57, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file.string_regex", + "name": "string_regex", + "lineno": 80, + "scope": "TestCommon.test_memory_file", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file_yaml_serialization", + "name": "test_memory_file_yaml_serialization", + "lineno": 101, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "name": "test_parallelism", + "lineno": 130, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_temp_directory", + "name": "test_temp_directory", + "lineno": 164, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_tolerance_type", + "name": "test_tolerance_type", + "lineno": 172, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_random_distribution", + "name": "test_random_distribution", + "lineno": 177, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_logging", + "name": "test_logging", + "lineno": 183, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_random_generator", + "name": "test_random_generator", + "lineno": 186, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_random_numpy_coordination", + "name": "test_random_numpy_coordination", + "lineno": 192, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_calc_probability_density", + "name": "test_calc_probability_density", + "lineno": 202, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_assert_is_armed", + "name": "test_assert_is_armed", + "lineno": 212, + "scope": "TestCommon", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.module_test.TestCommon.test_nice_type_name", + "name": "test_nice_type_name", + "lineno": 215, + "scope": "TestCommon", + "is_async": false + } + ], + "bindings.pydrake.common.test.numpy_compare_test": [ + { + "id": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "name": "__init__", + "lineno": 11, + "scope": "Custom", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.Custom.__str__", + "name": "__str__", + "lineno": 15, + "scope": "Custom", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.Custom.assert_eq", + "name": "assert_eq", + "lineno": 18, + "scope": "Custom", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.Custom.assert_ne", + "name": "assert_ne", + "lineno": 21, + "scope": "Custom", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "name": "test_to_float", + "lineno": 36, + "scope": "TestNumpyCompareSimple", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_resolve_type", + "name": "test_resolve_type", + "lineno": 66, + "scope": "TestNumpyCompareSimple", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_builtin", + "name": "test_asserts_builtin", + "lineno": 76, + "scope": "TestNumpyCompareSimple", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "name": "test_asserts_custom", + "lineno": 98, + "scope": "TestNumpyCompareSimple", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_autodiff", + "name": "test_asserts_autodiff", + "lineno": 125, + "scope": "TestNumpyCompareSimple", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_symbolic", + "name": "test_asserts_symbolic", + "lineno": 135, + "scope": "TestNumpyCompareSimple", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators", + "name": "test_decorators", + "lineno": 152, + "scope": "TestNumpyCompareSimple", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators.decorated_all", + "name": "decorated_all", + "lineno": 157, + "scope": "TestNumpyCompareSimple.test_decorators", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators.decorated_nonsymbolic", + "name": "decorated_nonsymbolic", + "lineno": 162, + "scope": "TestNumpyCompareSimple.test_decorators", + "is_async": false + } + ], + "bindings.pydrake.common.test.pybind11_version_test": [ + { + "id": "bindings.pydrake.common.test.pybind11_version_test.TestPybind11Version.test_values", + "name": "test_values", + "lineno": 11, + "scope": "TestPybind11Version", + "is_async": false + } + ], + "bindings.pydrake.common.test.ref_cycle_test": [ + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "name": "check_is_collectable_cycle", + "lineno": 25, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_no_cycle", + "name": "check_no_cycle", + "lineno": 49, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_invalid_index", + "name": "test_invalid_index", + "lineno": 53, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_ouroboros", + "name": "test_ouroboros", + "lineno": 59, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_cycle_ok", + "name": "test_arbitrary_cycle_ok", + "lineno": 71, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_cycle_bad", + "name": "test_arbitrary_cycle_bad", + "lineno": 75, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_link_ok", + "name": "test_arbitrary_link_ok", + "lineno": 81, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_link_bad", + "name": "test_arbitrary_link_bad", + "lineno": 85, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_free_function", + "name": "test_free_function", + "lineno": 91, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_init_cycle", + "name": "test_init_cycle", + "lineno": 97, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_add", + "name": "test_not_dynamic_add", + "lineno": 104, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_return", + "name": "test_not_dynamic_return", + "lineno": 116, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_null", + "name": "test_not_dynamic_null", + "lineno": 127, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_not", + "name": "test_is_dynamic_add_not", + "lineno": 134, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_not", + "name": "test_is_dynamic_return_not", + "lineno": 145, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_null", + "name": "test_is_dynamic_return_null", + "lineno": 156, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_is", + "name": "test_is_dynamic_add_is", + "lineno": 165, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_is", + "name": "test_is_dynamic_return_is", + "lineno": 175, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_actual_collection", + "name": "test_actual_collection", + "lineno": 184, + "scope": "TestRefCycle", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_actual_collection.make_a_cycle", + "name": "make_a_cycle", + "lineno": 185, + "scope": "TestRefCycle.test_actual_collection", + "is_async": false + } + ], + "bindings.pydrake.common.test.schema_serialization_test": [ + { + "id": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "name": "_check_yaml_semantic_equality", + "lineno": 31, + "scope": "BaseTest", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_singular_types", + "name": "test_singular_types", + "lineno": 46, + "scope": "TestStochasticSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_vector_types", + "name": "test_vector_types", + "lineno": 62, + "scope": "TestStochasticSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy", + "name": "test_rpy", + "lineno": 80, + "scope": "TestRotationSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_angle_axis", + "name": "test_angle_axis", + "lineno": 90, + "scope": "TestRotationSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_uniform", + "name": "test_uniform", + "lineno": 99, + "scope": "TestRotationSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy_uniform", + "name": "test_rpy_uniform", + "lineno": 106, + "scope": "TestRotationSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_deterministic", + "name": "test_deterministic", + "lineno": 121, + "scope": "TestTransformSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random", + "name": "test_random", + "lineno": 133, + "scope": "TestTransformSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "name": "test_random_bounded", + "lineno": 148, + "scope": "TestTransformSerialization", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_angle_axis", + "name": "test_random_angle_axis", + "lineno": 167, + "scope": "TestTransformSerialization", + "is_async": false + } + ], + "bindings.pydrake.common.test.schema_test": [ + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution", + "name": "_check_distribution", + "lineno": 13, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_deterministic", + "name": "test_deterministic", + "lineno": 25, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_gaussian", + "name": "test_gaussian", + "lineno": 32, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_uniform", + "name": "test_uniform", + "lineno": 40, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_uniform_discrete", + "name": "test_uniform_discrete", + "lineno": 48, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_distribution_variant", + "name": "test_distribution_variant", + "lineno": 55, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution_vector", + "name": "_check_distribution_vector", + "lineno": 73, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_deterministic_vector", + "name": "test_deterministic_vector", + "lineno": 85, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_gaussian_vector", + "name": "test_gaussian_vector", + "lineno": 92, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_uniform_vector", + "name": "test_uniform_vector", + "lineno": 100, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_sized_vectors", + "name": "test_sized_vectors", + "lineno": 108, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_distribution_vector_variant", + "name": "test_distribution_vector_variant", + "lineno": 126, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_rotation", + "name": "test_rotation", + "lineno": 143, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_rotation_nested_classes", + "name": "test_rotation_nested_classes", + "lineno": 173, + "scope": "TestSchema", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema.test_transform", + "name": "test_transform", + "lineno": 191, + "scope": "TestSchema", + "is_async": false + } + ], + "bindings.pydrake.common.test.serialize_import_failure_test": [ + { + "id": "bindings.pydrake.common.test.serialize_import_failure_test.TestSerializeImportFailure.test_import_exception", + "name": "test_import_exception", + "lineno": 5, + "scope": "TestSerializeImportFailure", + "is_async": false + } + ], + "bindings.pydrake.common.test.serialize_pybind_test": [ + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind._make_data1", + "name": "_make_data1", + "lineno": 16, + "scope": "TestSerializePybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind._make_data2", + "name": "_make_data2", + "lineno": 20, + "scope": "TestSerializePybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_no_docs", + "name": "test_attributes_using_serialize_no_docs", + "lineno": 35, + "scope": "TestSerializePybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_with_docs", + "name": "test_attributes_using_serialize_with_docs", + "lineno": 52, + "scope": "TestSerializePybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "name": "test_attributes_using_serialize_types", + "lineno": 70, + "scope": "TestSerializePybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_using_serialize_no_docs", + "name": "test_repr_using_serialize_no_docs", + "lineno": 121, + "scope": "TestSerializePybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_using_serialize_with_docs", + "name": "test_repr_using_serialize_with_docs", + "lineno": 127, + "scope": "TestSerializePybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_with_templates", + "name": "test_repr_with_templates", + "lineno": 147, + "scope": "TestSerializePybind", + "is_async": false + } + ], + "bindings.pydrake.common.test.sorted_pair_test": [ + { + "id": "bindings.pydrake.common.test.sorted_pair_test.TestSortedPair.test_unsorted_pair_input", + "name": "test_unsorted_pair_input", + "lineno": 15, + "scope": "TestSortedPair", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.sorted_pair_test.TestSortedPair.test_composite_type", + "name": "test_composite_type", + "lineno": 20, + "scope": "TestSortedPair", + "is_async": false + } + ], + "bindings.pydrake.common.test.text_logging_example": [ + { + "id": "bindings.pydrake.common.test.text_logging_example.main", + "name": "main", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.test.text_logging_gil_test": [ + { + "id": "bindings.pydrake.common.test.text_logging_gil_test.TestTextLoggingGil.test_multithreaded_logging", + "name": "test_multithreaded_logging", + "lineno": 15, + "scope": "TestTextLoggingGil", + "is_async": false + } + ], + "bindings.pydrake.common.test.text_logging_test": [ + { + "id": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample._all_permutations", + "name": "_all_permutations", + "lineno": 35, + "scope": "TestTextLoggingExample", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "name": "test_example", + "lineno": 60, + "scope": "TestTextLoggingExample", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_disabled_via_env", + "name": "test_disabled_via_env", + "lineno": 174, + "scope": "TestTextLoggingExample", + "is_async": false + } + ], + "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test": [ + { + "id": "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test.TestTextLoggingThreadingDirectToStderr.test_logging", + "name": "test_logging", + "lineno": 23, + "scope": "TestTextLoggingThreadingDirectToStderr", + "is_async": false + } + ], + "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test": [ + { + "id": "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test.TestTextLoggingThreadingWithGilRelease.test_logging", + "name": "test_logging", + "lineno": 20, + "scope": "TestTextLoggingThreadingWithGilRelease", + "is_async": false + } + ], + "bindings.pydrake.common.test.type_safe_index_test": [ + { + "id": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "name": "test_index_basics", + "lineno": 18, + "scope": "TestTypeSafeIndex", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_types_are_distinct", + "name": "test_index_types_are_distinct", + "lineno": 30, + "scope": "TestTypeSafeIndex", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "name": "test_comparison", + "lineno": 34, + "scope": "TestTypeSafeIndex", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_hash", + "name": "test_hash", + "lineno": 43, + "scope": "TestTypeSafeIndex", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_repr", + "name": "test_repr", + "lineno": 54, + "scope": "TestTypeSafeIndex", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_value_instantiation", + "name": "test_value_instantiation", + "lineno": 57, + "scope": "TestTypeSafeIndex", + "is_async": false + } + ], + "bindings.pydrake.common.test.value_test": [ + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_module", + "name": "test_module", + "lineno": 15, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_type_conversion", + "name": "test_abstract_value_type_conversion", + "lineno": 22, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "name": "test_abstract_value_registered_class", + "lineno": 41, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "name": "assert_equal_but_not_aliased", + "lineno": 64, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_assert_equal_but_not_aliased", + "name": "test_assert_equal_but_not_aliased", + "lineno": 68, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "name": "test_abstract_value_py_object", + "lineno": 88, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_list", + "name": "test_abstract_value_py_list", + "lineno": 128, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "name": "test_abstract_value_make", + "lineno": 145, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_cc_type_unregistered", + "name": "test_abstract_value_cc_type_unregistered", + "lineno": 162, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_value_registration", + "name": "test_value_registration", + "lineno": 180, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "name": "test_value_ctor", + "lineno": 186, + "scope": "TestValue", + "is_async": false + } + ], + "bindings.pydrake.common.test.wrap_pybind_test": [ + { + "id": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_write_keep_alive", + "name": "test_def_read_write_keep_alive", + "lineno": 18, + "scope": "TestWrapPybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "name": "test_def_read_unique_ptr", + "lineno": 31, + "scope": "TestWrapPybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "name": "test_type_caster_wrapped", + "lineno": 53, + "scope": "TestWrapPybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "name": "test_wrap_callbacks", + "lineno": 64, + "scope": "TestWrapPybind", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks.callback", + "name": "callback", + "lineno": 67, + "scope": "TestWrapPybind.test_wrap_callbacks", + "is_async": false + } + ], + "bindings.pydrake.common.test.yaml_test": [ + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_via_file", + "name": "test_via_file", + "lineno": 17, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_via_str", + "name": "test_via_str", + "lineno": 25, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_load_merge_keys", + "name": "test_load_merge_keys", + "lineno": 30, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "name": "test_stochastic", + "lineno": 53, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_dump_misuse_error", + "name": "test_dump_misuse_error", + "lineno": 131, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_uniform", + "name": "test_transform_uniform", + "lineno": 137, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_angle_axis", + "name": "test_transform_angle_axis", + "lineno": 150, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_rpy", + "name": "test_transform_rpy", + "lineno": 167, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_unknown_tag", + "name": "test_unknown_tag", + "lineno": 188, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_standard_tag", + "name": "test_standard_tag", + "lineno": 202, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_using_template", + "name": "test_using_template", + "lineno": 209, + "scope": "TestYaml", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml.test_bad_args", + "name": "test_bad_args", + "lineno": 249, + "scope": "TestYaml", + "is_async": false + } + ], + "bindings.pydrake.common.test.yaml_typed_test": [ + { + "id": "bindings.pydrake.common.test.yaml_typed_test._dataclass_eq", + "name": "_dataclass_eq", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.RejectGetattrNumpyStruct.__getattribute__", + "name": "__getattribute__", + "lineno": 147, + "scope": "RejectGetattrNumpyStruct", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.RejectGetattrNumpyStruct._value", + "name": "_value", + "lineno": 155, + "scope": "RejectGetattrNumpyStruct", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "name": "_all_typed_read_options", + "lineno": 253, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float", + "name": "test_read_float", + "lineno": 275, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float_missing", + "name": "test_read_float_missing", + "lineno": 302, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_int", + "name": "test_read_int", + "lineno": 311, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bool", + "name": "test_read_bool", + "lineno": 338, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_string_scalar_type_mismatch", + "name": "test_read_string_scalar_type_mismatch", + "lineno": 368, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path", + "name": "test_read_path", + "lineno": 379, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path_missing", + "name": "test_read_path_missing", + "lineno": 416, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "name": "test_read_bytes", + "lineno": 426, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "name": "test_read_all_scalars", + "lineno": 502, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list", + "name": "test_read_list", + "lineno": 520, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_missing", + "name": "test_read_list_missing", + "lineno": 530, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map", + "name": "test_read_map", + "lineno": 540, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_append", + "name": "test_read_big_map_append", + "lineno": 553, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_outer_value", + "name": "test_read_big_map_merge_new_outer_value", + "lineno": 573, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_inner_value", + "name": "test_read_big_map_merge_new_inner_value", + "lineno": 591, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_empty", + "name": "test_read_big_map_merge_empty", + "lineno": 610, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map_missing", + "name": "test_read_map_missing", + "lineno": 623, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional", + "name": "test_read_optional", + "lineno": 638, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional_bytes", + "name": "test_read_optional_bytes", + "lineno": 679, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "name": "test_read_variant", + "lineno": 692, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_generic_variant", + "name": "test_read_generic_variant", + "lineno": 736, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "name": "test_read_primitive_variant", + "lineno": 749, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_missing", + "name": "test_read_variant_missing", + "lineno": 784, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "name": "test_read_variant_found_no_tag", + "lineno": 793, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_unknown_tag", + "name": "test_read_variant_found_unknown_tag", + "lineno": 805, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "name": "test_read_list_variant", + "lineno": 811, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "name": "test_read_variant_type_promotion", + "lineno": 827, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_vector", + "name": "test_read_np_vector", + "lineno": 873, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_matrix", + "name": "test_read_np_matrix", + "lineno": 890, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_missing", + "name": "test_read_np_missing", + "lineno": 906, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_no_getattr", + "name": "test_read_np_no_getattr", + "lineno": 918, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_nested", + "name": "test_read_nested", + "lineno": 927, + "scope": "TestYamlTypedRead", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string", + "name": "test_load_string", + "lineno": 971, + "scope": "TestYamlTypedReadAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_child_name", + "name": "test_load_string_child_name", + "lineno": 979, + "scope": "TestYamlTypedReadAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_defaults", + "name": "test_load_string_defaults", + "lineno": 996, + "scope": "TestYamlTypedReadAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_inferred_schema", + "name": "test_load_inferred_schema", + "lineno": 1018, + "scope": "TestYamlTypedReadAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_options", + "name": "test_load_string_options", + "lineno": 1032, + "scope": "TestYamlTypedReadAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_file", + "name": "test_load_file", + "lineno": 1046, + "scope": "TestYamlTypedReadAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_read_bad_schema", + "name": "test_read_bad_schema", + "lineno": 1053, + "scope": "TestYamlTypedReadAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_float", + "name": "test_write_float", + "lineno": 1068, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_string", + "name": "test_write_string", + "lineno": 1090, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_all_scalars", + "name": "test_write_all_scalars", + "lineno": 1119, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_bytes", + "name": "test_write_bytes", + "lineno": 1139, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_path", + "name": "test_write_path", + "lineno": 1150, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_list_plain", + "name": "test_write_list_plain", + "lineno": 1163, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_list_nested", + "name": "test_write_list_nested", + "lineno": 1174, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map", + "name": "test_write_map", + "lineno": 1200, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_bad_map_key", + "name": "test_write_bad_map_key", + "lineno": 1228, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map_directly", + "name": "test_write_map_directly", + "lineno": 1236, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional", + "name": "test_write_optional", + "lineno": 1263, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional_bytes", + "name": "test_write_optional_bytes", + "lineno": 1275, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "name": "test_write_variant", + "lineno": 1284, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_nullable_variant", + "name": "test_write_nullable_variant", + "lineno": 1328, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_primitive_variant", + "name": "test_write_primitive_variant", + "lineno": 1348, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_vector", + "name": "test_write_numpy_vector", + "lineno": 1387, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_matrix", + "name": "test_write_numpy_matrix", + "lineno": 1397, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_matrix00", + "name": "test_write_numpy_matrix00", + "lineno": 1417, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_nested", + "name": "test_write_nested", + "lineno": 1426, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_blank_inner", + "name": "test_write_blank_inner", + "lineno": 1440, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_child_name", + "name": "test_write_child_name", + "lineno": 1452, + "scope": "TestYamlTypedWrite", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "name": "_save", + "lineno": 1470, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example1", + "name": "test_dump_default_basic_example1", + "lineno": 1475, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example2", + "name": "test_dump_default_basic_example2", + "lineno": 1491, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "name": "test_dump_default_basic_example3", + "lineno": 1508, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_order1", + "name": "test_dump_default_different_map_order1", + "lineno": 1542, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_order2", + "name": "test_dump_default_different_map_order2", + "lineno": 1560, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_nulls", + "name": "test_dump_default_nulls", + "lineno": 1579, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_lists", + "name": "test_dump_default_different_lists", + "lineno": 1592, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_size_lists", + "name": "test_dump_default_different_size_lists", + "lineno": 1607, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_variant_tag", + "name": "test_dump_default_different_variant_tag", + "lineno": 1622, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_keys", + "name": "test_dump_default_different_map_keys", + "lineno": 1638, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_values", + "name": "test_dump_default_different_map_values", + "lineno": 1654, + "scope": "TestYamlTypedWriteDefaults", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string", + "name": "test_save_string", + "lineno": 1679, + "scope": "TestYamlTypedWriteAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string_child", + "name": "test_save_string_child", + "lineno": 1684, + "scope": "TestYamlTypedWriteAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string_defaults", + "name": "test_save_string_defaults", + "lineno": 1690, + "scope": "TestYamlTypedWriteAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file", + "name": "test_save_file", + "lineno": 1714, + "scope": "TestYamlTypedWriteAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file_all_args", + "name": "test_save_file_all_args", + "lineno": 1721, + "scope": "TestYamlTypedWriteAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_write_bad_schema", + "name": "test_write_bad_schema", + "lineno": 1745, + "scope": "TestYamlTypedWriteAcceptance", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_missing_serialize_binding", + "name": "test_missing_serialize_binding", + "lineno": 1755, + "scope": "TestYamlTypedReadPybind11", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "name": "test_mydata2", + "lineno": 1765, + "scope": "TestYamlTypedReadPybind11", + "is_async": false + } + ], + "bindings.pydrake.common.test.deprecation_example.import_all": [], + "bindings.pydrake.common.test.deprecation_example.sub_module": [], + "bindings.pydrake.common.test.deprecation_example": [ + { + "id": "bindings.pydrake.common.test.deprecation_example._handler", + "name": "_handler", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_example.ExampleClass.deprecated_method", + "name": "deprecated_method", + "lineno": 29, + "scope": "ExampleClass", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test.deprecation_example.deprecated_func", + "name": "deprecated_func", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.test_utilities.deprecation": [ + { + "id": "bindings.pydrake.common.test_utilities.deprecation._check_expected", + "name": "_check_expected", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.deprecation.catch_drake_warnings", + "name": "catch_drake_warnings", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.test_utilities.meta": [ + { + "id": "bindings.pydrake.common.test_utilities.meta._run_subtest", + "name": "_run_subtest", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.meta.ValueParameterizedTest.__new__", + "name": "__new__", + "lineno": 49, + "scope": "ValueParameterizedTest", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.meta._choose_test_suffix", + "name": "_choose_test_suffix", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.meta._make_test_pairs", + "name": "_make_test_pairs", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.meta.run_with_multiple_values", + "name": "run_with_multiple_values", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.meta.run_with_multiple_values.wrap", + "name": "wrap", + "lineno": 124, + "scope": "run_with_multiple_values", + "is_async": false + } + ], + "bindings.pydrake.common.test_utilities.numpy_compare": [ + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._Registry.__init__", + "name": "__init__", + "lineno": 49, + "scope": "_Registry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._Registry.register_comparator", + "name": "register_comparator", + "lineno": 53, + "scope": "_Registry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._Registry.get_comparator_from_arrays", + "name": "get_comparator_from_arrays", + "lineno": 63, + "scope": "_Registry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._Registry.register_to_float", + "name": "register_to_float", + "lineno": 68, + "scope": "_Registry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._Registry.get_to_float", + "name": "get_to_float", + "lineno": 72, + "scope": "_Registry", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.to_float", + "name": "to_float", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.assert_equal", + "name": "assert_equal", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.assert_allclose", + "name": "assert_allclose", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._raw_eq", + "name": "_raw_eq", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._raw_ne", + "name": "_raw_ne", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.assert_not_equal", + "name": "assert_not_equal", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.assert_float_equal", + "name": "assert_float_equal", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.assert_float_not_equal", + "name": "assert_float_not_equal", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.assert_float_allclose", + "name": "assert_float_allclose", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.resolve_type", + "name": "resolve_type", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._str_eq", + "name": "_str_eq", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._str_ne", + "name": "_str_ne", + "lineno": 207, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_autodiff", + "name": "_register_autodiff", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_autodiff.autodiff_eq", + "name": "autodiff_eq", + "lineno": 215, + "scope": "_register_autodiff", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_autodiff.autodiff_ne", + "name": "autodiff_ne", + "lineno": 219, + "scope": "_register_autodiff", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_autodiff.autodiff_allclose", + "name": "autodiff_allclose", + "lineno": 226, + "scope": "_register_autodiff", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic", + "name": "_register_symbolic", + "lineno": 242, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.sym_struct_eq", + "name": "sym_struct_eq", + "lineno": 243, + "scope": "_register_symbolic", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.sym_struct_ne", + "name": "sym_struct_ne", + "lineno": 246, + "scope": "_register_symbolic", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.from_bool", + "name": "from_bool", + "lineno": 249, + "scope": "_register_symbolic", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.formula_bool_eq", + "name": "formula_bool_eq", + "lineno": 256, + "scope": "_register_symbolic", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.formula_bool_ne", + "name": "formula_bool_ne", + "lineno": 259, + "scope": "_register_symbolic", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_polynomial", + "name": "_register_polynomial", + "lineno": 283, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._register_rational_function", + "name": "_register_rational_function", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.check_all_types", + "name": "check_all_types", + "lineno": 312, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.check_all_types.wrapper", + "name": "wrapper", + "lineno": 317, + "scope": "check_all_types", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.check_nonsymbolic_types", + "name": "check_nonsymbolic_types", + "lineno": 325, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.check_nonsymbolic_types.wrapper", + "name": "wrapper", + "lineno": 332, + "scope": "check_nonsymbolic_types", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare.soft_sub_test", + "name": "soft_sub_test", + "lineno": 340, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.test_utilities.pickle_compare": [ + { + "id": "bindings.pydrake.common.test_utilities.pickle_compare._assert_equal", + "name": "_assert_equal", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.pickle_compare.assert_pickle", + "name": "assert_pickle", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.common.test_utilities": [], + "bindings.pydrake.common.test_utilities.algebra_test_util": [ + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.BaseAlgebra.__init__", + "name": "__init__", + "lineno": 17, + "scope": "BaseAlgebra", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.BaseAlgebra.to_algebra", + "name": "to_algebra", + "lineno": 21, + "scope": "BaseAlgebra", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.ScalarAlgebra.__init__", + "name": "__init__", + "lineno": 28, + "scope": "ScalarAlgebra", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.ScalarAlgebra.to_algebra", + "name": "to_algebra", + "lineno": 57, + "scope": "ScalarAlgebra", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.VectorizedAlgebra.__init__", + "name": "__init__", + "lineno": 63, + "scope": "VectorizedAlgebra", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.VectorizedAlgebra.to_algebra", + "name": "to_algebra", + "lineno": 92, + "scope": "VectorizedAlgebra", + "is_async": false + } + ], + "bindings.pydrake.common.test_utilities.scipy_none.scipy": [], + "bindings.pydrake.common.test_utilities.scipy_stub.scipy": [], + "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse": [ + { + "id": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse.csc_matrix.__init__", + "name": "__init__", + "lineno": 14, + "scope": "csc_matrix", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse.csc_matrix.todense", + "name": "todense", + "lineno": 58, + "scope": "csc_matrix", + "is_async": false + } + ], + "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test": [ + { + "id": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_import", + "name": "test_scipy_import", + "lineno": 8, + "scope": "Test", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_sparse_ctor", + "name": "test_scipy_sparse_ctor", + "lineno": 11, + "scope": "Test", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_sparse_ctor.check_matrix", + "name": "check_matrix", + "lineno": 24, + "scope": "Test.test_scipy_sparse_ctor", + "is_async": false + } + ], + "bindings.pydrake.common.test_utilities.test.meta_test": [ + { + "id": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta._test_chosen_suffixes", + "name": "_test_chosen_suffixes", + "lineno": 7, + "scope": "TestMeta", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta.test_naming_basic", + "name": "test_naming_basic", + "lineno": 18, + "scope": "TestMeta", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta.test_naming_two_args", + "name": "test_naming_two_args", + "lineno": 27, + "scope": "TestMeta", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta.test_conflicting_names", + "name": "test_conflicting_names", + "lineno": 36, + "scope": "TestMeta", + "is_async": false + }, + { + "id": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta.test_short_names", + "name": "test_short_names", + "lineno": 48, + "scope": "TestMeta", + "is_async": false + } + ], + "bindings.pydrake.examples.gym.named_view_helpers": [ + { + "id": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewActuation", + "name": "MakeNamedViewActuation", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewPositions", + "name": "MakeNamedViewPositions", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewVelocities", + "name": "MakeNamedViewVelocities", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewState", + "name": "MakeNamedViewState", + "lineno": 69, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.examples.gym.play_cart_pole": [ + { + "id": "bindings.pydrake.examples.gym.play_cart_pole._run_playing", + "name": "_run_playing", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.play_cart_pole._main", + "name": "_main", + "lineno": 68, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.examples.gym.train_cart_pole": [ + { + "id": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "name": "_run_training", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.train_cart_pole._main", + "name": "_main", + "lineno": 129, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.examples.gym._bazel_cwd_helpers": [ + { + "id": "bindings.pydrake.examples.gym._bazel_cwd_helpers.bazel_chdir", + "name": "bazel_chdir", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.examples.gym": [], + "bindings.pydrake.examples.gym.envs.cart_pole": [ + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.AddAgent", + "name": "AddAgent", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "name": "make_sim", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim.ObservationPublisher.__init__", + "name": "__init__", + "lineno": 151, + "scope": "make_sim.ObservationPublisher", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim.ObservationPublisher.CalcObs", + "name": "CalcObs", + "lineno": 158, + "scope": "make_sim.ObservationPublisher", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim.RewardSystem.__init__", + "name": "__init__", + "lineno": 172, + "scope": "make_sim.RewardSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim.RewardSystem.CalcReward", + "name": "CalcReward", + "lineno": 179, + "scope": "make_sim.RewardSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim.DisturbanceGenerator.__init__", + "name": "__init__", + "lineno": 227, + "scope": "make_sim.DisturbanceGenerator", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim.DisturbanceGenerator.CalcDisturbances", + "name": "CalcDisturbances", + "lineno": 245, + "scope": "make_sim.DisturbanceGenerator", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim.monitor", + "name": "monitor", + "lineno": 284, + "scope": "make_sim", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.reset_handler", + "name": "reset_handler", + "lineno": 330, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.info_handler", + "name": "info_handler", + "lineno": 392, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.DrakeCartPoleEnv", + "name": "DrakeCartPoleEnv", + "lineno": 398, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.examples.multibody.cart_pole_passive_simulation": [ + { + "id": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.main", + "name": "main", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis": [ + { + "id": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "name": "main", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main.make_simulator", + "name": "make_simulator", + "lineno": 97, + "scope": "main", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main.calc_wrapped_error", + "name": "calc_wrapped_error", + "lineno": 105, + "scope": "main", + "is_async": false + } + ], + "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer": [ + { + "id": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.run_pendulum_example", + "name": "run_pendulum_example", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.main", + "name": "main", + "lineno": 65, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.examples.multibody": [], + "bindings.pydrake.examples.test.acrobot_test": [ + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_input", + "name": "test_input", + "lineno": 19, + "scope": "TestAcrobot", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "name": "test_params", + "lineno": 24, + "scope": "TestAcrobot", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_state", + "name": "test_state", + "lineno": 43, + "scope": "TestAcrobot", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry", + "name": "test_geometry", + "lineno": 54, + "scope": "TestAcrobot", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry_with_params", + "name": "test_geometry_with_params", + "lineno": 66, + "scope": "TestAcrobot", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "name": "test_simulation", + "lineno": 79, + "scope": "TestAcrobot", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_acrobot_w_encoder", + "name": "test_acrobot_w_encoder", + "lineno": 125, + "scope": "TestAcrobot", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_default_parameters", + "name": "test_default_parameters", + "lineno": 139, + "scope": "TestAcrobotSpongController", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_param_accessors", + "name": "test_param_accessors", + "lineno": 152, + "scope": "TestAcrobotSpongController", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_accessors", + "name": "test_param_accessors", + "lineno": 161, + "scope": "TestSpongControllerParams", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_defaults", + "name": "test_param_defaults", + "lineno": 172, + "scope": "TestSpongControllerParams", + "is_async": false + } + ], + "bindings.pydrake.examples.test.compass_gait_test": [ + { + "id": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_compass_gait", + "name": "test_compass_gait", + "lineno": 15, + "scope": "TestCompassGait", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_params", + "name": "test_params", + "lineno": 21, + "scope": "TestCompassGait", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_state", + "name": "test_state", + "lineno": 36, + "scope": "TestCompassGait", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry", + "name": "test_geometry", + "lineno": 47, + "scope": "TestCompassGait", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry_with_params", + "name": "test_geometry_with_params", + "lineno": 60, + "scope": "TestCompassGait", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_simulation", + "name": "test_simulation", + "lineno": 74, + "scope": "TestCompassGait", + "is_async": false + } + ], + "bindings.pydrake.examples.test.pendulum_test": [ + { + "id": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_plant", + "name": "test_plant", + "lineno": 16, + "scope": "TestPendulum", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_input", + "name": "test_input", + "lineno": 36, + "scope": "TestPendulum", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "name": "test_params", + "lineno": 43, + "scope": "TestPendulum", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_state", + "name": "test_state", + "lineno": 62, + "scope": "TestPendulum", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_geometry", + "name": "test_geometry", + "lineno": 73, + "scope": "TestPendulum", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_simulation", + "name": "test_simulation", + "lineno": 85, + "scope": "TestPendulum", + "is_async": false + } + ], + "bindings.pydrake.examples.test.quadrotor_test": [ + { + "id": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "name": "test_basics", + "lineno": 15, + "scope": "TestQuadrotor", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_geometry", + "name": "test_geometry", + "lineno": 31, + "scope": "TestQuadrotor", + "is_async": false + } + ], + "bindings.pydrake.examples.test.rimless_wheel_test": [ + { + "id": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_rimless_wheel", + "name": "test_rimless_wheel", + "lineno": 17, + "scope": "TestRimlessWheel", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_params", + "name": "test_params", + "lineno": 23, + "scope": "TestRimlessWheel", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_state", + "name": "test_state", + "lineno": 40, + "scope": "TestRimlessWheel", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry", + "name": "test_geometry", + "lineno": 47, + "scope": "TestRimlessWheel", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry_with_params", + "name": "test_geometry_with_params", + "lineno": 60, + "scope": "TestRimlessWheel", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_simulation", + "name": "test_simulation", + "lineno": 74, + "scope": "TestRimlessWheel", + "is_async": false + } + ], + "bindings.pydrake.examples.test.van_der_pol_test": [ + { + "id": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_simulation", + "name": "test_simulation", + "lineno": 10, + "scope": "TestVanDerPol", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_ports", + "name": "test_ports", + "lineno": 26, + "scope": "TestVanDerPol", + "is_async": false + }, + { + "id": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_limit_cycle", + "name": "test_limit_cycle", + "lineno": 32, + "scope": "TestVanDerPol", + "is_async": false + } + ], + "bindings.pydrake.geometry._geometry_extra": [ + { + "id": "bindings.pydrake.geometry._geometry_extra._is_listening", + "name": "_is_listening", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.geometry._geometry_extra._restart_nginx_service", + "name": "_restart_nginx_service", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.geometry._geometry_extra._start_meshcat_deepnote", + "name": "_start_meshcat_deepnote", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.geometry._geometry_extra.StartMeshcat", + "name": "StartMeshcat", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions", + "name": "_add_extraneous_repr_functions", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions.in_memory_mesh_repr", + "name": "in_memory_mesh_repr", + "lineno": 83, + "scope": "_add_extraneous_repr_functions", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions.mesh_source_repr", + "name": "mesh_source_repr", + "lineno": 97, + "scope": "_add_extraneous_repr_functions", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions.mesh_or_convex_repr", + "name": "mesh_or_convex_repr", + "lineno": 106, + "scope": "_add_extraneous_repr_functions", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.bounding_box_test": [ + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_api", + "name": "test_aabb_api", + "lineno": 14, + "scope": "TestGeometryBoundingBox", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_overlap", + "name": "test_aabb_overlap", + "lineno": 55, + "scope": "TestGeometryBoundingBox", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "name": "test_obb_api", + "lineno": 86, + "scope": "TestGeometryBoundingBox", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_overlap", + "name": "test_obb_overlap", + "lineno": 130, + "scope": "TestGeometryBoundingBox", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_obb_cross_overlap", + "name": "test_aabb_obb_cross_overlap", + "lineno": 157, + "scope": "TestGeometryBoundingBox", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "name": "test_compute_bounding_boxes_for_triangle_mesh", + "lineno": 172, + "scope": "TestGeometryBoundingBox", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_volume_mesh", + "name": "test_compute_bounding_boxes_for_volume_mesh", + "lineno": 228, + "scope": "TestGeometryBoundingBox", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_calc_obb", + "name": "test_calc_obb", + "lineno": 289, + "scope": "TestGeometryBoundingBox", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.common_test": [ + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "name": "test_collision_filtering", + "lineno": 28, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_frame_api", + "name": "test_geometry_frame_api", + "lineno": 98, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "name": "test_geometry_instance_api", + "lineno": 105, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "name": "test_geometry_properties_api", + "lineno": 139, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_cpp_types", + "name": "test_geometry_properties_cpp_types", + "lineno": 223, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "name": "test_geometry_version_api", + "lineno": 240, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_identifier_api", + "name": "test_identifier_api", + "lineno": 276, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "name": "test_in_memory_mesh", + "lineno": 300, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "name": "test_mesh_source", + "lineno": 383, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "name": "test_proximity_properties", + "lineno": 457, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "name": "test_rgba_api", + "lineno": 553, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "name": "test_rgba_yaml", + "lineno": 603, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "name": "test_shape_constructors", + "lineno": 630, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "name": "test_shapes", + "lineno": 693, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "name": "assert_shape_api", + "lineno": 696, + "scope": "TestGeometryCore.test_shapes", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_pickle_compatibility", + "name": "test_mesh_pickle_compatibility", + "lineno": 825, + "scope": "TestGeometryCore", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_plane", + "name": "test_plane", + "lineno": 864, + "scope": "TestGeometryCore", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.frame_id_test": [ + { + "id": "bindings.pydrake.geometry.test.frame_id_test.TestFrameId.test_id_uniqueness", + "name": "test_id_uniqueness", + "lineno": 12, + "scope": "TestFrameId", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.hydro_test": [ + { + "id": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "name": "test_hydro_proximity_properties", + "lineno": 10, + "scope": "TestGeometryHydro", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_make_convex_hull", + "name": "test_make_convex_hull", + "lineno": 73, + "scope": "TestGeometryHydro", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.meshes_test": [ + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_polygon_surface_mesh", + "name": "test_polygon_surface_mesh", + "lineno": 12, + "scope": "TestGeometryMeshes", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "name": "test_triangle_surface_mesh", + "lineno": 47, + "scope": "TestGeometryMeshes", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "name": "test_volume_mesh", + "lineno": 110, + "scope": "TestGeometryMeshes", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_convert_volume_to_surface_mesh", + "name": "test_convert_volume_to_surface_mesh", + "lineno": 183, + "scope": "TestGeometryMeshes", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh", + "name": "test_refine_volume_mesh", + "lineno": 202, + "scope": "TestGeometryMeshes", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_no_refinement", + "name": "test_refine_volume_mesh_no_refinement", + "lineno": 218, + "scope": "TestGeometryMeshes", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_to_string", + "name": "test_refine_volume_mesh_to_string", + "lineno": 239, + "scope": "TestGeometryMeshes", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_read_obj_to_surface_mesh", + "name": "test_read_obj_to_surface_mesh", + "lineno": 258, + "scope": "TestGeometryMeshes", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.optimization_test": [ + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.__init__", + "name": "__init__", + "lineno": 47, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_point_convex_set", + "name": "test_point_convex_set", + "lineno": 62, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "name": "test_affine_ball", + "lineno": 79, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "name": "test_affine_subspace", + "lineno": 133, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "name": "test_h_polyhedron", + "lineno": 207, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "name": "test_hyper_ellipsoid", + "lineno": 364, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "name": "test_hyperrectangle", + "lineno": 422, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_calc_volume_via_sampling", + "name": "test_calc_volume_via_sampling", + "lineno": 488, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "name": "test_minkowski_sum", + "lineno": 504, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_spectrahedron", + "name": "test_spectrahedron", + "lineno": 519, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "name": "test_v_polytope", + "lineno": 532, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization._calculate_path_length", + "name": "_calculate_path_length", + "lineno": 626, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "name": "test_cartesian_product", + "lineno": 637, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "name": "test_convex_hull", + "lineno": 662, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "name": "test_intersection", + "lineno": 689, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "name": "test_make_from_scene_graph_and_iris", + "lineno": 704, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "name": "test_iris_cspace", + "lineno": 841, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_serialize_iris_regions", + "name": "test_serialize_iris_regions", + "lineno": 892, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "name": "test_graph_of_convex_sets", + "lineno": 915, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets", + "name": "test_implicit_graph_of_convex_sets", + "lineno": 1247, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets.SimpleLoopGcs.__init__", + "name": "__init__", + "lineno": 1251, + "scope": "TestGeometryOptimization.test_implicit_graph_of_convex_sets.SimpleLoopGcs", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets.SimpleLoopGcs.GetVertex", + "name": "GetVertex", + "lineno": 1255, + "scope": "TestGeometryOptimization.test_implicit_graph_of_convex_sets.SimpleLoopGcs", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets.SimpleLoopGcs.Expand", + "name": "Expand", + "lineno": 1266, + "scope": "TestGeometryOptimization.test_implicit_graph_of_convex_sets.SimpleLoopGcs", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets_from_explicit", + "name": "test_implicit_graph_of_convex_sets_from_explicit", + "lineno": 1280, + "scope": "TestGeometryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.setUp", + "name": "setUp", + "lineno": 1293, + "scope": "TestCspaceFreePolytope", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_SeparatingPlaneOrder", + "name": "test_CspaceFreePolytope_SeparatingPlaneOrder", + "lineno": 1341, + "scope": "TestCspaceFreePolytope", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "name": "test_CspaceFreePolytope_Options", + "lineno": 1346, + "scope": "TestCspaceFreePolytope", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "name": "test_CspaceFreePolytope_getters_and_auxillary_structs", + "lineno": 1496, + "scope": "TestCspaceFreePolytope", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "name": "test_CspaceFreePolytopeMethods", + "lineno": 1547, + "scope": "TestCspaceFreePolytope", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_partition_convex_set", + "name": "test_partition_convex_set", + "lineno": 1678, + "scope": "TestCspaceFreePolytope", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "name": "test_calc_pairwise_intersections", + "lineno": 1701, + "scope": "TestCspaceFreePolytope", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.render_engine_gl_test": [ + { + "id": "bindings.pydrake.geometry.test.render_engine_gl_test.TestGeometry.test_render_engine_gl_api", + "name": "test_render_engine_gl_api", + "lineno": 11, + "scope": "TestGeometry", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.render_engine_subclass_test": [ + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "name": "test_unimplemented_rendering", + "lineno": 23, + "scope": "TestRenderEngineSubclass", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine.UpdateViewpoint", + "name": "UpdateViewpoint", + "lineno": 32, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine.DoRegisterVisual", + "name": "DoRegisterVisual", + "lineno": 35, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine.DoUpdateVisualPose", + "name": "DoUpdateVisualPose", + "lineno": 38, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine.DoRemoveGeometry", + "name": "DoRemoveGeometry", + "lineno": 41, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine.__deepcopy__", + "name": "__deepcopy__", + "lineno": 44, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.LegacyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine.UpdateViewpoint", + "name": "UpdateViewpoint", + "lineno": 51, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine.DoRegisterVisual", + "name": "DoRegisterVisual", + "lineno": 54, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine.DoRegisterNamedVisual", + "name": "DoRegisterNamedVisual", + "lineno": 57, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine.DoUpdateVisualPose", + "name": "DoUpdateVisualPose", + "lineno": 60, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine.DoRemoveGeometry", + "name": "DoRemoveGeometry", + "lineno": 63, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine.__deepcopy__", + "name": "__deepcopy__", + "lineno": 66, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.MinimalEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.ColorOnlyEngine.DoRenderColorImage", + "name": "DoRenderColorImage", + "lineno": 72, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.ColorOnlyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.DepthOnlyEngine.DoRenderDepthImage", + "name": "DoRenderDepthImage", + "lineno": 78, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.DepthOnlyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering.LabelOnlyEngine.DoRenderLabelImage", + "name": "DoRenderLabelImage", + "lineno": 84, + "scope": "TestRenderEngineSubclass.test_unimplemented_rendering.LabelOnlyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_legacy_DoClone", + "name": "test_legacy_DoClone", + "lineno": 144, + "scope": "TestRenderEngineSubclass", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_legacy_DoClone.CloneableEngine.DoClone", + "name": "DoClone", + "lineno": 148, + "scope": "TestRenderEngineSubclass.test_legacy_DoClone.CloneableEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "name": "test_lifecycle", + "lineno": 156, + "scope": "TestRenderEngineSubclass", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle.MyEngine.__init__", + "name": "__init__", + "lineno": 163, + "scope": "TestRenderEngineSubclass.test_lifecycle.MyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle.MyEngine.__del__", + "name": "__del__", + "lineno": 168, + "scope": "TestRenderEngineSubclass.test_lifecycle.MyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle.MyEngine.UpdateViewpoint", + "name": "UpdateViewpoint", + "lineno": 172, + "scope": "TestRenderEngineSubclass.test_lifecycle.MyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle.MyEngine.DoRenderColorImage", + "name": "DoRenderColorImage", + "lineno": 175, + "scope": "TestRenderEngineSubclass.test_lifecycle.MyEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle.MyEngine.__deepcopy__", + "name": "__deepcopy__", + "lineno": 179, + "scope": "TestRenderEngineSubclass.test_lifecycle.MyEngine", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.render_test": [ + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "name": "test_light_param", + "lineno": 26, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_ssao_param", + "name": "test_ssao_param", + "lineno": 54, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_equirectangular_map", + "name": "test_equirectangular_map", + "lineno": 77, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_environment_map", + "name": "test_environment_map", + "lineno": 88, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_gltf_extension", + "name": "test_gltf_extension", + "lineno": 103, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_vtk_api", + "name": "test_render_engine_vtk_api", + "lineno": 115, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_vtk_params", + "name": "test_render_engine_vtk_params", + "lineno": 126, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_vtk_gltf_warnings", + "name": "test_render_vtk_gltf_warnings", + "lineno": 143, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender._do_test_render_vtk_gltf_warnings", + "name": "_do_test_render_vtk_gltf_warnings", + "lineno": 153, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gl_params", + "name": "test_render_engine_gl_params", + "lineno": 186, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gltf_client_params", + "name": "test_render_engine_gltf_client_params", + "lineno": 202, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "name": "test_render_label", + "lineno": 219, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label_repr", + "name": "test_render_label_repr", + "lineno": 239, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "name": "test_render_engine_api", + "lineno": 258, + "scope": "TestGeometryRender", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.__init__", + "name": "__init__", + "lineno": 265, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.UpdateViewpoint", + "name": "UpdateViewpoint", + "lineno": 281, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.ImplementGeometry", + "name": "ImplementGeometry", + "lineno": 285, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.DoRegisterVisual", + "name": "DoRegisterVisual", + "lineno": 288, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.DoRegisterNamedVisual", + "name": "DoRegisterNamedVisual", + "lineno": 291, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.DoUpdateVisualPose", + "name": "DoUpdateVisualPose", + "lineno": 301, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.DoRemoveGeometry", + "name": "DoRemoveGeometry", + "lineno": 305, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.__deepcopy__", + "name": "__deepcopy__", + "lineno": 309, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.DoRenderColorImage", + "name": "DoRenderColorImage", + "lineno": 329, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.DoRenderDepthImage", + "name": "DoRenderDepthImage", + "lineno": 334, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.DoRenderLabelImage", + "name": "DoRenderLabelImage", + "lineno": 339, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api.DummyRenderEngine.DoGetParameterYaml", + "name": "DoGetParameterYaml", + "lineno": 344, + "scope": "TestGeometryRender.test_render_engine_api.DummyRenderEngine", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gltf_client_api", + "name": "test_render_engine_gltf_client_api", + "lineno": 404, + "scope": "TestGeometryRender", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.scene_graph_test": [ + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_hydroelastic_contact_representation_enum", + "name": "test_hydroelastic_contact_representation_enum", + "lineno": 23, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "name": "test_scene_graph_api", + "lineno": 28, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_config", + "name": "test_scene_graph_config", + "lineno": 460, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_renderer_with_context", + "name": "test_scene_graph_renderer_with_context", + "lineno": 498, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "name": "test_scene_graph_register_geometry", + "lineno": 529, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "name": "test_scene_graph_change_shape", + "lineno": 582, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_remove_geometry", + "name": "test_scene_graph_remove_geometry", + "lineno": 652, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_frame_pose_vector_api", + "name": "test_frame_pose_vector_api", + "lineno": 686, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_geometry_configuration_vector_api", + "name": "test_geometry_configuration_vector_api", + "lineno": 702, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_penetration_as_point_pair_api", + "name": "test_penetration_as_point_pair_api", + "lineno": 721, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_api", + "name": "test_signed_distance_api", + "lineno": 733, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_to_point_api", + "name": "test_signed_distance_to_point_api", + "lineno": 743, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "name": "test_query_object", + "lineno": 751, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_value_instantiations", + "name": "test_value_instantiations", + "lineno": 913, + "scope": "TestGeometrySceneGraph", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "name": "test_contact_surface", + "lineno": 918, + "scope": "TestGeometrySceneGraph", + "is_async": false + } + ], + "bindings.pydrake.geometry.test.visualizers_test": [ + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "name": "test_drake_visualizer", + "lineno": 41, + "scope": "TestGeometryVisualizers", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.add_subscribers", + "name": "add_subscribers", + "lineno": 58, + "scope": "TestGeometryVisualizers.test_drake_visualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.by_hand", + "name": "by_hand", + "lineno": 71, + "scope": "TestGeometryVisualizers.test_drake_visualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.auto_connect_to_system", + "name": "auto_connect_to_system", + "lineno": 82, + "scope": "TestGeometryVisualizers.test_drake_visualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.auto_connect_to_port", + "name": "auto_connect_to_port", + "lineno": 89, + "scope": "TestGeometryVisualizers.test_drake_visualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.python_builder_build", + "name": "python_builder_build", + "lineno": 102, + "scope": "TestGeometryVisualizers.test_drake_visualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.cxx_builder_build", + "name": "cxx_builder_build", + "lineno": 106, + "scope": "TestGeometryVisualizers.test_drake_visualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_params", + "name": "test_meshcat_params", + "lineno": 163, + "scope": "TestGeometryVisualizers", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "name": "test_meshcat", + "lineno": 196, + "scope": "TestGeometryVisualizers", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_404", + "name": "test_meshcat_404", + "lineno": 425, + "scope": "TestGeometryVisualizers", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "name": "test_meshcat_animation", + "lineno": 443, + "scope": "TestGeometryVisualizers", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_visualizer", + "name": "test_meshcat_visualizer", + "lineno": 480, + "scope": "TestGeometryVisualizers", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_visualizer_scalar_conversion", + "name": "test_meshcat_visualizer_scalar_conversion", + "lineno": 516, + "scope": "TestGeometryVisualizers", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_point_cloud_visualizer", + "name": "test_meshcat_point_cloud_visualizer", + "lineno": 523, + "scope": "TestGeometryVisualizers", + "is_async": false + }, + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_start_meshcat", + "name": "test_start_meshcat", + "lineno": 543, + "scope": "TestGeometryVisualizers", + "is_async": false + } + ], + "bindings.pydrake.gym._drake_gym_env": [ + { + "id": "bindings.pydrake.gym._drake_gym_env._reached_termination", + "name": "_reached_termination", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.__init__", + "name": "__init__", + "lineno": 32, + "scope": "DrakeGymEnv", + "is_async": false + }, + { + "id": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup", + "name": "_setup", + "lineno": 185, + "scope": "DrakeGymEnv", + "is_async": false + }, + { + "id": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup.get_output_port", + "name": "get_output_port", + "lineno": 200, + "scope": "DrakeGymEnv._setup", + "is_async": false + }, + { + "id": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.step", + "name": "step", + "lineno": 233, + "scope": "DrakeGymEnv", + "is_async": false + }, + { + "id": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.reset", + "name": "reset", + "lineno": 283, + "scope": "DrakeGymEnv", + "is_async": false + }, + { + "id": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.render", + "name": "render", + "lineno": 324, + "scope": "DrakeGymEnv", + "is_async": false + } + ], + "bindings.pydrake.gym": [], + "bindings.pydrake.gym.test.drake_gym_test": [ + { + "id": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.setUpClass", + "name": "setUpClass", + "lineno": 19, + "scope": "DrakeGymTest", + "is_async": false + }, + { + "id": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.make_env", + "name": "make_env", + "lineno": 25, + "scope": "DrakeGymTest", + "is_async": false + }, + { + "id": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_make_env", + "name": "test_make_env", + "lineno": 28, + "scope": "DrakeGymTest", + "is_async": false + }, + { + "id": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_sb3_check_env", + "name": "test_sb3_check_env", + "lineno": 31, + "scope": "DrakeGymTest", + "is_async": false + }, + { + "id": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_reset", + "name": "test_reset", + "lineno": 42, + "scope": "DrakeGymTest", + "is_async": false + }, + { + "id": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_step", + "name": "test_step", + "lineno": 63, + "scope": "DrakeGymTest", + "is_async": false + } + ], + "bindings.pydrake.gym.test.mock_torch.torch.distributions": [], + "bindings.pydrake.gym.test.mock_torch.torch.nn": [], + "bindings.pydrake.gym.test.mock_torch.torch.optim": [], + "bindings.pydrake.gym.test.mock_torch.torch": [], + "bindings.pydrake.manipulation._manipulation_extra": [ + { + "id": "bindings.pydrake.manipulation._manipulation_extra.ApplyDriverConfigs", + "name": "ApplyDriverConfigs", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.manipulation.test.franka_panda_test": [ + { + "id": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_constants", + "name": "test_constants", + "lineno": 11, + "scope": "TestFrankaPanda", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "name": "test_control_mode_bitwise_or", + "lineno": 14, + "scope": "TestFrankaPanda", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_receiver", + "name": "test_franka_panda_command_receiver", + "lineno": 39, + "scope": "TestFrankaPanda", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_sender", + "name": "test_franka_panda_command_sender", + "lineno": 71, + "scope": "TestFrankaPanda", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "name": "test_franka_panda_status_receiver", + "lineno": 95, + "scope": "TestFrankaPanda", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "name": "test_franka_panda_status_sender", + "lineno": 125, + "scope": "TestFrankaPanda", + "is_async": false + } + ], + "bindings.pydrake.manipulation.test.kuka_iiwa_test": [ + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "name": "make_builder_plant_controller_plant", + "lineno": 28, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "name": "test_constants", + "lineno": 55, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "name": "test_kuka_iiwa_lcm", + "lineno": 76, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_api", + "name": "test_kuka_iiwa_api", + "lineno": 149, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_build_control", + "name": "test_kuka_iiwa_build_control", + "lineno": 152, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "name": "test_kuka_iiwa_driver", + "lineno": 167, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver", + "name": "test_kuka_iiwa_sim_driver", + "lineno": 201, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_init", + "name": "test_kuka_iiwa_sim_driver_lifetime_init", + "lineno": 225, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_init.make_diagram", + "name": "make_diagram", + "lineno": 226, + "scope": "TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_init", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.call_build_from", + "name": "call_build_from", + "lineno": 243, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder", + "name": "test_kuka_iiwa_sim_driver_lifetime_add_to_builder", + "lineno": 254, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder.make_diagram", + "name": "make_diagram", + "lineno": 255, + "scope": "TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control", + "name": "test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control", + "lineno": 296, + "scope": "TestKukaIiwa", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control.make_diagram", + "name": "make_diagram", + "lineno": 297, + "scope": "TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control", + "is_async": false + } + ], + "bindings.pydrake.manipulation.test.schunk_wsg_test": [ + { + "id": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "name": "test_schunk_wsg_controller", + "lineno": 26, + "scope": "TestSchunkWsg", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "name": "test_schunk_wsg_lcm", + "lineno": 57, + "scope": "TestSchunkWsg", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_api", + "name": "test_schunk_wsg_api", + "lineno": 86, + "scope": "TestSchunkWsg", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "name": "test_schunk_wsg_build_control", + "lineno": 95, + "scope": "TestSchunkWsg", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "name": "test_schunk_wsg_driver", + "lineno": 117, + "scope": "TestSchunkWsg", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_trajectory_generator", + "name": "test_schunk_wsg_trajectory_generator", + "lineno": 150, + "scope": "TestSchunkWsg", + "is_async": false + } + ], + "bindings.pydrake.manipulation.test.util_test": [ + { + "id": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "name": "test_driver", + "lineno": 21, + "scope": "TestUtil", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "name": "test_apply_driver_configs", + "lineno": 50, + "scope": "TestUtil", + "is_async": false + }, + { + "id": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_named_positions", + "name": "test_apply_named_positions", + "lineno": 79, + "scope": "TestUtil", + "is_async": false + } + ], + "bindings.pydrake.math.math_example": [], + "bindings.pydrake.math._math_extra": [ + { + "id": "bindings.pydrake.math._math_extra._is_elementwise_comparison_error", + "name": "_is_elementwise_comparison_error", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math._math_extra._best_effort_rich_compare", + "name": "_best_effort_rich_compare", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math._math_extra._drake_vectorize", + "name": "_drake_vectorize", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math._math_extra._indented_repr", + "name": "_indented_repr", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math._math_extra._roll_pitch_yaw_repr", + "name": "_roll_pitch_yaw_repr", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math._math_extra._rotation_matrix_repr", + "name": "_rotation_matrix_repr", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math._math_extra._rigid_transform_repr", + "name": "_rigid_transform_repr", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math._math_extra._add_repr_functions", + "name": "_add_repr_functions", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math._math_extra.__getattr__", + "name": "__getattr__", + "lineno": 158, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.math.test.math_overloads_matrix_test": [ + { + "id": "bindings.pydrake.math.test.math_overloads_matrix_test._matmul_dtype_pairs", + "name": "_matmul_dtype_pairs", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest._astype", + "name": "_astype", + "lineno": 36, + "scope": "MathOverloadsMatrixTest", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest.test_matmul", + "name": "test_matmul", + "lineno": 55, + "scope": "MathOverloadsMatrixTest", + "is_async": false + } + ], + "bindings.pydrake.math.test.math_overloads_test": [ + { + "id": "bindings.pydrake.math.test.math_overloads_test.debug_print", + "name": "debug_print", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.qualname", + "name": "qualname", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.Overloads.supports", + "name": "supports", + "lineno": 26, + "scope": "Overloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.Overloads.to_float", + "name": "to_float", + "lineno": 30, + "scope": "Overloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.Overloads.to_type", + "name": "to_type", + "lineno": 34, + "scope": "Overloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.FloatOverloads.__init__", + "name": "__init__", + "lineno": 41, + "scope": "FloatOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.FloatOverloads.supports", + "name": "supports", + "lineno": 48, + "scope": "FloatOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.FloatOverloads.to_float", + "name": "to_float", + "lineno": 51, + "scope": "FloatOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.FloatOverloads.to_type", + "name": "to_type", + "lineno": 54, + "scope": "FloatOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.AutoDiffOverloads.__init__", + "name": "__init__", + "lineno": 61, + "scope": "AutoDiffOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.AutoDiffOverloads.supports", + "name": "supports", + "lineno": 68, + "scope": "AutoDiffOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.AutoDiffOverloads.to_float", + "name": "to_float", + "lineno": 83, + "scope": "AutoDiffOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.AutoDiffOverloads.to_type", + "name": "to_type", + "lineno": 86, + "scope": "AutoDiffOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.SymbolicOverloads.__init__", + "name": "__init__", + "lineno": 93, + "scope": "SymbolicOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.SymbolicOverloads.supports", + "name": "supports", + "lineno": 100, + "scope": "SymbolicOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.SymbolicOverloads.to_float", + "name": "to_float", + "lineno": 114, + "scope": "SymbolicOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.SymbolicOverloads.to_type", + "name": "to_type", + "lineno": 117, + "scope": "SymbolicOverloads", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.test_overloads", + "name": "test_overloads", + "lineno": 124, + "scope": "MathOverloadsTest", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "name": "check_overload", + "lineno": 129, + "scope": "MathOverloadsTest", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "name": "check_eval", + "lineno": 164, + "scope": "MathOverloadsTest.check_overload", + "is_async": false + } + ], + "bindings.pydrake.math.test.math_test": [ + { + "id": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "name": "test_spelling", + "lineno": 23, + "scope": "TestBarycentricMesh", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_weight", + "name": "test_weight", + "lineno": 43, + "scope": "TestBarycentricMesh", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_mesh_values_from", + "name": "test_mesh_values_from", + "lineno": 50, + "scope": "TestBarycentricMesh", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_mesh_values_from.mynorm", + "name": "mynorm", + "lineno": 53, + "scope": "TestBarycentricMesh.test_mesh_values_from", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_math", + "name": "test_math", + "lineno": 64, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.check_cast", + "name": "check_cast", + "lineno": 100, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "name": "test_rigid_transform", + "lineno": 111, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "name": "check_equality", + "lineno": 119, + "scope": "TestMath.test_rigid_transform", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_legacy_unpickle", + "name": "test_legacy_unpickle", + "lineno": 247, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "name": "test_rotation_matrix", + "lineno": 267, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_roll_pitch_yaw", + "name": "test_roll_pitch_yaw", + "lineno": 409, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "name": "test_bspline_basis", + "lineno": 480, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_wrap_to", + "name": "test_wrap_to", + "lineno": 532, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_soft_min_max", + "name": "test_soft_min_max", + "lineno": 538, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_cross_product", + "name": "test_cross_product", + "lineno": 546, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_quaternion", + "name": "test_quaternion", + "lineno": 552, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_random_rotations", + "name": "test_random_rotations", + "lineno": 584, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_matrix_util", + "name": "test_matrix_util", + "lineno": 596, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_quadratic_form", + "name": "test_quadratic_form", + "lineno": 628, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_riccati_lyapunov", + "name": "test_riccati_lyapunov", + "lineno": 643, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_compute_numerical_gradient", + "name": "test_compute_numerical_gradient", + "lineno": 660, + "scope": "TestMath", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_compute_numerical_gradient.foo", + "name": "foo", + "lineno": 667, + "scope": "TestMath.test_compute_numerical_gradient", + "is_async": false + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath.test_value_instantiations", + "name": "test_value_instantiations", + "lineno": 678, + "scope": "TestMath", + "is_async": false + } + ], + "bindings.pydrake.multibody.all": [], + "bindings.pydrake.multibody.fix_inertia": [ + { + "id": "bindings.pydrake.multibody.fix_inertia._main", + "name": "_main", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.multibody.jupyter_widgets": [ + { + "id": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "name": "__init__", + "lineno": 33, + "scope": "JointSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__._reshape", + "name": "_reshape", + "lineno": 67, + "scope": "JointSliders.__init__", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.set_positions", + "name": "set_positions", + "lineno": 112, + "scope": "JointSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.set_joint_positions", + "name": "set_joint_positions", + "lineno": 129, + "scope": "JointSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.jupyter_widgets.JointSliders._process_event_queue", + "name": "_process_event_queue", + "lineno": 144, + "scope": "JointSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.DoCalcVectorOutput", + "name": "DoCalcVectorOutput", + "lineno": 147, + "scope": "JointSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "name": "MakeJointSlidersThatPublishOnCallback", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback._broadcast", + "name": "_broadcast", + "lineno": 210, + "scope": "MakeJointSlidersThatPublishOnCallback", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback._slider_callback", + "name": "_slider_callback", + "lineno": 228, + "scope": "MakeJointSlidersThatPublishOnCallback", + "is_async": false + } + ], + "bindings.pydrake.multibody.mesh_to_model": [ + { + "id": "bindings.pydrake.multibody.mesh_to_model._CommaSeparatedXYZ", + "name": "_CommaSeparatedXYZ", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.mesh_to_model._main", + "name": "_main", + "lineno": 138, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.multibody.run_installed_fix_inertia": [ + { + "id": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "name": "main", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.multibody.run_installed_mesh_to_model": [ + { + "id": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "name": "main", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.multibody._inertia_fixer": [ + { + "id": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "name": "gfmt", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.FormatDriver.is_model_element", + "name": "is_model_element", + "lineno": 100, + "scope": "FormatDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.FormatDriver.associate_plant_models", + "name": "associate_plant_models", + "lineno": 108, + "scope": "FormatDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.FormatDriver.format_inertia", + "name": "format_inertia", + "lineno": 121, + "scope": "FormatDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.is_synth_element", + "name": "is_synth_element", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.make_synth_element", + "name": "make_synth_element", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.find_inertial_facts_for_link", + "name": "find_inertial_facts_for_link", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.maybe_synthesize_children", + "name": "maybe_synthesize_children", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.adjusted_element_end_index", + "name": "adjusted_element_end_index", + "lineno": 208, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers", + "name": "make_format_helpers", + "lineno": 234, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers.d", + "name": "d", + "lineno": 267, + "scope": "make_format_helpers", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers.coda", + "name": "coda", + "lineno": 272, + "scope": "make_format_helpers", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.is_model_element", + "name": "is_model_element", + "lineno": 281, + "scope": "UrdfDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver._is_element_ignored", + "name": "_is_element_ignored", + "lineno": 284, + "scope": "UrdfDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.associate_plant_models", + "name": "associate_plant_models", + "lineno": 292, + "scope": "UrdfDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "name": "format_inertia", + "lineno": 317, + "scope": "UrdfDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.is_model_element", + "name": "is_model_element", + "lineno": 368, + "scope": "SdformatDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.associate_plant_models", + "name": "associate_plant_models", + "lineno": 371, + "scope": "SdformatDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "name": "format_inertia", + "lineno": 401, + "scope": "SdformatDriver", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.__init__", + "name": "__init__", + "lineno": 462, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._make_location", + "name": "_make_location", + "lineno": 489, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._make_element_facts", + "name": "_make_element_facts", + "lineno": 494, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._handle_char_data", + "name": "_handle_char_data", + "lineno": 503, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._handle_start_element", + "name": "_handle_start_element", + "lineno": 506, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._handle_end_element", + "name": "_handle_end_element", + "lineno": 532, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.parse", + "name": "parse", + "lineno": 540, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.build_plant_models_association", + "name": "build_plant_models_association", + "lineno": 544, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.mapping", + "name": "mapping", + "lineno": 555, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.build_output", + "name": "build_output", + "lineno": 559, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._format_inertia", + "name": "_format_inertia", + "lineno": 582, + "scope": "XmlInertiaMapper", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor.__init__", + "name": "__init__", + "lineno": 614, + "scope": "InertiaProcessor", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor._maybe_fix_inertia", + "name": "_maybe_fix_inertia", + "lineno": 626, + "scope": "InertiaProcessor", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor.process", + "name": "process", + "lineno": 678, + "scope": "InertiaProcessor", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "name": "fix_inertia_from_string", + "lineno": 691, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.role_list_to_str_list", + "name": "role_list_to_str_list", + "lineno": 727, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.str_list_to_role_list", + "name": "str_list_to_role_list", + "lineno": 731, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer._is_unique", + "name": "_is_unique", + "lineno": 735, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.__init__", + "name": "__init__", + "lineno": 744, + "scope": "InertiaFixer", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "name": "fix_inertia", + "lineno": 772, + "scope": "InertiaFixer", + "is_async": false + } + ], + "bindings.pydrake.multibody._math_extra": [ + { + "id": "bindings.pydrake.multibody._math_extra._indented_repr", + "name": "_indented_repr", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._math_extra._spatial_vector_repr", + "name": "_spatial_vector_repr", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._math_extra._spatial_vector_repr.repr_with_closure", + "name": "repr_with_closure", + "lineno": 19, + "scope": "_spatial_vector_repr", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._math_extra._add_repr_functions", + "name": "_add_repr_functions", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._math_extra.__getattr__", + "name": "__getattr__", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.multibody._mesh_model_maker": [ + { + "id": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker.__init__", + "name": "__init__", + "lineno": 81, + "scope": "MeshModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker.make_model", + "name": "make_model", + "lineno": 138, + "scope": "MeshModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker._make_mesh_uri", + "name": "_make_mesh_uri", + "lineno": 261, + "scope": "MeshModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker._read_package_name", + "name": "_read_package_name", + "lineno": 332, + "scope": "MeshModelMaker", + "is_async": false + } + ], + "bindings.pydrake.multibody._plant_extra": [ + { + "id": "bindings.pydrake.multibody._plant_extra.__getattr__", + "name": "__getattr__", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.multibody._tree_extra": [ + { + "id": "bindings.pydrake.multibody._tree_extra.__getattr__", + "name": "__getattr__", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.multibody": [], + "bindings.pydrake.multibody.test.benchmarks_test": [ + { + "id": "bindings.pydrake.multibody.test.benchmarks_test.TestBenchmarks.test_mass_damper_spring_analytical_solution", + "name": "test_mass_damper_spring_analytical_solution", + "lineno": 7, + "scope": "TestBenchmarks", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.cenic_test": [ + { + "id": "bindings.pydrake.multibody.test.cenic_test.TestCenic.test_cenic", + "name": "test_cenic", + "lineno": 10, + "scope": "TestCenic", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.contact_solvers_test": [ + { + "id": "bindings.pydrake.multibody.test.contact_solvers_test.TestContactSolvers.test_icf_solver_parameters", + "name": "test_icf_solver_parameters", + "lineno": 10, + "scope": "TestContactSolvers", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.fem_test": [ + { + "id": "bindings.pydrake.multibody.test.fem_test.TestMultibodyFem.test_deformable_body_config", + "name": "test_deformable_body_config", + "lineno": 12, + "scope": "TestMultibodyFem", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.fix_inertia_test": [ + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.setUp", + "name": "setUp", + "lineno": 25, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_min_urdf", + "name": "test_min_urdf", + "lineno": 28, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_min_sdf", + "name": "test_min_sdf", + "lineno": 33, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_sphere_sdf", + "name": "test_sphere_sdf", + "lineno": 39, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_massless_sphere_sdf", + "name": "test_massless_sphere_sdf", + "lineno": 87, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_bad_inertia_sphere_sdf", + "name": "test_bad_inertia_sphere_sdf", + "lineno": 136, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_sphere_urdf", + "name": "test_sphere_urdf", + "lineno": 193, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_massless_sphere_urdf", + "name": "test_massless_sphere_urdf", + "lineno": 228, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_offset_box_urdf", + "name": "test_offset_box_urdf", + "lineno": 262, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_combined_boxes_urdf", + "name": "test_combined_boxes_urdf", + "lineno": 300, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_geom_inertia_role_order", + "name": "test_geom_inertia_role_order", + "lineno": 350, + "scope": "TestFixInertiaFromString", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture.setUp", + "name": "setUp", + "lineno": 445, + "scope": "FileHandlingFixture", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture.assert_files_equal", + "name": "assert_files_equal", + "lineno": 449, + "scope": "FileHandlingFixture", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestInertiaFixer.test_simple_valid_invocation", + "name": "test_simple_valid_invocation", + "lineno": 455, + "scope": "TestInertiaFixer", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestInertiaFixer.test_in_place_invocation", + "name": "test_in_place_invocation", + "lineno": 476, + "scope": "TestInertiaFixer", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.setUp", + "name": "setUp", + "lineno": 503, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.tearDown", + "name": "tearDown", + "lineno": 510, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.subprocess_fix_inertia", + "name": "subprocess_fix_inertia", + "lineno": 523, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "name": "do_test_model", + "lineno": 528, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_urdf", + "name": "test_urdf", + "lineno": 566, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_urdf_no_inertia_link", + "name": "test_urdf_no_inertia_link", + "lineno": 569, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf", + "name": "test_sdf", + "lineno": 573, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf_unicode", + "name": "test_sdf_unicode", + "lineno": 576, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_urdf_unicode", + "name": "test_urdf_unicode", + "lineno": 581, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf_no_geom", + "name": "test_sdf_no_geom", + "lineno": 588, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf_no_inertia_link", + "name": "test_sdf_no_inertia_link", + "lineno": 594, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf_nested_models", + "name": "test_sdf_nested_models", + "lineno": 598, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_package_xml", + "name": "test_package_xml", + "lineno": 604, + "scope": "TestFixInertiaProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_geom_inertia_role_order", + "name": "test_geom_inertia_role_order", + "lineno": 614, + "scope": "TestFixInertiaProcess", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test": [ + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "name": "test_api", + "lineno": 28, + "scope": "TestPlanner", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_mbp_overloads", + "name": "test_mbp_overloads", + "lineno": 119, + "scope": "TestPlanner", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_diff_ik_integrator", + "name": "test_diff_ik_integrator", + "lineno": 168, + "scope": "TestPlanner", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_recipe", + "name": "test_recipe", + "lineno": 217, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._config_matches_params", + "name": "_config_matches_params", + "lineno": 225, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient_config", + "name": "_check_ingredient_config", + "lineno": 246, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "name": "_check_ingredient", + "lineno": 269, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_least_squares_cost", + "name": "test_least_squares_cost", + "lineno": 290, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_joint_centering_cost", + "name": "test_joint_centering_cost", + "lineno": 302, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_cartesian_position_limit_constraint", + "name": "test_cartesian_position_limit_constraint", + "lineno": 311, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_cartesian_velocity_limit_constraint", + "name": "test_cartesian_velocity_limit_constraint", + "lineno": 320, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_collision_constraint", + "name": "test_collision_constraint", + "lineno": 329, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_collision_constraint.selector", + "name": "selector", + "lineno": 341, + "scope": "TestDiffIkSystems.test_collision_constraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_joint_velocity_limit_constraint", + "name": "test_joint_velocity_limit_constraint", + "lineno": 348, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_joint_velocity_limit_constraint.ctor", + "name": "ctor", + "lineno": 365, + "scope": "TestDiffIkSystems.test_joint_velocity_limit_constraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_collision_checker", + "name": "_make_collision_checker", + "lineno": 389, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_diff_ik_system", + "name": "_make_diff_ik_system", + "lineno": 420, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "name": "test_diff_ik_system", + "lineno": 442, + "scope": "TestDiffIkSystems", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_controller", + "name": "test_diff_ik_controller", + "lineno": 500, + "scope": "TestDiffIkSystems", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.inverse_kinematics_test": [ + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "name": "setUp", + "lineno": 31, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp.squaredNorm", + "name": "squaredNorm", + "lineno": 65, + "scope": "TestInverseKinematics.setUp", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "name": "_body1_quat", + "lineno": 73, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_xyz", + "name": "_body1_xyz", + "lineno": 77, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "name": "_body2_quat", + "lineno": 81, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_xyz", + "name": "_body2_xyz", + "lineno": 85, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMultibodyPlantConstraints", + "name": "test_AddMultibodyPlantConstraints", + "lineno": 89, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "name": "test_AddPositionConstraint1", + "lineno": 98, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "name": "test_AddPositionConstraint2", + "lineno": 141, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionCost", + "name": "test_AddPositionCost", + "lineno": 187, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "name": "test_AddOrientationConstraint", + "lineno": 200, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationCost", + "name": "test_AddOrientationCost", + "lineno": 242, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "name": "test_AddGazeTargetConstraint", + "lineno": 252, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "name": "test_AddAngleBetweenVectorsConstraint", + "lineno": 315, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsCost", + "name": "test_AddAngleBetweenVectorsCost", + "lineno": 353, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "name": "test_AddPointToPointDistanceConstraint", + "lineno": 365, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "name": "test_AddPointToLineDistanceConstraint", + "lineno": 400, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPolyhedronConstraint", + "name": "test_AddPolyhedronConstraint", + "lineno": 441, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "name": "test_AddMinimumDistanceLowerBoundConstraint", + "lineno": 456, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint.get_min_distance_actual", + "name": "get_min_distance_actual", + "lineno": 476, + "scope": "TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceUpperBoundConstraint", + "name": "test_AddMinimumDistanceUpperBoundConstraint", + "lineno": 495, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "name": "test_AddDistanceConstraint", + "lineno": 501, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint.get_min_distance_actual", + "name": "get_min_distance_actual", + "lineno": 543, + "scope": "TestInverseKinematics.test_AddDistanceConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddUnitQuaternionConstraintOnPlant", + "name": "test_AddUnitQuaternionConstraintOnPlant", + "lineno": 563, + "scope": "TestInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "name": "setUp", + "lineno": 577, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp.make_type_variables", + "name": "make_type_variables", + "lineno": 597, + "scope": "TestConstraints.setUp", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.check_type_variables", + "name": "check_type_variables", + "lineno": 611, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.check_type_variables.wrapper", + "name": "wrapper", + "lineno": 613, + "scope": "TestConstraints.check_type_variables", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_angle_between_vectors_constraint", + "name": "test_angle_between_vectors_constraint", + "lineno": 620, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_angle_between_vectors_cost", + "name": "test_angle_between_vectors_cost", + "lineno": 634, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_1", + "name": "test_distance_constraint_1", + "lineno": 647, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_1.get_sphere_geometry_id", + "name": "get_sphere_geometry_id", + "lineno": 648, + "scope": "TestConstraints.test_distance_constraint_1", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_gaze_target_constraint", + "name": "test_gaze_target_constraint", + "lineno": 665, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_lower_bound_constraint", + "name": "test_minimum_distance_lower_bound_constraint", + "lineno": 679, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_lower_bound_constraint.penalty_fun", + "name": "penalty_fun", + "lineno": 688, + "scope": "TestConstraints.test_minimum_distance_lower_bound_constraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_upper_bound_constraint", + "name": "test_minimum_distance_upper_bound_constraint", + "lineno": 731, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_upper_bound_constraint.penalty_fun", + "name": "penalty_fun", + "lineno": 741, + "scope": "TestConstraints.test_minimum_distance_upper_bound_constraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints._make_robot_diagram", + "name": "_make_robot_diagram", + "lineno": 783, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_constraints_with_collision_checker", + "name": "test_minimum_distance_constraints_with_collision_checker", + "lineno": 802, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_constraints_with_collision_checker.distance_function", + "name": "distance_function", + "lineno": 807, + "scope": "TestConstraints.test_minimum_distance_constraints_with_collision_checker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_constraint", + "name": "test_position_constraint", + "lineno": 839, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_cost", + "name": "test_position_cost", + "lineno": 887, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_com_position_constraint", + "name": "test_com_position_constraint", + "lineno": 900, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_com_in_polyhedron_constraint", + "name": "test_com_in_polyhedron_constraint", + "lineno": 910, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_orientation_constraint", + "name": "test_orientation_constraint", + "lineno": 923, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_orientation_cost", + "name": "test_orientation_cost", + "lineno": 936, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_point_to_point_distance_constraint", + "name": "test_point_to_point_distance_constraint", + "lineno": 949, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_point_to_line_distance_constraint", + "name": "test_point_to_line_distance_constraint", + "lineno": 963, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_polyhedron_constraint", + "name": "test_polyhedron_constraint", + "lineno": 978, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_2", + "name": "test_distance_constraint_2", + "lineno": 991, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_unit_quaternion_constraint", + "name": "test_unit_quaternion_constraint", + "lineno": 1017, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_options", + "name": "test_options", + "lineno": 1023, + "scope": "TestGlobalInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_polytope3d", + "name": "test_polytope3d", + "lineno": 1045, + "scope": "TestGlobalInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "name": "test_api", + "lineno": 1059, + "scope": "TestGlobalInverseKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_joint_limits", + "name": "test_joint_limits", + "lineno": 1161, + "scope": "TestGlobalInverseKinematics", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.lifetime_test": [ + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.call_build_from", + "name": "call_build_from", + "lineno": 17, + "scope": "TestAddSystemWrappers", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "name": "test_diagram_and_systems_lifetimes", + "lineno": 28, + "scope": "TestAddSystemWrappers", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_diagram", + "name": "make_diagram", + "lineno": 37, + "scope": "TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_scene_graph", + "name": "make_from_plant_scene_graph", + "lineno": 46, + "scope": "TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant", + "name": "make_from_plant", + "lineno": 51, + "scope": "TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_time_step_scene_graph", + "name": "make_from_time_step_scene_graph", + "lineno": 54, + "scope": "TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_time_step", + "name": "make_from_time_step", + "lineno": 57, + "scope": "TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_config", + "name": "make_from_plant_config", + "lineno": 60, + "scope": "TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_config_scene_graph_config", + "name": "make_from_plant_config_scene_graph_config", + "lineno": 65, + "scope": "TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.math_test": [ + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_default_aliases", + "name": "test_default_aliases", + "lineno": 28, + "scope": "TestMultibodyTreeMath", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "name": "check_spatial_vector", + "lineno": 36, + "scope": "TestMultibodyTreeMath", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_vector_types", + "name": "test_spatial_vector_types", + "lineno": 139, + "scope": "TestMultibodyTreeMath", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_legacy_unpickle", + "name": "test_legacy_unpickle", + "lineno": 173, + "scope": "TestMultibodyTreeMath", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_value_instantiations", + "name": "test_value_instantiations", + "lineno": 186, + "scope": "TestMultibodyTreeMath", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_velocity", + "name": "test_spatial_velocity", + "lineno": 198, + "scope": "TestMultibodyTreeMath", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_acceleration", + "name": "test_spatial_acceleration", + "lineno": 221, + "scope": "TestMultibodyTreeMath", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_force", + "name": "test_spatial_force", + "lineno": 248, + "scope": "TestMultibodyTreeMath", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_momentum", + "name": "test_spatial_momentum", + "lineno": 262, + "scope": "TestMultibodyTreeMath", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.meshcat_test": [ + { + "id": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_contact_visualizer", + "name": "test_contact_visualizer", + "lineno": 37, + "scope": "TestMeshcat", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "name": "test_joint_sliders", + "lineno": 76, + "scope": "TestMeshcat", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_internal_point_contact_visualizer", + "name": "test_internal_point_contact_visualizer", + "lineno": 141, + "scope": "TestMeshcat", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_internal_hydroelastic_contact_visualizer", + "name": "test_internal_hydroelastic_contact_visualizer", + "lineno": 149, + "scope": "TestMeshcat", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.mesh_to_model_test": [ + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "name": "_parse_model_no_throw", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test._make_offset_obj", + "name": "_make_offset_obj", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "name": "_file_contents", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.setUp", + "name": "setUp", + "lineno": 82, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker._extract_rotational_inertia", + "name": "_extract_rotational_inertia", + "lineno": 95, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_simple_valid_invocation", + "name": "test_simple_valid_invocation", + "lineno": 107, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_invalid_obj", + "name": "test_invalid_obj", + "lineno": 116, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "name": "test_scale", + "lineno": 135, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "name": "test_name", + "lineno": 185, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "name": "test_mass", + "lineno": 220, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "name": "test_body_origin", + "lineno": 290, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_none", + "name": "test_package_none", + "lineno": 358, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "name": "test_package_auto", + "lineno": 370, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_xml", + "name": "test_package_xml", + "lineno": 418, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_errors", + "name": "test_package_errors", + "lineno": 471, + "scope": "TestModelMaker", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.setUp", + "name": "setUp", + "lineno": 526, + "scope": "TestMeshToModelProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.assert_files_equal", + "name": "assert_files_equal", + "lineno": 540, + "scope": "TestMeshToModelProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_default_parameters", + "name": "test_default_parameters", + "lineno": 543, + "scope": "TestMeshToModelProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_non_default_parameters", + "name": "test_non_default_parameters", + "lineno": 558, + "scope": "TestMeshToModelProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_reject_setting_both_mass_and_density", + "name": "test_reject_setting_both_mass_and_density", + "lineno": 577, + "scope": "TestMeshToModelProcess", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_reject_setting_both_com_and_pose", + "name": "test_reject_setting_both_com_and_pose", + "lineno": 596, + "scope": "TestMeshToModelProcess", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.optimization_test": [ + { + "id": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "name": "construct_environment", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.split_se3", + "name": "split_se3", + "lineno": 162, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem.test_one_box", + "name": "test_one_box", + "lineno": 177, + "scope": "TestStaticEquilibriumProblem", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestCentroidalMomentumConstraint.test_autodiff_constructor", + "name": "test_autodiff_constructor", + "lineno": 221, + "scope": "TestCentroidalMomentumConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "name": "test", + "lineno": 242, + "scope": "TestQuaternionEulerIntegrationConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestSpatialVelocityConstraint.test", + "name": "test", + "lineno": 273, + "scope": "TestSpatialVelocityConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator.test", + "name": "test", + "lineno": 316, + "scope": "TestContactWrenchFromForceInWorldFrameEvaluator", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_gridpoints", + "name": "test_gridpoints", + "lineno": 352, + "scope": "TestToppra", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "name": "test_all_constraints", + "lineno": 376, + "scope": "TestToppra", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_solve", + "name": "test_solve", + "lineno": 494, + "scope": "TestToppra", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.parsing_test": [ + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_collision_filter_groups", + "name": "test_collision_filter_groups", + "lineno": 41, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "name": "test_package_map", + "lineno": 53, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map_remote_params", + "name": "test_package_map_remote_params", + "lineno": 91, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map_add_remote", + "name": "test_package_map_add_remote", + "lineno": 102, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_file", + "name": "test_parser_file", + "lineno": 126, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_string", + "name": "test_parser_string", + "lineno": 146, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_url", + "name": "test_parser_url", + "lineno": 167, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "name": "test_parser_prefix_constructors", + "lineno": 179, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_strict", + "name": "test_strict", + "lineno": 205, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_auto_renaming", + "name": "test_auto_renaming", + "lineno": 223, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_get_collision_filter_groups", + "name": "test_get_collision_filter_groups", + "lineno": 242, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_diagram_builder", + "name": "test_parser_diagram_builder", + "lineno": 248, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_model_instance_info", + "name": "test_model_instance_info", + "lineno": 261, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_scoped_frame_names", + "name": "test_scoped_frame_names", + "lineno": 271, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "name": "_make_plant_parser_directives", + "lineno": 276, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_load_model_directives_from_string", + "name": "test_load_model_directives_from_string", + "lineno": 291, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_flatten_model_directives", + "name": "test_flatten_model_directives", + "lineno": 300, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_process_model_directives", + "name": "test_process_model_directives", + "lineno": 308, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_process_model_directives_dispreferred", + "name": "test_process_model_directives_dispreferred", + "lineno": 318, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_collision_filter_group_struct", + "name": "test_add_collision_filter_group_struct", + "lineno": 332, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_directives_struct", + "name": "test_add_directives_struct", + "lineno": 339, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_frame_struct", + "name": "test_add_frame_struct", + "lineno": 346, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_model_struct", + "name": "test_add_model_struct", + "lineno": 353, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_model_instance_struct", + "name": "test_add_model_instance_struct", + "lineno": 360, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_weld_struct", + "name": "test_add_weld_struct", + "lineno": 367, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_model_directive_struct", + "name": "test_model_directive_struct", + "lineno": 374, + "scope": "TestParsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_model_directives_struct", + "name": "test_model_directives_struct", + "lineno": 381, + "scope": "TestParsing", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.plant_test": [ + { + "id": "bindings.pydrake.multibody.test.plant_test.get_index_class", + "name": "get_index_class", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.to_type", + "name": "to_type", + "lineno": 159, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.setUp", + "name": "setUp", + "lineno": 168, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "name": "test_type_safe_indices", + "lineno": 174, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "name": "assert_sane", + "lineno": 184, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "name": "test_multibody_plant_construction_api", + "lineno": 190, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_actuator_remodeling", + "name": "test_joint_actuator_remodeling", + "lineno": 297, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_remodeling", + "name": "test_joint_remodeling", + "lineno": 322, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "name": "test_multibody_plant_config", + "lineno": 344, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_add_multibody_plant_config_3args", + "name": "test_add_multibody_plant_config_3args", + "lineno": 365, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive", + "name": "test_get_bodies_welded_to_keep_alive", + "lineno": 379, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive.test_casting_and_get_weakref_and_last_body", + "name": "test_casting_and_get_weakref_and_last_body", + "lineno": 390, + "scope": "TestPlant.test_get_bodies_welded_to_keep_alive", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "name": "test_multibody_plant_api_via_parsing", + "lineno": 418, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing.check_repr", + "name": "check_repr", + "lineno": 425, + "scope": "TestPlant.test_multibody_plant_api_via_parsing", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "name": "test_scoped_name", + "lineno": 616, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "name": "_test_multibody_tree_element_mixin", + "lineno": 632, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "name": "_test_frame_api", + "lineno": 639, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "name": "_test_body_api", + "lineno": 658, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "name": "test_body_context_methods", + "lineno": 672, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "name": "_test_joint_api", + "lineno": 721, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "name": "_test_joint_actuator_api", + "lineno": 768, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "name": "_test_rotational_inertia_or_unit_inertia_api", + "lineno": 788, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "name": "test_rotational_inertia_api", + "lineno": 834, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_legacy_unpickle_tree_module", + "name": "test_legacy_unpickle_tree_module", + "lineno": 873, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "name": "test_unit_inertia_api", + "lineno": 890, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "name": "test_spatial_inertia_api", + "lineno": 951, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_geometry_spatial_inertia_apis", + "name": "test_geometry_spatial_inertia_apis", + "lineno": 1055, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_friction_api", + "name": "test_friction_api", + "lineno": 1069, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_legacy_unpickle_plant_module", + "name": "test_legacy_unpickle_plant_module", + "lineno": 1083, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rigid_body_api", + "name": "test_rigid_body_api", + "lineno": 1095, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "name": "test_multibody_force_element", + "lineno": 1107, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_gravity_default", + "name": "test_multibody_gravity_default", + "lineno": 1294, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_tree_kinematics_continuous", + "name": "test_multibody_tree_kinematics_continuous", + "lineno": 1305, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_tree_kinematics_discrete", + "name": "test_multibody_tree_kinematics_discrete", + "lineno": 1309, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "name": "do_test_multibody_tree_kinematics", + "lineno": 1312, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "name": "test_multibody_state_access", + "lineno": 1614, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access.set_zero", + "name": "set_zero", + "lineno": 1641, + "scope": "TestPlant.test_multibody_state_access", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_default_free_body_pose", + "name": "test_default_free_body_pose", + "lineno": 1758, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "name": "test_port_access", + "lineno": 1770, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access.extract_list_value", + "name": "extract_list_value", + "lineno": 1824, + "scope": "TestPlant.test_port_access", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_externally_applied_spatial_force", + "name": "test_externally_applied_spatial_force", + "lineno": 1850, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.AppliedForceTestSystem_", + "name": "AppliedForceTestSystem_", + "lineno": 1856, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.AppliedForceTestSystem_.Impl._construct", + "name": "_construct", + "lineno": 1858, + "scope": "TestPlant.AppliedForceTestSystem_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.AppliedForceTestSystem_.Impl._construct_copy", + "name": "_construct_copy", + "lineno": 1873, + "scope": "TestPlant.AppliedForceTestSystem_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.AppliedForceTestSystem_.Impl.DoCalcAbstractOutput", + "name": "DoCalcAbstractOutput", + "lineno": 1878, + "scope": "TestPlant.AppliedForceTestSystem_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.AppliedForceTestSystem_.Impl.DoCalcVectorOutput", + "name": "DoCalcVectorOutput", + "lineno": 1890, + "scope": "TestPlant.AppliedForceTestSystem_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_applied_force_input_ports", + "name": "test_applied_force_input_ports", + "lineno": 1895, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.check_applied_force_input_ports", + "name": "check_applied_force_input_ports", + "lineno": 1899, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_model_instance_state_access", + "name": "test_model_instance_state_access", + "lineno": 1949, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_model_instance_state_access_by_array", + "name": "test_model_instance_state_access_by_array", + "lineno": 2127, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "name": "test_map_qdot_to_v_and_back", + "lineno": 2250, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint", + "name": "test_multibody_add_joint", + "lineno": 2323, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_ball_rpy_joint", + "name": "make_ball_rpy_joint", + "lineno": 2334, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_planar_joint", + "name": "make_planar_joint", + "lineno": 2342, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_prismatic_joint", + "name": "make_prismatic_joint", + "lineno": 2350, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_quaternion_floating_joint", + "name": "make_quaternion_floating_joint", + "lineno": 2359, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_revolute_joint", + "name": "make_revolute_joint", + "lineno": 2368, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_rpy_floating_joint", + "name": "make_rpy_floating_joint", + "lineno": 2388, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_screw_joint", + "name": "make_screw_joint", + "lineno": 2397, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_universal_joint", + "name": "make_universal_joint", + "lineno": 2416, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.make_weld_joint", + "name": "make_weld_joint", + "lineno": 2424, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "name": "loop_body", + "lineno": 2444, + "scope": "TestPlant.test_multibody_add_joint", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_actuation_matrix", + "name": "test_actuation_matrix", + "lineno": 2765, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deprecated_weld_joint_api", + "name": "test_deprecated_weld_joint_api", + "lineno": 2785, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deprecated_weld_frames_api", + "name": "test_deprecated_weld_frames_api", + "lineno": 2799, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_frame", + "name": "test_multibody_add_frame", + "lineno": 2813, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "name": "test_frame_context_methods", + "lineno": 2844, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_fixed_offset_frame_api", + "name": "test_fixed_offset_frame_api", + "lineno": 2948, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_coupler_constraint_api", + "name": "test_coupler_constraint_api", + "lineno": 2956, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "name": "test_distance_constraint_params_api", + "lineno": 2979, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "name": "test_distance_constraint_api", + "lineno": 2999, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api.params_are_equal", + "name": "params_are_equal", + "lineno": 3026, + "scope": "TestPlant.test_distance_constraint_api", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_ball_constraint_api", + "name": "test_ball_constraint_api", + "lineno": 3066, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "name": "test_constraint_active_status_api", + "lineno": 3087, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_weld_constraint_api", + "name": "test_weld_constraint_api", + "lineno": 3229, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_remove_constraint", + "name": "test_remove_constraint", + "lineno": 3251, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "name": "test_multibody_dynamics", + "lineno": 3275, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "name": "test_contact", + "lineno": 3424, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_model", + "name": "test_contact_model", + "lineno": 3465, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_base_body_joint_type", + "name": "test_base_body_joint_type", + "lineno": 3479, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_discrete_contact_approximation", + "name": "test_discrete_contact_approximation", + "lineno": 3494, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_surface_representation", + "name": "test_contact_surface_representation", + "lineno": 3511, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_adjacent_bodies_collision_filters", + "name": "test_adjacent_bodies_collision_filters", + "lineno": 3528, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_results_to_lcm", + "name": "test_contact_results_to_lcm", + "lineno": 3537, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_connect_contact_results", + "name": "test_connect_contact_results", + "lineno": 3561, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_collision_filter", + "name": "test_collision_filter", + "lineno": 3592, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "name": "test_scene_graph_queries", + "lineno": 3612, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries.get_body_from_frame_id", + "name": "get_body_from_frame_id", + "lineno": 3683, + "scope": "TestPlant.test_scene_graph_queries", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_externally_applied_spatial_force_multiplexer", + "name": "test_externally_applied_spatial_force_multiplexer", + "lineno": 3713, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "name": "test_propeller", + "lineno": 3717, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "name": "test_wing", + "lineno": 3754, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_hydroelastic_contact_results", + "name": "test_hydroelastic_contact_results", + "lineno": 3804, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant._check_hydroelastic_contact_results", + "name": "_check_hydroelastic_contact_results", + "lineno": 3813, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant._sanity_check_contact_surface", + "name": "_sanity_check_contact_surface", + "lineno": 3842, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_floating_base_bodies", + "name": "test_floating_base_bodies", + "lineno": 3865, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_contact_info", + "name": "test_deformable_contact_info", + "lineno": 3882, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_empty_model", + "name": "test_deformable_model_empty_model", + "lineno": 3909, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "name": "test_deformable_model_registration_and_query", + "lineno": 3916, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "name": "test_deformable_model_constraints_and_lookup", + "lineno": 3980, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_parallelism", + "name": "test_deformable_model_parallelism", + "lineno": 4008, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_simulation_and_positions", + "name": "test_deformable_model_simulation_and_positions", + "lineno": 4020, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_external_force", + "name": "test_deformable_model_external_force", + "lineno": 4090, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "name": "test_deformable_model_disable_enable", + "lineno": 4115, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "name": "test_deformable_body_creation_and_metadata", + "lineno": 4144, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "name": "test_deformable_body_boundary_and_constraints", + "lineno": 4198, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "name": "test_deformable_body_state_methods", + "lineno": 4238, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_gravity_force_field", + "name": "test_gravity_force_field", + "lineno": 4330, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_force_density_field", + "name": "test_force_density_field", + "lineno": 4351, + "scope": "TestPlant", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_force_density_field.DummyField.__init__", + "name": "__init__", + "lineno": 4353, + "scope": "TestPlant.test_force_density_field.DummyField", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_force_density_field.DummyField.DoEvaluateAt", + "name": "DoEvaluateAt", + "lineno": 4357, + "scope": "TestPlant.test_force_density_field.DummyField", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_force_density_field.DummyField.DoClone", + "name": "DoClone", + "lineno": 4360, + "scope": "TestPlant.test_force_density_field.DummyField", + "is_async": false + } + ], + "bindings.pydrake.multibody.test.rational_test": [ + { + "id": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.setUp", + "name": "setUp", + "lineno": 15, + "scope": "TestRationalForwardKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testGetters", + "name": "testGetters", + "lineno": 37, + "scope": "TestRationalForwardKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testCalcBodyPoseAsMultilinearPolynomial", + "name": "testCalcBodyPoseAsMultilinearPolynomial", + "lineno": 41, + "scope": "TestRationalForwardKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testConvertMultilinearPolynomialToRationalFunction", + "name": "testConvertMultilinearPolynomialToRationalFunction", + "lineno": 55, + "scope": "TestRationalForwardKinematics", + "is_async": false + }, + { + "id": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testConversions", + "name": "testConversions", + "lineno": 71, + "scope": "TestRationalForwardKinematics", + "is_async": false + } + ], + "bindings.pydrake.planning.test.collision_checker_test": [ + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_robot_diagram", + "name": "_make_robot_diagram", + "lineno": 24, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_body_shape_description", + "name": "test_body_shape_description", + "lineno": 43, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_make_body_shape_description", + "name": "test_make_body_shape_description", + "lineno": 62, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_linear_distance_interpolation_provider", + "name": "test_linear_distance_interpolation_provider", + "lineno": 77, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._configuration_distance", + "name": "_configuration_distance", + "lineno": 102, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "name": "test_collision_checker_params", + "lineno": 106, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_context", + "name": "test_collision_checker_context", + "lineno": 142, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_edge_measure", + "name": "test_edge_measure", + "lineno": 158, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "name": "test_robot_clearance", + "lineno": 173, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_collision_type", + "name": "test_robot_collision_type", + "lineno": 230, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_collision_type._make", + "name": "_make", + "lineno": 247, + "scope": "TestCollisionChecker.test_robot_collision_type", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "name": "_test_collision_checker_base_class", + "lineno": 272, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class.operation", + "name": "operation", + "lineno": 307, + "scope": "TestCollisionChecker._test_collision_checker_base_class", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class.distance_function", + "name": "distance_function", + "lineno": 399, + "scope": "TestCollisionChecker._test_collision_checker_base_class", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class.interpolation_function", + "name": "interpolation_function", + "lineno": 410, + "scope": "TestCollisionChecker._test_collision_checker_base_class", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "name": "_make_scene_graph_collision_checker", + "lineno": 479, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker", + "name": "test_scene_graph_collision_checker", + "lineno": 519, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor", + "name": "test_scene_graph_collision_checker_kwargs_ctor", + "lineno": 532, + "scope": "TestCollisionChecker", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "name": "_make_with_kwargs_ctor", + "lineno": 533, + "scope": "TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_visibility_graph", + "name": "test_visibility_graph", + "lineno": 579, + "scope": "TestCollisionChecker", + "is_async": false + } + ], + "bindings.pydrake.planning.test.collision_checker_trace_test": [ + { + "id": "bindings.pydrake.planning.test.collision_checker_trace_test.TestCollisionCheckerTrace._make_robot_diagram", + "name": "_make_robot_diagram", + "lineno": 32, + "scope": "TestCollisionCheckerTrace", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.collision_checker_trace_test.TestCollisionCheckerTrace.test_tracing", + "name": "test_tracing", + "lineno": 51, + "scope": "TestCollisionCheckerTrace", + "is_async": false + } + ], + "bindings.pydrake.planning.test.dof_mask_test": [ + { + "id": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "name": "test_dof_set", + "lineno": 9, + "scope": "TestDofMask", + "is_async": false + } + ], + "bindings.pydrake.planning.test.graph_algorithms_test": [ + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.GurobiOrMosekSolverAvailable", + "name": "GurobiOrMosekSolverAvailable", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms._butteryfly_graph", + "name": "_butteryfly_graph", + "lineno": 28, + "scope": "TestGraphAlgorithms", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_base_subclassable", + "name": "test_max_clique_solver_base_subclassable", + "lineno": 46, + "scope": "TestGraphAlgorithms", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_base_subclassable.DummyMaxCliqueSolver.__init__", + "name": "__init__", + "lineno": 48, + "scope": "TestGraphAlgorithms.test_max_clique_solver_base_subclassable.DummyMaxCliqueSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_base_subclassable.DummyMaxCliqueSolver.DoSolveMaxClique", + "name": "DoSolveMaxClique", + "lineno": 52, + "scope": "TestGraphAlgorithms.test_max_clique_solver_base_subclassable.DummyMaxCliqueSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "name": "test_max_clique_solver_via_mip_methods", + "lineno": 64, + "scope": "TestGraphAlgorithms", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_greedy_methods", + "name": "test_max_clique_solver_via_greedy_methods", + "lineno": 100, + "scope": "TestGraphAlgorithms", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_base_subclassable", + "name": "test_min_clique_cover_solver_base_subclassable", + "lineno": 111, + "scope": "TestGraphAlgorithms", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_base_subclassable.DummyMinCliqueCoverSolver.__init__", + "name": "__init__", + "lineno": 113, + "scope": "TestGraphAlgorithms.test_min_clique_cover_solver_base_subclassable.DummyMinCliqueCoverSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_base_subclassable.DummyMinCliqueCoverSolver.DoSolveMinCliqueCover", + "name": "DoSolveMinCliqueCover", + "lineno": 117, + "scope": "TestGraphAlgorithms.test_min_clique_cover_solver_base_subclassable.DummyMinCliqueCoverSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_via_greedy_methods", + "name": "test_min_clique_cover_solver_via_greedy_methods", + "lineno": 130, + "scope": "TestGraphAlgorithms", + "is_async": false + } + ], + "bindings.pydrake.planning.test.iris_from_clique_cover_test": [ + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test._snopt_and_mip_solver_available", + "name": "_snopt_and_mip_solver_available", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover._make_robot_diagram", + "name": "_make_robot_diagram", + "lineno": 28, + "scope": "TestIrisFromCliqueCover", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover._make_scene_graph_collision_checker", + "name": "_make_scene_graph_collision_checker", + "lineno": 51, + "scope": "TestIrisFromCliqueCover", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "name": "test_iris_in_configuration_space_from_clique_cover_options", + "lineno": 73, + "scope": "TestIrisFromCliqueCover", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover", + "name": "test_iris_in_configuration_space_from_clique_cover", + "lineno": 118, + "scope": "TestIrisFromCliqueCover", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover.DummyMaxCliqueSolver.__init__", + "name": "__init__", + "lineno": 187, + "scope": "TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover.DummyMaxCliqueSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover.DummyMaxCliqueSolver.DoSolveMaxClique", + "name": "DoSolveMaxClique", + "lineno": 191, + "scope": "TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover.DummyMaxCliqueSolver", + "is_async": false + } + ], + "bindings.pydrake.planning.test.iris_test": [ + { + "id": "bindings.pydrake.planning.test.iris_test.SetSampledIrisOptions", + "name": "SetSampledIrisOptions", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "name": "test_iris_zo", + "lineno": 89, + "scope": "TestIrisZo", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "name": "test_iris_np2", + "lineno": 192, + "scope": "TestIrisNp2", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2.parameterization_function", + "name": "parameterization_function", + "lineno": 228, + "scope": "TestIrisNp2.test_iris_np2", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2.inverse_parameterization", + "name": "inverse_parameterization", + "lineno": 242, + "scope": "TestIrisNp2.test_iris_np2", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.get_options_fields", + "name": "get_options_fields", + "lineno": 279, + "scope": "TestOptionsPrinting", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_fields", + "name": "check_fields", + "lineno": 284, + "scope": "TestOptionsPrinting", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_sampled_iris_options", + "name": "check_sampled_iris_options", + "lineno": 289, + "scope": "TestOptionsPrinting", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_zo", + "name": "test_options_zo", + "lineno": 299, + "scope": "TestOptionsPrinting", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_np2", + "name": "test_options_np2", + "lineno": 307, + "scope": "TestOptionsPrinting", + "is_async": false + } + ], + "bindings.pydrake.planning.test.joint_limits_test": [ + { + "id": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_default_ctor", + "name": "test_default_ctor", + "lineno": 11, + "scope": "TestJointLimits", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_empty_plant_ctor", + "name": "test_empty_plant_ctor", + "lineno": 17, + "scope": "TestJointLimits", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_selecting_plant_ctor", + "name": "test_selecting_plant_ctor", + "lineno": 30, + "scope": "TestJointLimits", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "name": "test_limits_api", + "lineno": 45, + "scope": "TestJointLimits", + "is_async": false + } + ], + "bindings.pydrake.planning.test.placeholder_test": [ + { + "id": "bindings.pydrake.planning.test.placeholder_test.TestPlaceholder.test_placeholder", + "name": "test_placeholder", + "lineno": 7, + "scope": "TestPlaceholder", + "is_async": false + } + ], + "bindings.pydrake.planning.test.robot_diagram_test": [ + { + "id": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder_default_time_step", + "name": "test_robot_diagram_builder_default_time_step", + "lineno": 19, + "scope": "TestRobotDiagram", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder", + "name": "test_robot_diagram_builder", + "lineno": 27, + "scope": "TestRobotDiagram", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram", + "name": "test_robot_diagram", + "lineno": 55, + "scope": "TestRobotDiagram", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot", + "name": "test_lifetime_robot", + "lineno": 79, + "scope": "TestRobotDiagram", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot.make_diagram", + "name": "make_diagram", + "lineno": 95, + "scope": "TestRobotDiagram.test_lifetime_robot", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_issue_23161", + "name": "test_issue_23161", + "lineno": 164, + "scope": "TestRobotDiagram", + "is_async": false + } + ], + "bindings.pydrake.planning.test.trajectory_optimization_test": [ + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "name": "test_direct_collocation", + "lineno": 46, + "scope": "TestTrajectoryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation.input_callback", + "name": "input_callback", + "lineno": 105, + "scope": "TestTrajectoryOptimization.test_direct_collocation", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation.state_callback", + "name": "state_callback", + "lineno": 108, + "scope": "TestTrajectoryOptimization.test_direct_collocation", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation.complete_callback", + "name": "complete_callback", + "lineno": 111, + "scope": "TestTrajectoryOptimization.test_direct_collocation", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_all_knot_points_constraint_python_wrapper_lost", + "name": "test_all_knot_points_constraint_python_wrapper_lost", + "lineno": 189, + "scope": "TestTrajectoryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_all_knot_points_constraint_python_wrapper_lost.make_object_graph", + "name": "make_object_graph", + "lineno": 197, + "scope": "TestTrajectoryOptimization.test_all_knot_points_constraint_python_wrapper_lost", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_transcription", + "name": "test_direct_transcription", + "lineno": 221, + "scope": "TestTrajectoryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost", + "name": "test_kinematic_traj_opt_constraint_python_wrapper_lost", + "lineno": 273, + "scope": "TestTrajectoryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost.make_object_graph", + "name": "make_object_graph", + "lineno": 281, + "scope": "TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "name": "test_kinematic_trajectory_optimization", + "lineno": 305, + "scope": "TestTrajectoryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "name": "test_gcs_trajectory_optimization_basic", + "lineno": 372, + "scope": "TestTrajectoryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "name": "test_gcs_trajectory_optimization_2d", + "lineno": 606, + "scope": "TestTrajectoryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_wraparound", + "name": "test_gcs_trajectory_optimization_wraparound", + "lineno": 944, + "scope": "TestTrajectoryOptimization", + "is_async": false + }, + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_get_continuous_revolute_joint_indices", + "name": "test_get_continuous_revolute_joint_indices", + "lineno": 977, + "scope": "TestTrajectoryOptimization", + "is_async": false + } + ], + "bindings.pydrake.planning.test.zmp_planner_test": [ + { + "id": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner.test_zmp_planner", + "name": "test_zmp_planner", + "lineno": 12, + "scope": "TestZmpPlanner", + "is_async": false + } + ], + "bindings.pydrake.solvers._extra": [ + { + "id": "bindings.pydrake.solvers._extra._resolve_array_type", + "name": "_resolve_array_type", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.solvers._extra._check_returned_array_type", + "name": "_check_returned_array_type", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.solvers.test.augmented_lagrangian_test": [ + { + "id": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.setUp", + "name": "setUp", + "lineno": 17, + "scope": "TestAugmentedLagrangian", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_nonsmooth", + "name": "test_eval_double_nonsmooth", + "lineno": 23, + "scope": "TestAugmentedLagrangian", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_smooth", + "name": "test_eval_double_smooth", + "lineno": 36, + "scope": "TestAugmentedLagrangian", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_nonsmooth", + "name": "test_eval_ad_nonsmooth", + "lineno": 49, + "scope": "TestAugmentedLagrangian", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_smooth", + "name": "test_eval_ad_smooth", + "lineno": 61, + "scope": "TestAugmentedLagrangian", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "name": "test_lagrangian_size", + "lineno": 72, + "scope": "TestAugmentedLagrangian", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_is_equality", + "name": "test_is_equality", + "lineno": 98, + "scope": "TestAugmentedLagrangian", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.branch_and_bound_test": [ + { + "id": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "name": "test", + "lineno": 13, + "scope": "TestMixedIntegerBranchAndBound", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.clarabel_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_attributes", + "name": "test_attributes", + "lineno": 13, + "scope": "TestClarabelSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "name": "test_solve", + "lineno": 19, + "scope": "TestClarabelSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.unavailable", + "name": "unavailable", + "lineno": 33, + "scope": "TestClarabelSolver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.clp_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver._make_prog", + "name": "_make_prog", + "lineno": 13, + "scope": "TestClpSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "name": "test_clp_solver", + "lineno": 29, + "scope": "TestClpSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.unavailable", + "name": "unavailable", + "lineno": 43, + "scope": "TestClpSolver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.csdp_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver._make_prog", + "name": "_make_prog", + "lineno": 15, + "scope": "TestCsdpSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "name": "test_csdp_solver", + "lineno": 44, + "scope": "TestCsdpSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.unavailable", + "name": "unavailable", + "lineno": 90, + "scope": "TestCsdpSolver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.evaluators_test": [ + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_linear_cost", + "name": "test_linear_cost", + "lineno": 14, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "name": "test_quadratic_cost", + "lineno": 31, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_l1norm_cost", + "name": "test_l1norm_cost", + "lineno": 69, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_l2norm_cost", + "name": "test_l2norm_cost", + "lineno": 83, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_linfnorm_cost", + "name": "test_linfnorm_cost", + "lineno": 93, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_perspective_quadratic_cost", + "name": "test_perspective_quadratic_cost", + "lineno": 107, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_expression_cost", + "name": "test_expression_cost", + "lineno": 121, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_cost_python_wrapper_lost", + "name": "test_cost_python_wrapper_lost", + "lineno": 129, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_cost_python_wrapper_lost.make_object_graph", + "name": "make_object_graph", + "lineno": 136, + "scope": "TestCost.test_cost_python_wrapper_lost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_to_latex", + "name": "test_to_latex", + "lineno": 149, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_eq", + "name": "test_binding_eq", + "lineno": 160, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_hash", + "name": "test_binding_hash", + "lineno": 187, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_is_thread_safe", + "name": "test_is_thread_safe", + "lineno": 203, + "scope": "TestCost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_bounding_box_constraint", + "name": "test_bounding_box_constraint", + "lineno": 212, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_constraint", + "name": "test_linear_constraint", + "lineno": 223, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_quadratic_constraint", + "name": "test_quadratic_constraint", + "lineno": 257, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_positive_semidefinite_constraint", + "name": "test_positive_semidefinite_constraint", + "lineno": 284, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_matrix_inequality_constraint", + "name": "test_linear_matrix_inequality_constraint", + "lineno": 288, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_expression_constraint", + "name": "test_expression_constraint", + "lineno": 295, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_lorentz_cone_constraint", + "name": "test_lorentz_cone_constraint", + "lineno": 310, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_rotated_lorentz_cone_constraint", + "name": "test_rotated_lorentz_cone_constraint", + "lineno": 326, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_instantiations", + "name": "test_binding_instantiations", + "lineno": 343, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_cast_python_wrapper_lost", + "name": "test_binding_cast_python_wrapper_lost", + "lineno": 370, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_cast_python_wrapper_lost.make_object_graph", + "name": "make_object_graph", + "lineno": 378, + "scope": "TestConstraints.test_binding_cast_python_wrapper_lost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_constraint_python_wrapper_lost", + "name": "test_binding_constraint_python_wrapper_lost", + "lineno": 399, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_constraint_python_wrapper_lost.make_object_graph", + "name": "make_object_graph", + "lineno": 406, + "scope": "TestConstraints.test_binding_constraint_python_wrapper_lost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_eq", + "name": "test_binding_eq", + "lineno": 423, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_hash", + "name": "test_binding_hash", + "lineno": 463, + "scope": "TestConstraints", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.value_function", + "name": "value_function", + "lineno": 485, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "name": "test_constructor", + "lineno": 491, + "scope": "TestMinimumValueLowerBoundConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_set_penalty_function", + "name": "test_set_penalty_function", + "lineno": 519, + "scope": "TestMinimumValueLowerBoundConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_set_penalty_function.penalty", + "name": "penalty", + "lineno": 530, + "scope": "TestMinimumValueLowerBoundConstraint.test_set_penalty_function", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "name": "test_constructor", + "lineno": 550, + "scope": "TestMinimumValueUpperBoundConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_set_penalty_function", + "name": "test_set_penalty_function", + "lineno": 578, + "scope": "TestMinimumValueUpperBoundConstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_set_penalty_function.penalty", + "name": "penalty", + "lineno": 589, + "scope": "TestMinimumValueUpperBoundConstraint.test_set_penalty_function", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.gurobi_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "name": "test_gurobi_solver", + "lineno": 16, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_socp_dual", + "name": "test_gurobi_socp_dual", + "lineno": 35, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_license", + "name": "test_gurobi_license", + "lineno": 50, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_write_to_file", + "name": "test_write_to_file", + "lineno": 59, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_compute_iis", + "name": "test_compute_iis", + "lineno": 72, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback", + "name": "test_callback", + "lineno": 85, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback.node_callback", + "name": "node_callback", + "lineno": 104, + "scope": "TestMathematicalProgram.test_callback", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback.sol_callback", + "name": "sol_callback", + "lineno": 116, + "scope": "TestMathematicalProgram.test_callback", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.ipopt_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver._make_prog", + "name": "_make_prog", + "lineno": 13, + "scope": "TestIpoptSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "name": "test_ipopt_solver", + "lineno": 22, + "scope": "TestIpoptSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.unavailable", + "name": "unavailable", + "lineno": 49, + "scope": "TestIpoptSolver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.mathematicalprogram_test": [ + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestQP.__init__", + "name": "__init__", + "lineno": 38, + "scope": "TestQP", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_construction", + "name": "test_program_construction", + "lineno": 66, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_clone_and_copy_and_deepcopy", + "name": "test_clone_and_copy_and_deepcopy", + "lineno": 74, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_clone_and_copy_and_deepcopy.via_clone", + "name": "via_clone", + "lineno": 75, + "scope": "TestMathematicalProgram.test_clone_and_copy_and_deepcopy", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_clone_and_copy_and_deepcopy.via_copy", + "name": "via_copy", + "lineno": 78, + "scope": "TestMathematicalProgram.test_clone_and_copy_and_deepcopy", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_clone_and_copy_and_deepcopy.via_deepcopy", + "name": "via_deepcopy", + "lineno": 81, + "scope": "TestMathematicalProgram.test_clone_and_copy_and_deepcopy", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "name": "test_program_attributes_and_solver_selection", + "lineno": 99, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "name": "test_module_level_solve_function_and_result_accessors", + "lineno": 137, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_str", + "name": "test_str", + "lineno": 169, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_to_latex", + "name": "test_to_latex", + "lineno": 176, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mixed_integer_optimization", + "name": "test_mixed_integer_optimization", + "lineno": 185, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_qp", + "name": "test_qp", + "lineno": 211, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_symbolic_qp", + "name": "test_symbolic_qp", + "lineno": 234, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "name": "test_bindings", + "lineno": 247, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "name": "test_constraint_api", + "lineno": 341, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "name": "check_bounds", + "lineno": 358, + "scope": "TestMathematicalProgram.test_constraint_api", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api", + "name": "test_cost_api", + "lineno": 377, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_linear_cost", + "name": "check_linear_cost", + "lineno": 385, + "scope": "TestMathematicalProgram.test_cost_api", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_quadratic_cost", + "name": "check_quadratic_cost", + "lineno": 396, + "scope": "TestMathematicalProgram.test_cost_api", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "name": "test_eval_binding", + "lineno": 411, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_get_binding_variable_values", + "name": "test_get_binding_variable_values", + "lineno": 463, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_prog_check_satisfied", + "name": "test_prog_check_satisfied", + "lineno": 477, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_matrix_variables", + "name": "test_matrix_variables", + "lineno": 501, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraint", + "name": "test_linear_constraint", + "lineno": 516, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_equality_constraint", + "name": "test_linear_equality_constraint", + "lineno": 560, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sdp", + "name": "test_sdp", + "lineno": 592, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_replace_psd_methods", + "name": "test_replace_psd_methods", + "lineno": 631, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos_polynomial", + "name": "test_sos_polynomial", + "lineno": 646, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_new_even_degree_nonnegative_polynomial", + "name": "test_new_even_degree_nonnegative_polynomial", + "lineno": 675, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_sos_constraint", + "name": "test_add_sos_constraint", + "lineno": 690, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos", + "name": "test_sos", + "lineno": 705, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_polynomial", + "name": "test_make_polynomial", + "lineno": 748, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_reparse", + "name": "test_reparse", + "lineno": 766, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_equality_between_polynomials", + "name": "test_equality_between_polynomials", + "lineno": 780, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_log_determinant_cost", + "name": "test_log_determinant_cost", + "lineno": 794, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_log_determinant_lower", + "name": "test_log_determinant_lower", + "lineno": 810, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_maximize_geometric_mean", + "name": "test_maximize_geometric_mean", + "lineno": 819, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_max_geometric_mean_trivial", + "name": "test_max_geometric_mean_trivial", + "lineno": 833, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_lcp", + "name": "test_lcp", + "lineno": 848, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_exponential_cone_constraint", + "name": "test_add_exponential_cone_constraint", + "lineno": 863, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraints", + "name": "test_linear_constraints", + "lineno": 885, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_set_bounds", + "name": "test_constraint_set_bounds", + "lineno": 933, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_set_bounds.constraint", + "name": "constraint", + "lineno": 938, + "scope": "TestMathematicalProgram.test_constraint_set_bounds", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_gradient_sparsity", + "name": "test_constraint_gradient_sparsity", + "lineno": 981, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_gradient_sparsity.cost", + "name": "cost", + "lineno": 985, + "scope": "TestMathematicalProgram.test_constraint_gradient_sparsity", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_gradient_sparsity.constraint", + "name": "constraint", + "lineno": 988, + "scope": "TestMathematicalProgram.test_constraint_gradient_sparsity", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint", + "name": "test_pycost_and_pyconstraint", + "lineno": 1005, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint.cost", + "name": "cost", + "lineno": 1009, + "scope": "TestMathematicalProgram.test_pycost_and_pyconstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint.constraint", + "name": "constraint", + "lineno": 1012, + "scope": "TestMathematicalProgram.test_pycost_and_pyconstraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_and_constraint_python_wrapper_lost", + "name": "test_cost_and_constraint_python_wrapper_lost", + "lineno": 1036, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_and_constraint_python_wrapper_lost.make_object_graph", + "name": "make_object_graph", + "lineno": 1044, + "scope": "TestMathematicalProgram.test_cost_and_constraint_python_wrapper_lost", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.get_different_scalar_type", + "name": "get_different_scalar_type", + "lineno": 1064, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_simple", + "name": "test_pycost_simple", + "lineno": 1071, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_simple.cost", + "name": "cost", + "lineno": 1075, + "scope": "TestMathematicalProgram.test_pycost_simple", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error", + "name": "test_pycost_wrap_error", + "lineno": 1086, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error.user_cost_bad_shape", + "name": "user_cost_bad_shape", + "lineno": 1091, + "scope": "TestMathematicalProgram.test_pycost_wrap_error", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error.user_cost_bad_dtype", + "name": "user_cost_bad_dtype", + "lineno": 1131, + "scope": "TestMathematicalProgram.test_pycost_wrap_error", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error", + "name": "test_pyconstraint_wrap_error", + "lineno": 1145, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error.user_constraint_bad_shape", + "name": "user_constraint_bad_shape", + "lineno": 1150, + "scope": "TestMathematicalProgram.test_pyconstraint_wrap_error", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error.user_constraint_bad_dtype", + "name": "user_constraint_bad_dtype", + "lineno": 1193, + "scope": "TestMathematicalProgram.test_pyconstraint_wrap_error", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_symbolic", + "name": "test_addcost_symbolic", + "lineno": 1209, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l2norm_cost", + "name": "test_add_l2norm_cost", + "lineno": 1218, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l2norm_cost_using_conic_constraint", + "name": "test_add_l2norm_cost_using_conic_constraint", + "lineno": 1232, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l1norm_cost_in_epigraph_form", + "name": "test_add_l1norm_cost_in_epigraph_form", + "lineno": 1244, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "name": "test_addcost_shared_ptr", + "lineno": 1254, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addconstraint_matrix", + "name": "test_addconstraint_matrix", + "lineno": 1280, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addconstraint_binding", + "name": "test_addconstraint_binding", + "lineno": 1288, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "name": "test_initial_guess", + "lineno": 1298, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess.check_and_reset", + "name": "check_and_reset", + "lineno": 1309, + "scope": "TestMathematicalProgram.test_initial_guess", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_quadratic_constraint", + "name": "test_quadratic_constraint", + "lineno": 1345, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_lorentz_cone_constraint", + "name": "test_lorentz_cone_constraint", + "lineno": 1368, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_lorentz_cone_constraint", + "name": "test_add_lorentz_cone_constraint", + "lineno": 1399, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_rotated_lorentz_cone_constraint", + "name": "test_add_rotated_lorentz_cone_constraint", + "lineno": 1428, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_quadratic_as_rotated_lorentz_cone_constraint", + "name": "test_add_quadratic_as_rotated_lorentz_cone_constraint", + "lineno": 1448, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_linear_matrix_inequality_constraint", + "name": "test_add_linear_matrix_inequality_constraint", + "lineno": 1460, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "name": "test_solver_id", + "lineno": 1488, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mathematical_program_solver_options", + "name": "test_mathematical_program_solver_options", + "lineno": 1499, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options", + "name": "test_solver_options", + "lineno": 1528, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "name": "test_solver_options_yaml", + "lineno": 1565, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_infeasible_constraints", + "name": "test_infeasible_constraints", + "lineno": 1619, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_indeterminates_and_decision_variables", + "name": "test_add_indeterminates_and_decision_variables", + "lineno": 1635, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_required_capabilities", + "name": "test_required_capabilities", + "lineno": 1656, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_first_available_solver", + "name": "test_make_first_available_solver", + "lineno": 1675, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_variable_scaling", + "name": "test_variable_scaling", + "lineno": 1683, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_decision_variable", + "name": "test_remove_decision_variable", + "lineno": 1698, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_cost", + "name": "test_remove_cost", + "lineno": 1706, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_binding_upcasting", + "name": "test_binding_upcasting", + "lineno": 1724, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "name": "test_remove_constraint", + "lineno": 1750, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_visualization_callback", + "name": "test_remove_visualization_callback", + "lineno": 1799, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_get_program_type", + "name": "test_get_program_type", + "lineno": 1809, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mathematical_program_result", + "name": "test_mathematical_program_result", + "lineno": 1816, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "name": "test_solve_in_parallel", + "lineno": 1823, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_binding", + "name": "test_cost_binding", + "lineno": 1935, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.__init__", + "name": "__init__", + "lineno": 1948, + "scope": "DummySolverInterface", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.available", + "name": "available", + "lineno": 1952, + "scope": "DummySolverInterface", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.enabled", + "name": "enabled", + "lineno": 1955, + "scope": "DummySolverInterface", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.solver_id", + "name": "solver_id", + "lineno": 1958, + "scope": "DummySolverInterface", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.Solve", + "name": "Solve", + "lineno": 1961, + "scope": "DummySolverInterface", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface._DoSolve", + "name": "_DoSolve", + "lineno": 1971, + "scope": "DummySolverInterface", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.AreProgramAttributesSatisfied", + "name": "AreProgramAttributesSatisfied", + "lineno": 1980, + "scope": "DummySolverInterface", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "name": "test_dummy_solver_interface", + "lineno": 1985, + "scope": "TestSolverInterface", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test": [ + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "name": "test_AddLogarithmicSos2Constraint", + "lineno": 19, + "scope": "TestMixedIntegerOptimizationUtil", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint.check_val", + "name": "check_val", + "lineno": 27, + "scope": "TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "name": "test_AddSos2Constraint", + "lineno": 43, + "scope": "TestMixedIntegerOptimizationUtil", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint.check_val", + "name": "check_val", + "lineno": 51, + "scope": "TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint", + "name": "test_AddLogarithmicSos1Constraint", + "lineno": 69, + "scope": "TestMixedIntegerOptimizationUtil", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "name": "check_val", + "lineno": 73, + "scope": "TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2", + "name": "test_AddBilinearProductMcCormickEnvelopeSos2", + "lineno": 88, + "scope": "TestMixedIntegerOptimizationUtil", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "name": "setup_and_test_prog", + "lineno": 95, + "scope": "TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_aux", + "name": "setup_aux", + "lineno": 163, + "scope": "TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test": [ + { + "id": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test.TestMixedIntegerRotationConstraint.test_MixedIntegerRotationConstraintGenerator", + "name": "test_MixedIntegerRotationConstraintGenerator", + "lineno": 11, + "scope": "TestMixedIntegerRotationConstraint", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.mobylcp_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver._make_prog", + "name": "_make_prog", + "lineno": 13, + "scope": "TestMobyLcpSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "name": "test_mobylcp_solver", + "lineno": 22, + "scope": "TestMobyLcpSolver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.mosek_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "name": "test_mosek_solver", + "lineno": 15, + "scope": "TestMathematicalProgram", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_license", + "name": "test_mosek_license", + "lineno": 36, + "scope": "TestMathematicalProgram", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.nlopt_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "name": "test_nlopt_solver", + "lineno": 14, + "scope": "TestNloptSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.unavailable", + "name": "unavailable", + "lineno": 42, + "scope": "TestNloptSolver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.noscipy_test": [ + { + "id": "bindings.pydrake.solvers.test.noscipy_test.TestMathematicalProgram.test_linear_constraint", + "name": "test_linear_constraint", + "lineno": 20, + "scope": "TestMathematicalProgram", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.osqp_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "name": "test_osqp_solver", + "lineno": 13, + "scope": "TestOsqpSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.unavailable", + "name": "unavailable", + "lineno": 35, + "scope": "TestOsqpSolver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.program_attribute_test": [ + { + "id": "bindings.pydrake.solvers.test.program_attribute_test.TestProgramAttribute.test_program_attribute_enum", + "name": "test_program_attribute_enum", + "lineno": 7, + "scope": "TestProgramAttribute", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.program_attribute_test.TestProgramType.test_program_attribute_enum", + "name": "test_program_attribute_enum", + "lineno": 28, + "scope": "TestProgramType", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "name": "test_projected_gradient_descent_solver", + "lineno": 14, + "scope": "TestProjectedGradientDescentSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver.custom_gradient_function", + "name": "custom_gradient_function", + "lineno": 47, + "scope": "TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver.custom_projection_function", + "name": "custom_projection_function", + "lineno": 60, + "scope": "TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.scs_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "name": "test_scs_solver", + "lineno": 14, + "scope": "TestScsSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.unavailable", + "name": "unavailable", + "lineno": 49, + "scope": "TestScsSolver", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.sdpa_free_format_test": [ + { + "id": "bindings.pydrake.solvers.test.sdpa_free_format_test.TestSdpaFreeFormat.test_GenerateSDPA", + "name": "test_GenerateSDPA", + "lineno": 12, + "scope": "TestSdpaFreeFormat", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.semidefinite_relaxation_test": [ + { + "id": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxation", + "name": "test_MakeSemidefiniteRelaxation", + "lineno": 14, + "scope": "TestSemidefiniteRelaxation", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "name": "test_MakeSemidefiniteRelaxationWithGroups", + "lineno": 29, + "scope": "TestSemidefiniteRelaxation", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationOptions", + "name": "test_MakeSemidefiniteRelaxationOptions", + "lineno": 55, + "scope": "TestSemidefiniteRelaxation", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.snopt_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "name": "test_snopt_solver", + "lineno": 16, + "scope": "TestSnoptSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_solver_specific_error", + "name": "test_solver_specific_error", + "lineno": 46, + "scope": "TestSnoptSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_solver_specific_error.my_constraint", + "name": "my_constraint", + "lineno": 48, + "scope": "TestSnoptSolver.test_solver_specific_error", + "is_async": false + } + ], + "bindings.pydrake.solvers.test.unrevised_lemke_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver._make_prog", + "name": "_make_prog", + "lineno": 13, + "scope": "TestUnrevisedLemkeSolver", + "is_async": false + }, + { + "id": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "name": "test_unrevised_lemke_solver", + "lineno": 22, + "scope": "TestUnrevisedLemkeSolver", + "is_async": false + } + ], + "bindings.pydrake.symbolic._symbolic_extra": [ + { + "id": "bindings.pydrake.symbolic._symbolic_extra.logical_and", + "name": "logical_and", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_extra.logical_or", + "name": "logical_or", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_extra._reduce_add", + "name": "_reduce_add", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_extra._reduce_mul", + "name": "_reduce_mul", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_extra._getstate_via_unapply", + "name": "_getstate_via_unapply", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_extra._setstate_via_unapply", + "name": "_setstate_via_unapply", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_extra.to_sympy", + "name": "to_sympy", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_extra.from_sympy", + "name": "from_sympy", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.symbolic._symbolic_sympy": [ + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._no_change", + "name": "_no_change", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._handle_constant", + "name": "_handle_constant", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._make_sympy_if_then_else", + "name": "_make_sympy_if_then_else", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._var_to_sympy", + "name": "_var_to_sympy", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._var_from_sympy", + "name": "_var_from_sympy", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._to_sympy", + "name": "_to_sympy", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter.__init__", + "name": "__init__", + "lineno": 179, + "scope": "_DrakePrinter", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_drake_logical_op", + "name": "_print_drake_logical_op", + "lineno": 189, + "scope": "_DrakePrinter", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_And", + "name": "_print_And", + "lineno": 196, + "scope": "_DrakePrinter", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_Or", + "name": "_print_Or", + "lineno": 199, + "scope": "_DrakePrinter", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_Not", + "name": "_print_Not", + "lineno": 202, + "scope": "_DrakePrinter", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_Piecewise", + "name": "_print_Piecewise", + "lineno": 205, + "scope": "_DrakePrinter", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._lambdify", + "name": "_lambdify", + "lineno": 228, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._from_sympy", + "name": "_from_sympy", + "lineno": 240, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.symbolic.test.symbolic_test": [ + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_is_dummy", + "name": "test_is_dummy", + "lineno": 43, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_id", + "name": "test_id", + "lineno": 47, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_get_name", + "name": "test_get_name", + "lineno": 51, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_addition", + "name": "test_addition", + "lineno": 56, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_subtraction", + "name": "test_subtraction", + "lineno": 61, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_multiplication", + "name": "test_multiplication", + "lineno": 66, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_division", + "name": "test_division", + "lineno": 71, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_unary_operators", + "name": "test_unary_operators", + "lineno": 76, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_relational_operators", + "name": "test_relational_operators", + "lineno": 80, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_get_type", + "name": "test_get_type", + "lineno": 105, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_repr", + "name": "test_repr", + "lineno": 111, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_simplify", + "name": "test_simplify", + "lineno": 114, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_expand", + "name": "test_expand", + "lineno": 120, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_pow", + "name": "test_pow", + "lineno": 125, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_neg", + "name": "test_neg", + "lineno": 130, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_equalto", + "name": "test_equalto", + "lineno": 133, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_is_polynomial", + "name": "test_is_polynomial", + "lineno": 137, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_logical", + "name": "test_logical", + "lineno": 141, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_functions_with_variable", + "name": "test_functions_with_variable", + "lineno": 164, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_array_str", + "name": "test_array_str", + "lineno": 206, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_pickle", + "name": "test_pickle", + "lineno": 212, + "scope": "TestSymbolicVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_pickle.fully_describe", + "name": "fully_describe", + "lineno": 213, + "scope": "TestSymbolicVariable.test_pickle", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_variable", + "name": "test_make_matrix_variable", + "lineno": 227, + "scope": "TestMakeMatrixVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_continuous_variable", + "name": "test_make_matrix_continuous_variable", + "lineno": 246, + "scope": "TestMakeMatrixVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_binary_variable", + "name": "test_make_matrix_binary_variable", + "lineno": 255, + "scope": "TestMakeMatrixVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_boolean_variable", + "name": "test_make_matrix_boolean_variable", + "lineno": 264, + "scope": "TestMakeMatrixVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_variable", + "name": "test_make_vector_variable", + "lineno": 273, + "scope": "TestMakeMatrixVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_continuous_variable", + "name": "test_make_vector_continuous_variable", + "lineno": 286, + "scope": "TestMakeMatrixVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_binary_variable", + "name": "test_make_vector_binary_variable", + "lineno": 292, + "scope": "TestMakeMatrixVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_boolean_variable", + "name": "test_make_vector_boolean_variable", + "lineno": 298, + "scope": "TestMakeMatrixVariable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_default_constructor", + "name": "test_default_constructor", + "lineno": 306, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_constructor_list", + "name": "test_constructor_list", + "lineno": 311, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_to_string_1", + "name": "test_to_string_1", + "lineno": 316, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_repr", + "name": "test_repr", + "lineno": 321, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_insert1", + "name": "test_insert1", + "lineno": 325, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_insert2", + "name": "test_insert2", + "lineno": 332, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase1", + "name": "test_erase1", + "lineno": 339, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase2", + "name": "test_erase2", + "lineno": 348, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase2_kwarg", + "name": "test_erase2_kwarg", + "lineno": 355, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_include", + "name": "test_include", + "lineno": 362, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_equalto", + "name": "test_equalto", + "lineno": 368, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_to_string_2", + "name": "test_to_string_2", + "lineno": 375, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "name": "test_subset_properties", + "lineno": 382, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_eq", + "name": "test_eq", + "lineno": 394, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_lt", + "name": "test_lt", + "lineno": 399, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_add", + "name": "test_add", + "lineno": 404, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_add_assignment", + "name": "test_add_assignment", + "lineno": 414, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_sub", + "name": "test_sub", + "lineno": 421, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_sub_assignment", + "name": "test_sub_assignment", + "lineno": 429, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_intersect", + "name": "test_intersect", + "lineno": 436, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_iterable", + "name": "test_iterable", + "lineno": 444, + "scope": "TestSymbolicVariables", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.setUp", + "name": "setUp", + "lineno": 454, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_constructor", + "name": "test_constructor", + "lineno": 460, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression._check_algebra", + "name": "_check_algebra", + "lineno": 466, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_scalar_algebra", + "name": "test_scalar_algebra", + "lineno": 589, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_array_algebra", + "name": "test_array_algebra", + "lineno": 594, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.make_matrix_variable", + "name": "make_matrix_variable", + "lineno": 601, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.check_matrix_inversion", + "name": "check_matrix_inversion", + "lineno": 608, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_matrix_inversion", + "name": "test_matrix_inversion", + "lineno": 623, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "name": "test_vectorized_binary_operator_type_combinatorics", + "lineno": 634, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "name": "expand_values", + "lineno": 642, + "scope": "TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.assert_nontrivial_formula", + "name": "assert_nontrivial_formula", + "lineno": 683, + "scope": "TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.check_operands", + "name": "check_operands", + "lineno": 688, + "scope": "TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_equalto", + "name": "test_equalto", + "lineno": 712, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_kind", + "name": "test_get_kind", + "lineno": 718, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variables", + "name": "test_get_variables", + "lineno": 722, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variable_vector", + "name": "test_get_variable_vector", + "lineno": 729, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_relational_operators", + "name": "test_relational_operators", + "lineno": 738, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_relational_operators_nonzero", + "name": "test_relational_operators_nonzero", + "lineno": 781, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_functions_with_float", + "name": "test_functions_with_float", + "lineno": 810, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_non_method_jacobian", + "name": "test_non_method_jacobian", + "lineno": 843, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_non_method_jacobian.check_jacobian", + "name": "check_jacobian", + "lineno": 850, + "scope": "TestSymbolicExpression.test_non_method_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_method_jacobian", + "name": "test_method_jacobian", + "lineno": 863, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_method_jacobian.check_jacobian", + "name": "check_jacobian", + "lineno": 865, + "scope": "TestSymbolicExpression.test_method_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_is_affine", + "name": "test_is_affine", + "lineno": 874, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_differentiate", + "name": "test_differentiate", + "lineno": 882, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_repr", + "name": "test_repr", + "lineno": 887, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_to_string", + "name": "test_to_string", + "lineno": 890, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate", + "name": "test_evaluate", + "lineno": 895, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate_with_random_generator", + "name": "test_evaluate_with_random_generator", + "lineno": 899, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate_partial", + "name": "test_evaluate_partial", + "lineno": 915, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate_exception_np_nan", + "name": "test_evaluate_exception_np_nan", + "lineno": 923, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate_exception_python_nan", + "name": "test_evaluate_exception_python_nan", + "lineno": 928, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_substitute_with_pair", + "name": "test_substitute_with_pair", + "lineno": 933, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_substitute_with_dict", + "name": "test_substitute_with_dict", + "lineno": 942, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_copy", + "name": "test_copy", + "lineno": 948, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_taylor_expand", + "name": "test_taylor_expand", + "lineno": 952, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_pickle_expression_with_evaluation", + "name": "test_pickle_expression_with_evaluation", + "lineno": 962, + "scope": "TestSymbolicExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_constructor", + "name": "test_constructor", + "lineno": 1049, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_factory_functions", + "name": "test_factory_functions", + "lineno": 1054, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_get_kind", + "name": "test_get_kind", + "lineno": 1064, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_get_free_variables", + "name": "test_get_free_variables", + "lineno": 1067, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_pair", + "name": "test_substitute_with_pair", + "lineno": 1071, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_dict", + "name": "test_substitute_with_dict", + "lineno": 1080, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_to_string", + "name": "test_to_string", + "lineno": 1086, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_equality_inequality_hash", + "name": "test_equality_inequality_hash", + "lineno": 1091, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_static_true_false", + "name": "test_static_true_false", + "lineno": 1102, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_repr", + "name": "test_repr", + "lineno": 1108, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_evaluate", + "name": "test_evaluate", + "lineno": 1111, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_evaluate_exception_np_nan", + "name": "test_evaluate_exception_np_nan", + "lineno": 1117, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_evaluate_exception_python_nan", + "name": "test_evaluate_exception_python_nan", + "lineno": 1122, + "scope": "TestSymbolicFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_empty", + "name": "test_constructor_empty", + "lineno": 1129, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable", + "name": "test_constructor_variable", + "lineno": 1134, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable.check_monomial", + "name": "check_monomial", + "lineno": 1135, + "scope": "TestSymbolicMonomial.test_constructor_variable", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable_int", + "name": "test_constructor_variable_int", + "lineno": 1142, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable_int.check_monomial", + "name": "check_monomial", + "lineno": 1143, + "scope": "TestSymbolicMonomial.test_constructor_variable_int", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map", + "name": "test_constructor_map", + "lineno": 1150, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "name": "check_monomial", + "lineno": 1151, + "scope": "TestSymbolicMonomial.test_constructor_map", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_vars_exponents", + "name": "test_constructor_vars_exponents", + "lineno": 1161, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "name": "test_comparison", + "lineno": 1167, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_equalto", + "name": "test_equalto", + "lineno": 1190, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_str", + "name": "test_str", + "lineno": 1197, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_repr", + "name": "test_repr", + "lineno": 1203, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication1", + "name": "test_multiplication1", + "lineno": 1207, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication2", + "name": "test_multiplication2", + "lineno": 1214, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_float", + "name": "test_multiplication_float", + "lineno": 1222, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_expr", + "name": "test_multiplication_expr", + "lineno": 1239, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_addition_expr", + "name": "test_addition_expr", + "lineno": 1245, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_subtraction_expr", + "name": "test_subtraction_expr", + "lineno": 1251, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_division_expr", + "name": "test_division_expr", + "lineno": 1257, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_assignment1", + "name": "test_multiplication_assignment1", + "lineno": 1263, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_assignment2", + "name": "test_multiplication_assignment2", + "lineno": 1269, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow", + "name": "test_pow", + "lineno": 1275, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "name": "test_pow_in_place", + "lineno": 1281, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_get_powers", + "name": "test_get_powers", + "lineno": 1295, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_to_expression", + "name": "test_to_expression", + "lineno": 1301, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_get_variables", + "name": "test_get_variables", + "lineno": 1306, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_monomial_basis", + "name": "test_monomial_basis", + "lineno": 1311, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_even_degree_monomial_basis", + "name": "test_even_degree_monomial_basis", + "lineno": 1326, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_off_degree_monomial_basis", + "name": "test_off_degree_monomial_basis", + "lineno": 1331, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_calc_monomial_basis_order_up_to_one", + "name": "test_calc_monomial_basis_order_up_to_one", + "lineno": 1336, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate", + "name": "test_evaluate", + "lineno": 1342, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_batch", + "name": "test_evaluate_batch", + "lineno": 1348, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_exception_np_nan", + "name": "test_evaluate_exception_np_nan", + "lineno": 1355, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_exception_python_nan", + "name": "test_evaluate_exception_python_nan", + "lineno": 1361, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_partial", + "name": "test_evaluate_partial", + "lineno": 1367, + "scope": "TestSymbolicMonomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_default_constructor", + "name": "test_default_constructor", + "lineno": 1380, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_maptype", + "name": "test_constructor_maptype", + "lineno": 1384, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_monomial", + "name": "test_constructor_monomial", + "lineno": 1395, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_expression", + "name": "test_constructor_expression", + "lineno": 1403, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_expression_indeterminates", + "name": "test_constructor_expression_indeterminates", + "lineno": 1410, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_set_indeterminates", + "name": "test_set_indeterminates", + "lineno": 1424, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_degree_total_degree", + "name": "test_degree_total_degree", + "lineno": 1437, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_monomial_to_coefficient_map", + "name": "test_monomial_to_coefficient_map", + "lineno": 1444, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_differentiate", + "name": "test_differentiate", + "lineno": 1451, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_integrate", + "name": "test_integrate", + "lineno": 1459, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_add_product", + "name": "test_add_product", + "lineno": 1469, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_expand", + "name": "test_expand", + "lineno": 1477, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_substitute_and_expand", + "name": "test_substitute_and_expand", + "lineno": 1495, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_remove_terms_with_small_coefficients", + "name": "test_remove_terms_with_small_coefficients", + "lineno": 1537, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_even_odd", + "name": "test_even_odd", + "lineno": 1547, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_roots", + "name": "test_roots", + "lineno": 1552, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "name": "test_comparison", + "lineno": 1559, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_repr", + "name": "test_repr", + "lineno": 1589, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_addition", + "name": "test_addition", + "lineno": 1593, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_subtraction", + "name": "test_subtraction", + "lineno": 1606, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_multiplication", + "name": "test_multiplication", + "lineno": 1619, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_division", + "name": "test_division", + "lineno": 1632, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_addition_assignment", + "name": "test_addition_assignment", + "lineno": 1641, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_subtraction_assignment", + "name": "test_subtraction_assignment", + "lineno": 1650, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_multiplication_assignment", + "name": "test_multiplication_assignment", + "lineno": 1659, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_pow", + "name": "test_pow", + "lineno": 1668, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_vector", + "name": "test_jacobian_vector", + "lineno": 1674, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_vector.check_jacobian", + "name": "check_jacobian", + "lineno": 1680, + "scope": "TestSymbolicPolynomial.test_jacobian_vector", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_matrix", + "name": "test_jacobian_matrix", + "lineno": 1688, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_matrix.check_jacobian", + "name": "check_jacobian", + "lineno": 1696, + "scope": "TestSymbolicPolynomial.test_jacobian_matrix", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_polynomial_matrix", + "name": "test_evaluate_polynomial_matrix", + "lineno": 1707, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_substitute_with_substitution", + "name": "test_matrix_substitute_with_substitution", + "lineno": 1715, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_substitute_with_variable_and_expression", + "name": "test_matrix_substitute_with_variable_and_expression", + "lineno": 1722, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_without_env", + "name": "test_matrix_evaluate_without_env", + "lineno": 1732, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_with_env", + "name": "test_matrix_evaluate_with_env", + "lineno": 1739, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_with_random_generator", + "name": "test_matrix_evaluate_with_random_generator", + "lineno": 1748, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_hash", + "name": "test_hash", + "lineno": 1758, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_polynomial_evaluate", + "name": "test_polynomial_evaluate", + "lineno": 1767, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_exception_np_nan", + "name": "test_evaluate_exception_np_nan", + "lineno": 1778, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_exception_python_nan", + "name": "test_evaluate_exception_python_nan", + "lineno": 1784, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_polynomial_evaluate_partial", + "name": "test_polynomial_evaluate_partial", + "lineno": 1790, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_indeterminates", + "name": "test_evaluate_indeterminates", + "lineno": 1809, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_w_affine_coefficients", + "name": "test_evaluate_w_affine_coefficients", + "lineno": 1816, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_calc_polynomial_w_gram_lower", + "name": "test_calc_polynomial_w_gram_lower", + "lineno": 1837, + "scope": "TestSymbolicPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_default_constructor", + "name": "test_default_constructor", + "lineno": 1854, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_polynomial_constructor", + "name": "test_polynomial_constructor", + "lineno": 1858, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_numerator_denominator_constructor", + "name": "test_numerator_denominator_constructor", + "lineno": 1868, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_monomial_constructor", + "name": "test_monomial_constructor", + "lineno": 1882, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_double_constructor", + "name": "test_double_constructor", + "lineno": 1887, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_get_numerator_denominator", + "name": "test_get_numerator_denominator", + "lineno": 1892, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_set_indeterminates", + "name": "test_set_indeterminates", + "lineno": 1910, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_repr", + "name": "test_repr", + "lineno": 1927, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_addition", + "name": "test_addition", + "lineno": 1931, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_subtraction", + "name": "test_subtraction", + "lineno": 1949, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_multiplication", + "name": "test_multiplication", + "lineno": 1966, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_division", + "name": "test_division", + "lineno": 1992, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_addition_assignment", + "name": "test_addition_assignment", + "lineno": 2014, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_subtraction_assignment", + "name": "test_subtraction_assignment", + "lineno": 2032, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_multiplication_assignment", + "name": "test_multiplication_assignment", + "lineno": 2048, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_division_assignment", + "name": "test_division_assignment", + "lineno": 2059, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_comparison", + "name": "test_comparison", + "lineno": 2079, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_rational_function_evaluate", + "name": "test_rational_function_evaluate", + "lineno": 2092, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_evaluate_exception_np_nan", + "name": "test_evaluate_exception_np_nan", + "lineno": 2101, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_evaluate_exception_python_nan", + "name": "test_evaluate_exception_python_nan", + "lineno": 2107, + "scope": "TestSymbolicRationalFunction", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestExtractVariablesFromExpression.test", + "name": "test", + "lineno": 2115, + "scope": "TestExtractVariablesFromExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression.test_basic", + "name": "test_basic", + "lineno": 2133, + "scope": "TestDecomposeAffineExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression.test_invalid_variable_id", + "name": "test_invalid_variable_id", + "lineno": 2144, + "scope": "TestDecomposeAffineExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpressions.test", + "name": "test", + "lineno": 2162, + "scope": "TestDecomposeAffineExpressions", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeLinearExpressions.test", + "name": "test", + "lineno": 2189, + "scope": "TestDecomposeLinearExpressions", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "name": "test", + "lineno": 2200, + "scope": "TestDecomposeQuadraticPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeLumpedParameters.test", + "name": "test", + "lineno": 2221, + "scope": "TestDecomposeLumpedParameters", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeL2NormExpression.test", + "name": "test", + "lineno": 2240, + "scope": "TestDecomposeL2NormExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression.setUp", + "name": "setUp", + "lineno": 2252, + "scope": "TestUnapplyExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression.test_round_trip", + "name": "test_round_trip", + "lineno": 2316, + "scope": "TestUnapplyExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._check_one_round_trip", + "name": "_check_one_round_trip", + "lineno": 2322, + "scope": "TestUnapplyExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression.test_is_composite", + "name": "test_is_composite", + "lineno": 2327, + "scope": "TestUnapplyExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._check_one_composite", + "name": "_check_one_composite", + "lineno": 2335, + "scope": "TestUnapplyExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression.test_replace", + "name": "test_replace", + "lineno": 2341, + "scope": "TestUnapplyExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._replace", + "name": "_replace", + "lineno": 2348, + "scope": "TestUnapplyExpression", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula.setUp", + "name": "setUp", + "lineno": 2361, + "scope": "TestUnapplyFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula.test_round_trip", + "name": "test_round_trip", + "lineno": 2389, + "scope": "TestUnapplyFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_round_trip", + "name": "_check_one_round_trip", + "lineno": 2395, + "scope": "TestUnapplyFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula.test_all_relational", + "name": "test_all_relational", + "lineno": 2400, + "scope": "TestUnapplyFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_relational", + "name": "_check_one_relational", + "lineno": 2406, + "scope": "TestUnapplyFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula.test_all_compound", + "name": "test_all_compound", + "lineno": 2412, + "scope": "TestUnapplyFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_compound", + "name": "_check_one_compound", + "lineno": 2418, + "scope": "TestUnapplyFormula", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "name": "test_basics", + "lineno": 2426, + "scope": "TestToLatex", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_basics", + "name": "test_basics", + "lineno": 2534, + "scope": "TestSinCosSubstitution", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_halfangle", + "name": "test_halfangle", + "lineno": 2562, + "scope": "TestSinCosSubstitution", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestStereographicSubstitution.test", + "name": "test", + "lineno": 2596, + "scope": "TestStereographicSubstitution", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestReplaceBilinearTerms.test", + "name": "test", + "lineno": 2642, + "scope": "TestReplaceBilinearTerms", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestIssue17898.test_numpy_dtype_object_operations_no_warnings", + "name": "test_numpy_dtype_object_operations_no_warnings", + "lineno": 2657, + "scope": "TestIssue17898", + "is_async": false + } + ], + "bindings.pydrake.symbolic.test.sympy_test": [ + { + "id": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "name": "test_round_trip", + "lineno": 19, + "scope": "TestSympy", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.sympy_test.TestSympy._test_one_round_trip", + "name": "_test_one_round_trip", + "lineno": 96, + "scope": "TestSympy", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.sympy_test.TestSympy._test_one_eval", + "name": "_test_one_eval", + "lineno": 126, + "scope": "TestSympy", + "is_async": false + }, + { + "id": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_constant_to_sympy", + "name": "test_constant_to_sympy", + "lineno": 169, + "scope": "TestSympy", + "is_async": false + } + ], + "bindings.pydrake.systems.all": [], + "bindings.pydrake.systems.drawing": [ + { + "id": "bindings.pydrake.systems.drawing._plt", + "name": "_plt", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.drawing._pydot", + "name": "_pydot", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.drawing.plot_graphviz", + "name": "plot_graphviz", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.drawing.plot_system_graphviz", + "name": "plot_system_graphviz", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.systems.drawing_graphviz_example": [], + "bindings.pydrake.systems.jupyter_widgets": [ + { + "id": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "name": "__init__", + "lineno": 46, + "scope": "PoseSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetPose", + "name": "SetPose", + "lineno": 151, + "scope": "PoseSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetRpy", + "name": "SetRpy", + "lineno": 162, + "scope": "PoseSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetXyz", + "name": "SetXyz", + "lineno": 172, + "scope": "PoseSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.PoseSliders._process_event_queue", + "name": "_process_event_queue", + "lineno": 182, + "scope": "PoseSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.DoCalcOutput", + "name": "DoCalcOutput", + "lineno": 188, + "scope": "PoseSliders", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.WidgetSystem.__init__", + "name": "__init__", + "lineno": 216, + "scope": "WidgetSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.WidgetSystem._process_event_queue", + "name": "_process_event_queue", + "lineno": 249, + "scope": "WidgetSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.WidgetSystem.DoCalcOutput", + "name": "DoCalcOutput", + "lineno": 255, + "scope": "WidgetSystem", + "is_async": false + } + ], + "bindings.pydrake.systems.perception": [ + { + "id": "bindings.pydrake.systems.perception._TransformPoints", + "name": "_TransformPoints", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.perception._TileColors", + "name": "_TileColors", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.perception._ConcatenatePointClouds", + "name": "_ConcatenatePointClouds", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.perception.PointCloudConcatenation.__init__", + "name": "__init__", + "lineno": 59, + "scope": "PointCloudConcatenation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.perception.PointCloudConcatenation._AlignPointClouds", + "name": "_AlignPointClouds", + "lineno": 102, + "scope": "PointCloudConcatenation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.perception.PointCloudConcatenation.DoCalcOutput", + "name": "DoCalcOutput", + "lineno": 127, + "scope": "PointCloudConcatenation", + "is_async": false + } + ], + "bindings.pydrake.systems.planar_scenegraph_visualizer": [ + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.__init__", + "name": "__init__", + "lineno": 64, + "scope": "PlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.get_geometry_query_input_port", + "name": "get_geometry_query_input_port", + "lineno": 176, + "scope": "PlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.frame_name", + "name": "frame_name", + "lineno": 180, + "scope": "PlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._build_body_patches", + "name": "_build_body_patches", + "lineno": 191, + "scope": "PlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._get_view_patches", + "name": "_get_view_patches", + "lineno": 381, + "scope": "PlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._project_patch", + "name": "_project_patch", + "lineno": 396, + "scope": "PlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._update_body_fill_verts", + "name": "_update_body_fill_verts", + "lineno": 412, + "scope": "PlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.draw", + "name": "draw", + "lineno": 432, + "scope": "PlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.ConnectPlanarSceneGraphVisualizer", + "name": "ConnectPlanarSceneGraphVisualizer", + "lineno": 456, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.systems.pyplot_visualizer": [ + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.__init__", + "name": "__init__", + "lineno": 26, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.__init__.on_initialize", + "name": "on_initialize", + "lineno": 92, + "scope": "PyPlotVisualizer.__init__", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer._on_any_publish", + "name": "_on_any_publish", + "lineno": 99, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.draw", + "name": "draw", + "lineno": 110, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.start_recording", + "name": "start_recording", + "lineno": 117, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.stop_recording", + "name": "stop_recording", + "lineno": 120, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.reset_recording", + "name": "reset_recording", + "lineno": 123, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer._draw_recorded_frame", + "name": "_draw_recorded_frame", + "lineno": 126, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.get_recording_as_animation", + "name": "get_recording_as_animation", + "lineno": 129, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.animate", + "name": "animate", + "lineno": 143, + "scope": "PyPlotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.animate.animate_update", + "name": "animate_update", + "lineno": 165, + "scope": "PyPlotVisualizer.animate", + "is_async": false + } + ], + "bindings.pydrake.systems.scalar_conversion": [ + { + "id": "bindings.pydrake.systems.scalar_conversion._get_conversion_pairs", + "name": "_get_conversion_pairs", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem.__init__", + "name": "__init__", + "lineno": 80, + "scope": "TemplateSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem.define", + "name": "define", + "lineno": 119, + "scope": "TemplateSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem.define.decorator", + "name": "decorator", + "lineno": 142, + "scope": "TemplateSystem.define", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem.define.decorator.wrapped", + "name": "wrapped", + "lineno": 143, + "scope": "TemplateSystem.define.decorator", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._on_add", + "name": "_on_add", + "lineno": 152, + "scope": "TemplateSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._on_add.system_init", + "name": "system_init", + "lineno": 188, + "scope": "TemplateSystem._on_add", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._check_if_copying", + "name": "_check_if_copying", + "lineno": 234, + "scope": "TemplateSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make", + "name": "_make", + "lineno": 243, + "scope": "TemplateSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make_converter", + "name": "_make_converter", + "lineno": 253, + "scope": "TemplateSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make_new_to_scalar_type_method", + "name": "_make_new_to_scalar_type_method", + "lineno": 263, + "scope": "TemplateSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make_new_to_scalar_type_method._to_scalar_type", + "name": "_to_scalar_type", + "lineno": 268, + "scope": "TemplateSystem._make_new_to_scalar_type_method", + "is_async": false + } + ], + "bindings.pydrake.systems._lcm_extra": [ + { + "id": "bindings.pydrake.systems._lcm_extra.PySerializer.__init__", + "name": "__init__", + "lineno": 15, + "scope": "PySerializer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems._lcm_extra.PySerializer.__repr__", + "name": "__repr__", + "lineno": 19, + "scope": "PySerializer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems._lcm_extra.PySerializer.CreateDefaultValue", + "name": "CreateDefaultValue", + "lineno": 22, + "scope": "PySerializer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems._lcm_extra.PySerializer.Deserialize", + "name": "Deserialize", + "lineno": 25, + "scope": "PySerializer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems._lcm_extra.PySerializer.Serialize", + "name": "Serialize", + "lineno": 29, + "scope": "PySerializer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems._lcm_extra._make_lcm_subscriber", + "name": "_make_lcm_subscriber", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems._lcm_extra._make_lcm_publisher", + "name": "_make_lcm_publisher", + "lineno": 77, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.systems._resample_interp1d": [ + { + "id": "bindings.pydrake.systems._resample_interp1d._resample_interp1d", + "name": "_resample_interp1d", + "lineno": 43, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.systems": [], + "bindings.pydrake.systems.test.analysis_test": [ + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_affine_and_linear_system", + "name": "test_discrete_time_approximation_affine_and_linear_system", + "lineno": 51, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "name": "test_discrete_time_approximation_system", + "lineno": 88, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_region_of_attraction", + "name": "test_region_of_attraction", + "lineno": 124, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_constructors", + "name": "test_integrator_constructors", + "lineno": 140, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_batch_eval", + "name": "test_batch_eval", + "lineno": 152, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "name": "test_integrator_api", + "lineno": 190, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_symbolic_integrators", + "name": "test_symbolic_integrators", + "lineno": 252, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "name": "test_dense_integration", + "lineno": 260, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "name": "test_simulator_api", + "lineno": 276, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api.monitor", + "name": "monitor", + "lineno": 302, + "scope": "TestAnalysis.test_simulator_api", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api.monitor_no_return", + "name": "monitor_no_return", + "lineno": 319, + "scope": "TestAnalysis.test_simulator_api", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_default_context_no_cpp_leak", + "name": "test_simulator_default_context_no_cpp_leak", + "lineno": 354, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "name": "test_simulator_status", + "lineno": 370, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_reset_integrator_from_flags", + "name": "test_reset_integrator_from_flags", + "lineno": 393, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config", + "name": "test_simulator_config", + "lineno": 402, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config_functions", + "name": "test_simulator_config_functions", + "lineno": 409, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "name": "test_system_monitor", + "lineno": 418, + "scope": "TestAnalysis", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor.monitor", + "name": "monitor", + "lineno": 423, + "scope": "TestAnalysis.test_system_monitor", + "is_async": false + } + ], + "bindings.pydrake.systems.test.builder_life_support_test": [ + { + "id": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_invalid_index", + "name": "test_invalid_index", + "lineno": 18, + "scope": "TestBuilderLifeSupport", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_wrong_type", + "name": "test_wrong_type", + "lineno": 27, + "scope": "TestBuilderLifeSupport", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_at_init", + "name": "test_bind_at_init", + "lineno": 34, + "scope": "TestBuilderLifeSupport", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_self", + "name": "test_bind_self", + "lineno": 45, + "scope": "TestBuilderLifeSupport", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_returned_self", + "name": "test_bind_returned_self", + "lineno": 57, + "scope": "TestBuilderLifeSupport", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_returned_none", + "name": "test_bind_returned_none", + "lineno": 69, + "scope": "TestBuilderLifeSupport", + "is_async": false + } + ], + "bindings.pydrake.systems.test.controllers_test": [ + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum", + "name": "test_fitted_value_iteration_pendulum", + "lineno": 42, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum.quadratic_regulator_cost", + "name": "quadratic_regulator_cost", + "lineno": 46, + "scope": "TestControllers.test_fitted_value_iteration_pendulum", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum.callback", + "name": "callback", + "lineno": 63, + "scope": "TestControllers.test_fitted_value_iteration_pendulum", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_programming_approximate_dynamic_programming", + "name": "test_linear_programming_approximate_dynamic_programming", + "lineno": 93, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_programming_approximate_dynamic_programming.cost_function", + "name": "cost_function", + "lineno": 98, + "scope": "TestControllers.test_linear_programming_approximate_dynamic_programming", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_programming_approximate_dynamic_programming.cost_to_go_function", + "name": "cost_to_go_function", + "lineno": 105, + "scope": "TestControllers.test_linear_programming_approximate_dynamic_programming", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_joint_stiffness_controller", + "name": "test_joint_stiffness_controller", + "lineno": 130, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "name": "test_inverse_dynamics", + "lineno": 153, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "name": "test_inverse_dynamics_controller", + "lineno": 191, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.call_build_from", + "name": "call_build_from", + "lineno": 278, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes", + "name": "test_diagram_and_associate_lifetimes", + "lineno": 289, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes.make_diagram", + "name": "make_diagram", + "lineno": 298, + "scope": "TestControllers.test_diagram_and_associate_lifetimes", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "name": "test_pid_controlled_system", + "lineno": 350, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "name": "test_pid_controller", + "lineno": 393, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_quadratic_regulator", + "name": "test_linear_quadratic_regulator", + "lineno": 420, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_discrete_time_linear_quadratic_regulator", + "name": "test_discrete_time_linear_quadratic_regulator", + "lineno": 460, + "scope": "TestControllers", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "name": "test_finite_horizon_linear_quadratic_regulator", + "lineno": 474, + "scope": "TestControllers", + "is_async": false + } + ], + "bindings.pydrake.systems.test.custom_test": [ + { + "id": "bindings.pydrake.systems.test.custom_test.noop", + "name": "noop", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomAdder.__init__", + "name": "__init__", + "lineno": 65, + "scope": "CustomAdder", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomAdder._calc_sum", + "name": "_calc_sum", + "lineno": 71, + "scope": "CustomAdder", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomAdder.DoGetGraphvizFragment", + "name": "DoGetGraphvizFragment", + "lineno": 80, + "scope": "CustomAdder", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomVectorSystem.__init__", + "name": "__init__", + "lineno": 95, + "scope": "CustomVectorSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomVectorSystem.DoCalcVectorOutput", + "name": "DoCalcVectorOutput", + "lineno": 108, + "scope": "CustomVectorSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomVectorSystem.DoCalcVectorTimeDerivatives", + "name": "DoCalcVectorTimeDerivatives", + "lineno": 113, + "scope": "CustomVectorSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomVectorSystem.DoCalcVectorDiscreteVariableUpdates", + "name": "DoCalcVectorDiscreteVariableUpdates", + "lineno": 118, + "scope": "CustomVectorSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "name": "__init__", + "lineno": 127, + "scope": "CustomPortsLifetimeHazardSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomDiagram.__init__", + "name": "__init__", + "lineno": 178, + "scope": "CustomDiagram", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomDiagram.DoGetGraphvizFragment", + "name": "DoGetGraphvizFragment", + "lineno": 188, + "scope": "CustomDiagram", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom._create_adder_system", + "name": "_create_adder_system", + "lineno": 196, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom._fix_adder_inputs", + "name": "_fix_adder_inputs", + "lineno": 200, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_adder", + "name": "test_diagram_adder", + "lineno": 205, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_execution", + "name": "test_adder_execution", + "lineno": 213, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_simulation", + "name": "test_adder_simulation", + "lineno": 225, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_graphviz", + "name": "test_adder_graphviz", + "lineno": 251, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_graphviz", + "name": "test_diagram_graphviz", + "lineno": 257, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_well_known_tickets", + "name": "test_leaf_system_well_known_tickets", + "lineno": 262, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "name": "test_leaf_system_per_item_tickets", + "lineno": 290, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "name": "test_cache_entry", + "lineno": 308, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry.calc_cache", + "name": "calc_cache", + "lineno": 315, + "scope": "TestCustom.test_cache_entry", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_none", + "name": "test_value_producer_error_reporting_allocate_none", + "lineno": 379, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_none.broken_alloc_callback", + "name": "broken_alloc_callback", + "lineno": 380, + "scope": "TestCustom.test_value_producer_error_reporting_allocate_none", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_mistyped", + "name": "test_value_producer_error_reporting_allocate_mistyped", + "lineno": 396, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_mistyped.broken_alloc_callback", + "name": "broken_alloc_callback", + "lineno": 397, + "scope": "TestCustom.test_value_producer_error_reporting_allocate_mistyped", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_issue13792", + "name": "test_leaf_system_issue13792", + "lineno": 413, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_issue13792.Oops.__init__", + "name": "__init__", + "lineno": 420, + "scope": "TestCustom.test_leaf_system_issue13792.Oops", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "name": "test_all_leaf_system_overrides", + "lineno": 426, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem.__init__", + "name": "__init__", + "lineno": 430, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem.DoCalcTimeDerivatives", + "name": "DoCalcTimeDerivatives", + "lineno": 563, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem.DoGetWitnessFunctions", + "name": "DoGetWitnessFunctions", + "lineno": 569, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_initialize", + "name": "_on_initialize", + "lineno": 573, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_per_step", + "name": "_on_per_step", + "lineno": 579, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_periodic", + "name": "_on_periodic", + "lineno": 584, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_initialize_publish", + "name": "_on_initialize_publish", + "lineno": 590, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_initialize_discrete", + "name": "_on_initialize_discrete", + "lineno": 596, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_initialize_unrestricted", + "name": "_on_initialize_unrestricted", + "lineno": 603, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_periodic_publish", + "name": "_on_periodic_publish", + "lineno": 610, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_periodic_discrete", + "name": "_on_periodic_discrete", + "lineno": 616, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_periodic_unrestricted", + "name": "_on_periodic_unrestricted", + "lineno": 623, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_per_step_publish", + "name": "_on_per_step_publish", + "lineno": 630, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_per_step_discrete", + "name": "_on_per_step_discrete", + "lineno": 635, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_per_step_unrestricted", + "name": "_on_per_step_unrestricted", + "lineno": 641, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_forced_publish", + "name": "_on_forced_publish", + "lineno": 647, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_forced_discrete", + "name": "_on_forced_discrete", + "lineno": 653, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._on_forced_unrestricted", + "name": "_on_forced_unrestricted", + "lineno": 660, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._witness", + "name": "_witness", + "lineno": 667, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._guard", + "name": "_guard", + "lineno": 672, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._reset", + "name": "_reset", + "lineno": 677, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides.TrivialSystem._system_reset", + "name": "_system_reset", + "lineno": 683, + "scope": "TestCustom.test_all_leaf_system_overrides.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_event_handler_returns_none", + "name": "test_event_handler_returns_none", + "lineno": 816, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_event_handler_returns_none.PublishReturnsNoneSystem.__init__", + "name": "__init__", + "lineno": 825, + "scope": "TestCustom.test_event_handler_returns_none.PublishReturnsNoneSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_event_handler_returns_none.PublishReturnsNoneSystem._on_periodic_publish", + "name": "_on_periodic_publish", + "lineno": 834, + "scope": "TestCustom.test_event_handler_returns_none.PublishReturnsNoneSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_state_output_port_declarations", + "name": "test_state_output_port_declarations", + "lineno": 844, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_vector_system_overrides", + "name": "test_vector_system_overrides", + "lineno": 860, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "name": "test_context_api", + "lineno": 904, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api.TrivialSystem.__init__", + "name": "__init__", + "lineno": 910, + "scope": "TestCustom.test_context_api.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "name": "test_continuous_state_api", + "lineno": 1020, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api.TrivialSystem.__init__", + "name": "__init__", + "lineno": 1025, + "scope": "TestCustom.test_continuous_state_api.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api.TrivialSystem.DoCalcTimeDerivatives", + "name": "DoCalcTimeDerivatives", + "lineno": 1049, + "scope": "TestCustom.test_continuous_state_api.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_discrete_state_api", + "name": "test_discrete_state_api", + "lineno": 1087, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_discrete_state_api.TrivialSystem.__init__", + "name": "__init__", + "lineno": 1092, + "scope": "TestCustom.test_discrete_state_api.TrivialSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_abstract_io_port", + "name": "test_abstract_io_port", + "lineno": 1110, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_abstract_io_port.assert_value_equal", + "name": "assert_value_equal", + "lineno": 1111, + "scope": "TestCustom.test_abstract_io_port", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_abstract_io_port.CustomAbstractSystem.__init__", + "name": "__init__", + "lineno": 1124, + "scope": "TestCustom.test_abstract_io_port.CustomAbstractSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_abstract_io_port.CustomAbstractSystem.DoCalcAbstractOutput", + "name": "DoCalcAbstractOutput", + "lineno": 1136, + "scope": "TestCustom.test_abstract_io_port.CustomAbstractSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.assert_equal_but_not_aliased", + "name": "assert_equal_but_not_aliased", + "lineno": 1159, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from", + "name": "test_context_and_value_object_set_from", + "lineno": 1163, + "scope": "TestCustom", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from.SystemWithCacheAndState.__init__", + "name": "__init__", + "lineno": 1173, + "scope": "TestCustom.test_context_and_value_object_set_from.SystemWithCacheAndState", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from.SystemWithCacheAndState.__init__.calc_cache_noop", + "name": "calc_cache_noop", + "lineno": 1178, + "scope": "TestCustom.test_context_and_value_object_set_from.SystemWithCacheAndState.__init__", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from.SystemWithCacheAndState.eval_state", + "name": "eval_state", + "lineno": 1189, + "scope": "TestCustom.test_context_and_value_object_set_from.SystemWithCacheAndState", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from.check_set_from", + "name": "check_set_from", + "lineno": 1201, + "scope": "TestCustom.test_context_and_value_object_set_from", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.test_ports_lifetime_hazard", + "name": "test_ports_lifetime_hazard", + "lineno": 1218, + "scope": "TestCustom", + "is_async": false + } + ], + "bindings.pydrake.systems.test.estimators_test": [ + { + "id": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_luenberger_observer", + "name": "test_luenberger_observer", + "lineno": 16, + "scope": "TestEstimators", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "name": "test_steady_state_kalman_filter", + "lineno": 38, + "scope": "TestEstimators", + "is_async": false + } + ], + "bindings.pydrake.systems.test.event_gc_test": [ + { + "id": "bindings.pydrake.systems.test.event_gc_test.DeclareAllEvents", + "name": "DeclareAllEvents", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.MethodLeafSystem.__init__", + "name": "__init__", + "lineno": 34, + "scope": "MethodLeafSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.MethodLeafSystem._callback", + "name": "_callback", + "lineno": 54, + "scope": "MethodLeafSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.MethodLeafSystem.count", + "name": "count", + "lineno": 57, + "scope": "MethodLeafSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.a_global_callback", + "name": "a_global_callback", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.FunctionCallbackLeafSystem.__init__", + "name": "__init__", + "lineno": 72, + "scope": "FunctionCallbackLeafSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.FunctionCallbackLeafSystem.count", + "name": "count", + "lineno": 76, + "scope": "FunctionCallbackLeafSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.ClosureCallbackLeafSystem.__init__", + "name": "__init__", + "lineno": 83, + "scope": "ClosureCallbackLeafSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.ClosureCallbackLeafSystem.__init__.handler", + "name": "handler", + "lineno": 87, + "scope": "ClosureCallbackLeafSystem.__init__", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.ClosureCallbackLeafSystem.count", + "name": "count", + "lineno": 92, + "scope": "ClosureCallbackLeafSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "name": "do_test_is_collectible", + "lineno": 99, + "scope": "TestPeriodicEventGarbageCollection", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.test_method_leaf_system_is_collectible", + "name": "test_method_leaf_system_is_collectible", + "lineno": 133, + "scope": "TestPeriodicEventGarbageCollection", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.test_function_callback_leaf_system_is_collectible", + "name": "test_function_callback_leaf_system_is_collectible", + "lineno": 137, + "scope": "TestPeriodicEventGarbageCollection", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.test_closure_callback_leaf_system_is_collectible", + "name": "test_closure_callback_leaf_system_is_collectible", + "lineno": 141, + "scope": "TestPeriodicEventGarbageCollection", + "is_async": false + } + ], + "bindings.pydrake.systems.test.general_test": [ + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "name": "_check_instantiations", + "lineno": 104, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral._compare_system_instances", + "name": "_compare_system_instances", + "lineno": 113, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "name": "test_system_base_api", + "lineno": 127, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_base_api", + "name": "test_context_base_api", + "lineno": 167, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "name": "test_context_api", + "lineno": 181, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api.check_abstract_value_zero", + "name": "check_abstract_value_zero", + "lineno": 279, + "scope": "TestGeneral.test_context_api", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "name": "test_event_api", + "lineno": 308, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api.callback", + "name": "callback", + "lineno": 322, + "scope": "TestGeneral.test_event_api", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api.system_callback", + "name": "system_callback", + "lineno": 333, + "scope": "TestGeneral.test_event_api", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "name": "test_continuous_state_api", + "lineno": 372, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "name": "test_discrete_value_api", + "lineno": 414, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "name": "test_instantiations", + "lineno": 454, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "name": "test_scalar_type_conversion", + "lineno": 488, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_port_output", + "name": "test_port_output", + "lineno": 546, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_copy", + "name": "test_copy", + "lineno": 564, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_str", + "name": "test_str", + "lineno": 577, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "name": "test_diagram_simulation", + "lineno": 602, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "name": "test_simulator_context_manipulation", + "lineno": 693, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_flags", + "name": "test_simulator_flags", + "lineno": 714, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_output_port_eval", + "name": "test_abstract_output_port_eval", + "lineno": 726, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "name": "test_vector_output_port_eval", + "lineno": 740, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "name": "test_abstract_input_port_eval", + "lineno": 761, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "name": "test_vector_input_port_eval", + "lineno": 780, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "name": "test_abstract_input_port_fix_string", + "lineno": 803, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "name": "test_abstract_input_port_fix_object", + "lineno": 833, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "name": "test_vector_input_port_fix", + "lineno": 859, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_allocate_input_vector", + "name": "test_allocate_input_vector", + "lineno": 906, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_allocate_input_abstract", + "name": "test_allocate_input_abstract", + "lineno": 912, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_constaints_api", + "name": "test_constaints_api", + "lineno": 918, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "name": "test_event_status", + "lineno": 926, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_builder_remove", + "name": "test_diagram_builder_remove", + "lineno": 950, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "name": "test_diagram_fan_out", + "lineno": 960, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "name": "test_diagram_api", + "lineno": 1005, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "name": "make_diagram", + "lineno": 1006, + "scope": "TestGeneral.test_diagram_api", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_add_named_system", + "name": "test_add_named_system", + "lineno": 1070, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_module_constants", + "name": "test_module_constants", + "lineno": 1077, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_visitor", + "name": "test_system_visitor", + "lineno": 1080, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_visitor.MyVisitor.VisitSystem", + "name": "VisitSystem", + "lineno": 1091, + "scope": "TestGeneral.test_system_visitor.MyVisitor", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_visitor.MyVisitor.VisitDiagram", + "name": "VisitDiagram", + "lineno": 1094, + "scope": "TestGeneral.test_system_visitor.MyVisitor", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard", + "name": "test_ports_lifetime_hazard", + "lineno": 1104, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "name": "make_hazard_system", + "lineno": 1110, + "scope": "TestGeneral.test_ports_lifetime_hazard", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_builder_add_system", + "name": "test_system_builder_add_system", + "lineno": 1133, + "scope": "TestGeneral", + "is_async": false + } + ], + "bindings.pydrake.systems.test.lcm_test": [ + { + "id": "bindings.pydrake.systems.test.lcm_test.lcm_to_json", + "name": "lcm_to_json", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.lcm_to_json.helper", + "name": "helper", + "lineno": 27, + "scope": "lcm_to_json", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "name": "_model_message", + "lineno": 42, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_value_cpp", + "name": "_model_value_cpp", + "lineno": 47, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._cpp_value_to_py_message", + "name": "_cpp_value_to_py_message", + "lineno": 54, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "name": "assert_lcm_equal", + "lineno": 59, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_not_equal", + "name": "assert_lcm_not_equal", + "lineno": 63, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer", + "name": "test_serializer", + "lineno": 67, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer_cpp", + "name": "test_serializer_cpp", + "lineno": 81, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_all_serializers_exist", + "name": "test_all_serializers_exist", + "lineno": 89, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_buses", + "name": "test_buses", + "lineno": 123, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_bus_config", + "name": "test_bus_config", + "lineno": 131, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._process_event", + "name": "_process_event", + "lineno": 147, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber", + "name": "test_subscriber", + "lineno": 155, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_cpp", + "name": "test_subscriber_cpp", + "lineno": 180, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_wait_for_message", + "name": "test_subscriber_wait_for_message", + "lineno": 197, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._fix_and_publish", + "name": "_fix_and_publish", + "lineno": 215, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "name": "test_publisher", + "lineno": 220, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher_cpp", + "name": "test_publisher_cpp", + "lineno": 265, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.PythonMessageSource.__init__", + "name": "__init__", + "lineno": 283, + "scope": "TestSystemsLcm.PythonMessageSource", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.PythonMessageSource.AllocateOutput", + "name": "AllocateOutput", + "lineno": 289, + "scope": "TestSystemsLcm.PythonMessageSource", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.PythonMessageSource.CalcOutput", + "name": "CalcOutput", + "lineno": 292, + "scope": "TestSystemsLcm.PythonMessageSource", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_diagram_publisher", + "name": "test_diagram_publisher", + "lineno": 297, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_scope", + "name": "test_lcm_scope", + "lineno": 316, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_getters", + "name": "test_lcm_interface_system_getters", + "lineno": 329, + "scope": "TestSystemsLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_diagram", + "name": "test_lcm_interface_system_diagram", + "lineno": 335, + "scope": "TestSystemsLcm", + "is_async": false + } + ], + "bindings.pydrake.systems.test.lifetime_test": [ + { + "id": "bindings.pydrake.systems.test.lifetime_test.Info.__init__", + "name": "__init__", + "lineno": 29, + "scope": "Info", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lifetime_test.Info.record_deletion", + "name": "record_deletion", + "lineno": 32, + "scope": "Info", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_basic", + "name": "test_basic", + "lineno": 38, + "scope": "TestLifetime", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "name": "test_ownership_diagram", + "lineno": 45, + "scope": "TestLifetime", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_multiple_containers", + "name": "test_ownership_multiple_containers", + "lineno": 70, + "scope": "TestLifetime", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "name": "test_ownership_simulator", + "lineno": 86, + "scope": "TestLifetime", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_vector", + "name": "test_ownership_vector", + "lineno": 103, + "scope": "TestLifetime", + "is_async": false + } + ], + "bindings.pydrake.systems.test.monte_carlo_test": [ + { + "id": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "name": "test_minimal_simulation", + "lineno": 14, + "scope": "TestMonteCarlo", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation.make_simulator", + "name": "make_simulator", + "lineno": 18, + "scope": "TestMonteCarlo.test_minimal_simulation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation.calc_output", + "name": "calc_output", + "lineno": 24, + "scope": "TestMonteCarlo.test_minimal_simulation", + "is_async": false + } + ], + "bindings.pydrake.systems.test.perception_test": [ + { + "id": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.setUp", + "name": "setUp", + "lineno": 18, + "scope": "TestConcatenatePointClouds", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "name": "test_concatenation", + "lineno": 28, + "scope": "TestConcatenatePointClouds", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestTileColors.setUp", + "name": "setUp", + "lineno": 51, + "scope": "TestTileColors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestTileColors.test_one_dim", + "name": "test_one_dim", + "lineno": 55, + "scope": "TestTileColors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestTileColors.test_three_dims", + "name": "test_three_dims", + "lineno": 60, + "scope": "TestTileColors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.setUp", + "name": "setUp", + "lineno": 67, + "scope": "TestTransformPoints", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.test_translation", + "name": "test_translation", + "lineno": 74, + "scope": "TestTransformPoints", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.test_rotation", + "name": "test_rotation", + "lineno": 84, + "scope": "TestTransformPoints", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.setUp", + "name": "setUp", + "lineno": 96, + "scope": "TestPointCloudConcatenation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_no_rgb", + "name": "test_no_rgb", + "lineno": 133, + "scope": "TestPointCloudConcatenation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_rgb", + "name": "test_rgb", + "lineno": 162, + "scope": "TestPointCloudConcatenation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_mix_rgb", + "name": "test_mix_rgb", + "lineno": 189, + "scope": "TestPointCloudConcatenation", + "is_async": false + } + ], + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test": [ + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "name": "test_cart_pole", + "lineno": 31, + "scope": "TestPlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_kuka", + "name": "test_kuka", + "lineno": 74, + "scope": "TestPlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "name": "test_procedural_geometry", + "lineno": 118, + "scope": "TestPlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "name": "test_mesh_file_parsing", + "lineno": 173, + "scope": "TestPlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "name": "scene_graph_with_mesh", + "lineno": 179, + "scope": "TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale", + "name": "test_non_uniform_scale", + "lineno": 288, + "scope": "TestPlanarSceneGraphVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "name": "visualizer_with_mesh", + "lineno": 303, + "scope": "TestPlanarSceneGraphVisualizer.test_non_uniform_scale", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "name": "testConnectPlanarSceneGraphVisualizer", + "lineno": 365, + "scope": "TestPlanarSceneGraphVisualizer", + "is_async": false + } + ], + "bindings.pydrake.systems.test.primitives_test": [ + { + "id": "bindings.pydrake.systems.test.primitives_test.compare_value", + "name": "compare_value", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "name": "_check_instantiations", + "lineno": 113, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "name": "test_instantiations", + "lineno": 120, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_time_integrator", + "name": "test_discrete_time_integrator", + "lineno": 161, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "name": "test_linear_affine_system", + "lineno": 177, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "name": "test_linear_affine_system_empty_matrices", + "lineno": 320, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "name": "CheckSizes", + "lineno": 323, + "scope": "TestGeneral.test_linear_affine_system_empty_matrices", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_system_zero_size", + "name": "test_linear_system_zero_size", + "lineno": 346, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_transform_density", + "name": "test_linear_transform_density", + "lineno": 358, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_creator", + "name": "test_bus_creator", + "lineno": 383, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_selector", + "name": "test_bus_selector", + "lineno": 404, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_pass_through", + "name": "test_vector_pass_through", + "lineno": 433, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_default_vector_pass_through", + "name": "test_default_vector_pass_through", + "lineno": 445, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_abstract_pass_through", + "name": "test_abstract_pass_through", + "lineno": 453, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_port_switch", + "name": "test_port_switch", + "lineno": 465, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_first_order_low_pass_filter", + "name": "test_first_order_low_pass_filter", + "lineno": 473, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_gain", + "name": "test_gain", + "lineno": 486, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_gain.mytest", + "name": "mytest", + "lineno": 495, + "scope": "TestGeneral.test_gain", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_integrator", + "name": "test_integrator", + "lineno": 506, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_saturation", + "name": "test_saturation", + "lineno": 543, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_saturation.mytest", + "name": "mytest", + "lineno": 548, + "scope": "TestGeneral.test_saturation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "name": "_make_selector_params", + "lineno": 558, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params._select", + "name": "_select", + "lineno": 559, + "scope": "TestGeneral._make_selector_params", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_selector_params", + "name": "test_selector_params", + "lineno": 589, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_selector", + "name": "test_selector", + "lineno": 614, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source", + "name": "test_trajectory_source", + "lineno": 618, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source.mytest", + "name": "mytest", + "lineno": 630, + "scope": "TestGeneral.test_trajectory_source", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "name": "test_symbolic_vector_system", + "lineno": 649, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "name": "test_symbolic_vector_system_parameters", + "lineno": 672, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system", + "name": "test_wrap_to_system", + "lineno": 702, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "name": "mytest", + "lineno": 708, + "scope": "TestGeneral.test_wrap_to_system", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "name": "test_demultiplexer", + "lineno": 718, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "name": "test_multiplexer", + "lineno": 784, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "name": "test_multilayer_perceptron", + "lineno": 825, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron.silly_loss", + "name": "silly_loss", + "lineno": 867, + "scope": "TestGeneral.test_multilayer_perceptron", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_random_source", + "name": "test_random_source", + "lineno": 936, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_constant_vector_source", + "name": "test_constant_vector_source", + "lineno": 952, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "name": "test_ctor_api", + "lineno": 958, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_ctor", + "name": "test_shared_pointer_system_ctor", + "lineno": 979, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_builder", + "name": "test_shared_pointer_system_builder", + "lineno": 986, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "name": "test_sine", + "lineno": 1001, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_derivative", + "name": "test_discrete_derivative", + "lineno": 1028, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sparse_matrix_gain", + "name": "test_sparse_matrix_gain", + "lineno": 1041, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_state_interpolator_with_discrete_derivative", + "name": "test_state_interpolator_with_discrete_derivative", + "lineno": 1078, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "name": "test_log_vector_output", + "lineno": 1116, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log", + "name": "test_vector_log", + "lineno": 1161, + "scope": "TestGeneral", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "name": "test_vector_log_sink", + "lineno": 1176, + "scope": "TestGeneral", + "is_async": false + } + ], + "bindings.pydrake.systems.test.pyplot_visualizer_test": [ + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestVisualizer.__init__", + "name": "__init__", + "lineno": 29, + "scope": "TestVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestVisualizer._make_background", + "name": "_make_background", + "lineno": 48, + "scope": "TestVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestVisualizer.draw", + "name": "draw", + "lineno": 55, + "scope": "TestVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.SimpleContinuousTimeSystem.__init__", + "name": "__init__", + "lineno": 64, + "scope": "SimpleContinuousTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.SimpleContinuousTimeSystem.DoCalcVectorTimeDerivatives", + "name": "DoCalcVectorTimeDerivatives", + "lineno": 74, + "scope": "SimpleContinuousTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.SimpleContinuousTimeSystem.DoCalcVectorOutput", + "name": "DoCalcVectorOutput", + "lineno": 78, + "scope": "SimpleContinuousTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_simple_visualizer", + "name": "test_simple_visualizer", + "lineno": 83, + "scope": "TestPyplotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_trajectory", + "name": "test_trajectory", + "lineno": 101, + "scope": "TestPyplotVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_recording", + "name": "test_recording", + "lineno": 110, + "scope": "TestPyplotVisualizer", + "is_async": false + } + ], + "bindings.pydrake.systems.test.rendering_test": [ + { + "id": "bindings.pydrake.systems.test.rendering_test.normalized", + "name": "normalized", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.rendering_test.TestRendering.testMultibodyPositionToGeometryPose", + "name": "testMultibodyPositionToGeometryPose", + "lineno": 19, + "scope": "TestRendering", + "is_async": false + } + ], + "bindings.pydrake.systems.test.scalar_conversion_test": [ + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.Example_", + "name": "Example_", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.Example_.Impl._construct", + "name": "_construct", + "lineno": 23, + "scope": "Example_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.Example_.Impl._construct_copy", + "name": "_construct_copy", + "lineno": 28, + "scope": "Example_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.NonsymbolicExample_", + "name": "NonsymbolicExample_", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.NonsymbolicExample_.Impl._construct", + "name": "_construct", + "lineno": 43, + "scope": "NonsymbolicExample_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.NonsymbolicExample_.Impl._construct_copy", + "name": "_construct_copy", + "lineno": 47, + "scope": "NonsymbolicExample_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_converter_attributes", + "name": "test_converter_attributes", + "lineno": 57, + "scope": "TestScalarConversion", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "name": "_check_scalar_converted_example", + "lineno": 78, + "scope": "TestScalarConversion", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "name": "test_example_system", + "lineno": 87, + "scope": "TestScalarConversion", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system_in_diagram", + "name": "test_example_system_in_diagram", + "lineno": 142, + "scope": "TestScalarConversion", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api", + "name": "test_define_convertible_system_api", + "lineno": 176, + "scope": "TestScalarConversion", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api.generic_instantiation_func", + "name": "generic_instantiation_func", + "lineno": 180, + "scope": "TestScalarConversion.test_define_convertible_system_api", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api.generic_instantiation_func.GenericInstantiation._construct", + "name": "_construct", + "lineno": 182, + "scope": "TestScalarConversion.test_define_convertible_system_api.generic_instantiation_func.GenericInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api.generic_instantiation_func.GenericInstantiation._construct_copy", + "name": "_construct_copy", + "lineno": 185, + "scope": "TestScalarConversion.test_define_convertible_system_api.generic_instantiation_func.GenericInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_nonsymbolic_example", + "name": "test_nonsymbolic_example", + "lineno": 231, + "scope": "TestScalarConversion", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "name": "test_inheritance", + "lineno": 269, + "scope": "TestScalarConversion", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance.Child_", + "name": "Child_", + "lineno": 271, + "scope": "TestScalarConversion.test_inheritance", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance.Child_.Impl._construct", + "name": "_construct", + "lineno": 273, + "scope": "TestScalarConversion.test_inheritance.Child_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance.Child_.Impl._construct_copy", + "name": "_construct_copy", + "lineno": 276, + "scope": "TestScalarConversion.test_inheritance.Child_.Impl", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions", + "name": "test_bad_class_definitions", + "lineno": 292, + "scope": "TestScalarConversion", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.NoInit_", + "name": "NoInit_", + "lineno": 297, + "scope": "TestScalarConversion.test_bad_class_definitions", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.NoInit_.NoInitInstantiation.__init__", + "name": "__init__", + "lineno": 299, + "scope": "TestScalarConversion.test_bad_class_definitions.NoInit_.NoInitInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.NoInit_.NoInitInstantiation._construct", + "name": "_construct", + "lineno": 302, + "scope": "TestScalarConversion.test_bad_class_definitions.NoInit_.NoInitInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.NoInit_.NoInitInstantiation._construct_copy", + "name": "_construct_copy", + "lineno": 305, + "scope": "TestScalarConversion.test_bad_class_definitions.NoInit_.NoInitInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.NoConstructCopy_", + "name": "NoConstructCopy_", + "lineno": 319, + "scope": "TestScalarConversion.test_bad_class_definitions", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.NoConstructCopy_.NoConstructCopyInstantiation._construct", + "name": "_construct", + "lineno": 321, + "scope": "TestScalarConversion.test_bad_class_definitions.NoConstructCopy_.NoConstructCopyInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.BadParenting_", + "name": "BadParenting_", + "lineno": 335, + "scope": "TestScalarConversion.test_bad_class_definitions", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.BadParenting_.BadParentingInstantiation.__init__", + "name": "__init__", + "lineno": 337, + "scope": "TestScalarConversion.test_bad_class_definitions.BadParenting_.BadParentingInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.BadParenting_.BadParentingInstantiation._construct", + "name": "_construct", + "lineno": 340, + "scope": "TestScalarConversion.test_bad_class_definitions.BadParenting_.BadParentingInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions.BadParenting_.BadParentingInstantiation._construct_copy", + "name": "_construct_copy", + "lineno": 343, + "scope": "TestScalarConversion.test_bad_class_definitions.BadParenting_.BadParentingInstantiation", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_clone", + "name": "test_clone", + "lineno": 353, + "scope": "TestScalarConversion", + "is_async": false + } + ], + "bindings.pydrake.systems.test.sensors_test": [ + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_single_body_scene", + "name": "_make_single_body_scene", + "lineno": 71, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_accelerometer", + "name": "test_accelerometer", + "lineno": 84, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_gyroscope", + "name": "test_gyroscope", + "lineno": 127, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "name": "test_image_traits", + "lineno": 161, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "name": "test_image_types", + "lineno": 201, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "name": "test_image_data", + "lineno": 232, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data.check_keep_alive", + "name": "check_keep_alive", + "lineno": 292, + "scope": "TestSensors.test_image_data", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_depth_image_conversion", + "name": "test_depth_image_conversion", + "lineno": 301, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "name": "test_camera_config", + "lineno": 314, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_buses", + "name": "test_camera_config_lcm_buses", + "lineno": 355, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_interface_system", + "name": "test_camera_config_lcm_interface_system", + "lineno": 372, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "name": "test_camera_info", + "lineno": 382, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_input", + "name": "_check_input", + "lineno": 421, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_output", + "name": "_check_output", + "lineno": 424, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_basic", + "name": "test_image_to_lcm_image_array_basic", + "lineno": 427, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_custom", + "name": "test_image_to_lcm_image_array_custom", + "lineno": 444, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_lcm_image_array_to_images_basic", + "name": "test_lcm_image_array_to_images_basic", + "lineno": 491, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_render_camera_core", + "name": "_make_render_camera_core", + "lineno": 533, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "name": "test_rgbd_sensor", + "lineno": 541, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "name": "check_ports", + "lineno": 542, + "scope": "TestSensors.test_rgbd_sensor", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct", + "name": "construct", + "lineno": 565, + "scope": "TestSensors.test_rgbd_sensor", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct_single", + "name": "construct_single", + "lineno": 579, + "scope": "TestSensors.test_rgbd_sensor", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_info", + "name": "check_info", + "lineno": 593, + "scope": "TestSensors.test_rgbd_sensor", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "name": "test_rgbd_sensor_async", + "lineno": 656, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_file_format", + "name": "test_image_file_format", + "lineno": 718, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_metadata", + "name": "test_image_io_metadata", + "lineno": 723, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_using_buffer", + "name": "test_image_io_using_buffer", + "lineno": 728, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_using_file", + "name": "test_image_io_using_file", + "lineno": 743, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_writer", + "name": "test_image_writer", + "lineno": 758, + "scope": "TestSensors", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rotary_encoders", + "name": "test_rotary_encoders", + "lineno": 770, + "scope": "TestSensors", + "is_async": false + } + ], + "bindings.pydrake.systems.test.value_test": [ + { + "id": "bindings.pydrake.systems.test.value_test.pass_through", + "name": "pass_through", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "name": "test_basic_vector_double", + "lineno": 28, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_set_get", + "name": "test_basic_vector_set_get", + "lineno": 114, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.value_test.TestValue.assert_basic_vector_equal", + "name": "assert_basic_vector_equal", + "lineno": 122, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "name": "test_str_and_repr", + "lineno": 127, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.value_test.TestValue.test_value_registration", + "name": "test_value_registration", + "lineno": 161, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "name": "test_parameters_api", + "lineno": 165, + "scope": "TestValue", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api.compare", + "name": "compare", + "lineno": 166, + "scope": "TestValue.test_parameters_api", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "name": "test_bus_value", + "lineno": 209, + "scope": "TestValue", + "is_async": false + } + ], + "bindings.pydrake.systems.test._resample_log_interp1d_test": [ + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.SimpleContinuousTimeSystem.__init__", + "name": "__init__", + "lineno": 13, + "scope": "SimpleContinuousTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.SimpleContinuousTimeSystem.DoCalcVectorTimeDerivatives", + "name": "DoCalcVectorTimeDerivatives", + "lineno": 24, + "scope": "SimpleContinuousTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.SimpleContinuousTimeSystem.DoCalcVectorOutput", + "name": "DoCalcVectorOutput", + "lineno": 28, + "scope": "SimpleContinuousTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.MultiDimensionalTimeSystem.__init__", + "name": "__init__", + "lineno": 33, + "scope": "MultiDimensionalTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.MultiDimensionalTimeSystem.DoCalcVectorTimeDerivatives", + "name": "DoCalcVectorTimeDerivatives", + "lineno": 44, + "scope": "MultiDimensionalTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.MultiDimensionalTimeSystem.DoCalcVectorOutput", + "name": "DoCalcVectorOutput", + "lineno": 49, + "scope": "MultiDimensionalTimeSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_oned_interp1d", + "name": "test_resample_log_oned_interp1d", + "lineno": 54, + "scope": "TestResampleLogInterp1d", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_multid_interp1d", + "name": "test_resample_log_multid_interp1d", + "lineno": 131, + "scope": "TestResampleLogInterp1d", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.create_log", + "name": "create_log", + "lineno": 232, + "scope": "TestResampleLogInterp1d", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_input_data", + "name": "_check_input_data", + "lineno": 248, + "scope": "TestResampleLogInterp1d", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample", + "name": "_check_resample", + "lineno": 260, + "scope": "TestResampleLogInterp1d", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample.ReverseLog.sample_times", + "name": "sample_times", + "lineno": 266, + "scope": "TestResampleLogInterp1d._check_resample.ReverseLog", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample.ReverseLog.data", + "name": "data", + "lineno": 269, + "scope": "TestResampleLogInterp1d._check_resample.ReverseLog", + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.validate_resample", + "name": "validate_resample", + "lineno": 276, + "scope": "TestResampleLogInterp1d", + "is_async": false + } + ], + "bindings.pydrake.systems.test_utilities.framework_test_util": [ + { + "id": "bindings.pydrake.systems.test_utilities.framework_test_util._create_port_monitor_diagram", + "name": "_create_port_monitor_diagram", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.systems.test_utilities.framework_test_util.check_ports_lifetime_hazard", + "name": "check_ports_lifetime_hazard", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.systems.test_utilities": [], + "bindings.pydrake.test.all_each_import_test": [ + { + "id": "bindings.pydrake.test.all_each_import_test.TestAllEachImport.setUp", + "name": "setUp", + "lineno": 17, + "scope": "TestAllEachImport", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_each_import_test.TestAllEachImport._modules_to_test", + "name": "_modules_to_test", + "lineno": 24, + "scope": "TestAllEachImport", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_each_import_test.TestAllEachImport.test_submodule", + "name": "test_submodule", + "lineno": 41, + "scope": "TestAllEachImport", + "is_async": false + } + ], + "bindings.pydrake.test.all_install_test": [ + { + "id": "bindings.pydrake.test.all_install_test.TestAllInstall.test_install", + "name": "test_install", + "lineno": 13, + "scope": "TestAllInstall", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_install_test.TestAllInstall.test_type_stubs", + "name": "test_type_stubs", + "lineno": 32, + "scope": "TestAllInstall", + "is_async": false + } + ], + "bindings.pydrake.test.all_test": [ + { + "id": "bindings.pydrake.test.all_test.TestAll.test_000_import_warnings", + "name": "test_000_import_warnings", + "lineno": 15, + "scope": "TestAll", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_test.TestAll.test_usage_no_all", + "name": "test_usage_no_all", + "lineno": 42, + "scope": "TestAll", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_test.TestAll.test_usage_all", + "name": "test_usage_all", + "lineno": 58, + "scope": "TestAll", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_test.TestAll.test_usage_all_explicit", + "name": "test_usage_all_explicit", + "lineno": 76, + "scope": "TestAll", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_test.TestAll.test_preferred_ordering", + "name": "test_preferred_ordering", + "lineno": 92, + "scope": "TestAll", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_test.TestAll.test_symbols_subset", + "name": "test_symbols_subset", + "lineno": 98, + "scope": "TestAll", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_test.TestAll.test_no_experimental_symbols", + "name": "test_no_experimental_symbols", + "lineno": 196, + "scope": "TestAll", + "is_async": false + }, + { + "id": "bindings.pydrake.test.all_test.TestAll.test_function_only_imports", + "name": "test_function_only_imports", + "lineno": 208, + "scope": "TestAll", + "is_async": false + } + ], + "bindings.pydrake.test.common_install_test": [ + { + "id": "bindings.pydrake.test.common_install_test.TestCommonInstall.testDrakeFindResourceOrThrowInInstall", + "name": "testDrakeFindResourceOrThrowInInstall", + "lineno": 9, + "scope": "TestCommonInstall", + "is_async": false + } + ], + "bindings.pydrake.test.dot_clang_format_test": [ + { + "id": "bindings.pydrake.test.dot_clang_format_test.TestDotfile.setUp", + "name": "setUp", + "lineno": 5, + "scope": "TestDotfile", + "is_async": false + }, + { + "id": "bindings.pydrake.test.dot_clang_format_test.TestDotfile.test_dotfile_consistency", + "name": "test_dotfile_consistency", + "lineno": 8, + "scope": "TestDotfile", + "is_async": false + } + ], + "bindings.pydrake.test.forward_diff_test": [ + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_trig", + "name": "test_trig", + "lineno": 11, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_mul", + "name": "test_mul", + "lineno": 16, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_add", + "name": "test_add", + "lineno": 22, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_sub", + "name": "test_sub", + "lineno": 28, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_truediv", + "name": "test_truediv", + "lineno": 34, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "name": "test_gradient_and_jacobian", + "lineno": 40, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.f", + "name": "f", + "lineno": 45, + "scope": "TestForwardDiff.test_gradient_and_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.f_vector", + "name": "f_vector", + "lineno": 48, + "scope": "TestForwardDiff.test_gradient_and_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.df", + "name": "df", + "lineno": 52, + "scope": "TestForwardDiff.test_gradient_and_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.g_vector", + "name": "g_vector", + "lineno": 58, + "scope": "TestForwardDiff.test_gradient_and_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.dg_vector", + "name": "dg_vector", + "lineno": 62, + "scope": "TestForwardDiff.test_gradient_and_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.g_matrix", + "name": "g_matrix", + "lineno": 66, + "scope": "TestForwardDiff.test_gradient_and_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.dg_matrix", + "name": "dg_matrix", + "lineno": 69, + "scope": "TestForwardDiff.test_gradient_and_jacobian", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_derivative_shape", + "name": "test_jacobian_derivative_shape", + "lineno": 78, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_derivative_shape.f", + "name": "f", + "lineno": 84, + "scope": "TestForwardDiff.test_jacobian_derivative_shape", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative", + "name": "test_gradient_api_negative", + "lineno": 93, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative.f_good", + "name": "f_good", + "lineno": 94, + "scope": "TestForwardDiff.test_gradient_api_negative", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative.f_bad", + "name": "f_bad", + "lineno": 102, + "scope": "TestForwardDiff.test_gradient_api_negative", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_api_negative", + "name": "test_jacobian_api_negative", + "lineno": 112, + "scope": "TestForwardDiff", + "is_async": false + }, + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_api_negative.g_good", + "name": "g_good", + "lineno": 113, + "scope": "TestForwardDiff.test_jacobian_api_negative", + "is_async": false + } + ], + "bindings.pydrake.test.lcm_test": [ + { + "id": "bindings.pydrake.test.lcm_test.TestLcm.setUp", + "name": "setUp", + "lineno": 9, + "scope": "TestLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.test.lcm_test.TestLcm.test_lcm", + "name": "test_lcm", + "lineno": 17, + "scope": "TestLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.test.lcm_test.TestLcm.test_params", + "name": "test_params", + "lineno": 30, + "scope": "TestLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.test.lcm_test.TestLcm._handler", + "name": "_handler", + "lineno": 40, + "scope": "TestLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "name": "test_subscriber", + "lineno": 45, + "scope": "TestLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_single_channel", + "name": "test_round_trip_single_channel", + "lineno": 63, + "scope": "TestLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_multi_channel", + "name": "test_round_trip_multi_channel", + "lineno": 80, + "scope": "TestLcm", + "is_async": false + }, + { + "id": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_all_channels", + "name": "test_round_trip_all_channels", + "lineno": 99, + "scope": "TestLcm", + "is_async": false + } + ], + "bindings.pydrake.test.memory_leak_test": [ + { + "id": "bindings.pydrake.test.memory_leak_test._get_meshcat_singleton", + "name": "_get_meshcat_singleton", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._make_sentinel", + "name": "_make_sentinel", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._make_sentinel.done", + "name": "done", + "lineno": 82, + "scope": "_make_sentinel", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._make_sentinels_from_locals", + "name": "_make_sentinels_from_locals", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._report_sentinels", + "name": "_report_sentinels", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._object_generation", + "name": "_object_generation", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._dut_simple_source", + "name": "_dut_simple_source", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._dut_trivial_simulator", + "name": "_dut_trivial_simulator", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._dut_mixed_language_simulator", + "name": "_dut_mixed_language_simulator", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "name": "_dut_full_example", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.MyPyLeafSystem.__init__", + "name": "__init__", + "lineno": 290, + "scope": "MyPyLeafSystem", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._dut_mypyleafsystem", + "name": "_dut_mypyleafsystem", + "lineno": 296, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._repeat", + "name": "_repeat", + "lineno": 301, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "name": "do_test", + "lineno": 334, + "scope": "TestPythonMemoryLeaks", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_simple_source", + "name": "test_simple_source", + "lineno": 346, + "scope": "TestPythonMemoryLeaks", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_trivial_simulator", + "name": "test_trivial_simulator", + "lineno": 349, + "scope": "TestPythonMemoryLeaks", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_mixed_language_simulator", + "name": "test_mixed_language_simulator", + "lineno": 352, + "scope": "TestPythonMemoryLeaks", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_full_example", + "name": "test_full_example", + "lineno": 355, + "scope": "TestPythonMemoryLeaks", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_mypyleafsystem", + "name": "test_mypyleafsystem", + "lineno": 359, + "scope": "TestPythonMemoryLeaks", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test._dut_bug24529", + "name": "_dut_bug24529", + "lineno": 380, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestNativeHeapLeaks.setUp", + "name": "setUp", + "lineno": 395, + "scope": "TestNativeHeapLeaks", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestNativeHeapLeaks.do_test", + "name": "do_test", + "lineno": 400, + "scope": "TestNativeHeapLeaks", + "is_async": false + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestNativeHeapLeaks.test_bug24529", + "name": "test_bug24529", + "lineno": 422, + "scope": "TestNativeHeapLeaks", + "is_async": false + } + ], + "bindings.pydrake.test.odr_test": [ + { + "id": "bindings.pydrake.test.odr_test.TestODR.test_variable", + "name": "test_variable", + "lineno": 21, + "scope": "TestODR", + "is_async": false + } + ], + "bindings.pydrake.test.parse_models_test": [ + { + "id": "bindings.pydrake.test.parse_models_test.find_model_files", + "name": "find_model_files", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.parse_models_test.parse_model_and_create_context", + "name": "parse_model_and_create_context", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.parse_models_test.TestParseModels.test_available_runfiles", + "name": "test_available_runfiles", + "lineno": 39, + "scope": "TestParseModels", + "is_async": false + } + ], + "bindings.pydrake.test.perception_test": [ + { + "id": "bindings.pydrake.test.perception_test.TestPerception.test_pc_flags_api", + "name": "test_pc_flags_api", + "lineno": 14, + "scope": "TestPerception", + "is_async": false + }, + { + "id": "bindings.pydrake.test.perception_test.TestPerception.check_array", + "name": "check_array", + "lineno": 33, + "scope": "TestPerception", + "is_async": false + }, + { + "id": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "name": "test_point_cloud_api", + "lineno": 38, + "scope": "TestPerception", + "is_async": false + }, + { + "id": "bindings.pydrake.test.perception_test.TestPerception.test_depth_image_to_point_cloud_api", + "name": "test_depth_image_to_point_cloud_api", + "lineno": 136, + "scope": "TestPerception", + "is_async": false + }, + { + "id": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_to_lcm", + "name": "test_point_cloud_to_lcm", + "lineno": 150, + "scope": "TestPerception", + "is_async": false + } + ], + "bindings.pydrake.test.polynomial_test": [ + { + "id": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_constructors", + "name": "test_constructors", + "lineno": 14, + "scope": "TestPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_pickle", + "name": "test_pickle", + "lineno": 22, + "scope": "TestPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_analysis_methods", + "name": "test_analysis_methods", + "lineno": 36, + "scope": "TestPolynomial", + "is_async": false + }, + { + "id": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_arithmetic", + "name": "test_arithmetic", + "lineno": 62, + "scope": "TestPolynomial", + "is_async": false + } + ], + "bindings.pydrake.test.print_symbol_collisions": [ + { + "id": "bindings.pydrake.test.print_symbol_collisions._is_module_of", + "name": "_is_module_of", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.print_symbol_collisions._is_public_module", + "name": "_is_public_module", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.print_symbol_collisions._get_all_var_names", + "name": "_get_all_var_names", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.print_symbol_collisions.main", + "name": "main", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.test.pydrake_pybind_test": [ + { + "id": "bindings.pydrake.test.pydrake_pybind_test.check_copy", + "name": "check_copy", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.pydrake_pybind_test.check_reference_internal_list", + "name": "check_reference_internal_list", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "name": "test_py_keep_alive", + "lineno": 44, + "scope": "TestPydrakePybindFundamentals", + "is_async": false + }, + { + "id": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_copy_and_deepcopy", + "name": "test_py_def_copy_and_deepcopy", + "lineno": 56, + "scope": "TestPydrakePybindFundamentals", + "is_async": false + }, + { + "id": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "name": "test_py_def_clone", + "lineno": 62, + "scope": "TestPydrakePybindFundamentals", + "is_async": false + }, + { + "id": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "name": "test_py_param_init", + "lineno": 67, + "scope": "TestPydrakePybindFundamentals", + "is_async": false + } + ], + "bindings.pydrake.test.rtld_global_warning_test": [ + { + "id": "bindings.pydrake.test.rtld_global_warning_test.TestRtldGlobalWarning.test_mock_torch", + "name": "test_mock_torch", + "lineno": 9, + "scope": "TestRtldGlobalWarning", + "is_async": false + } + ], + "bindings.pydrake.test.stubgen_test": [ + { + "id": "bindings.pydrake.test.stubgen_test.TestStubgen._rlocation", + "name": "_rlocation", + "lineno": 11, + "scope": "TestStubgen", + "is_async": false + }, + { + "id": "bindings.pydrake.test.stubgen_test.TestStubgen._expected_pyi_files", + "name": "_expected_pyi_files", + "lineno": 17, + "scope": "TestStubgen", + "is_async": false + }, + { + "id": "bindings.pydrake.test.stubgen_test.TestStubgen.test_valid_syntax", + "name": "test_valid_syntax", + "lineno": 28, + "scope": "TestStubgen", + "is_async": false + }, + { + "id": "bindings.pydrake.test.stubgen_test.TestStubgen._check_one_valid_syntax", + "name": "_check_one_valid_syntax", + "lineno": 36, + "scope": "TestStubgen", + "is_async": false + } + ], + "bindings.pydrake.test.trajectories_test": [ + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.__init__", + "name": "__init__", + "lineno": 38, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.__deepcopy__", + "name": "__deepcopy__", + "lineno": 41, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.__repr__", + "name": "__repr__", + "lineno": 44, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.do_value", + "name": "do_value", + "lineno": 47, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.do_has_derivative", + "name": "do_has_derivative", + "lineno": 50, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.DoEvalDerivative", + "name": "DoEvalDerivative", + "lineno": 53, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.DoMakeDerivative", + "name": "DoMakeDerivative", + "lineno": 61, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.do_rows", + "name": "do_rows", + "lineno": 64, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.do_cols", + "name": "do_cols", + "lineno": 67, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.do_start_time", + "name": "do_start_time", + "lineno": 70, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory.do_end_time", + "name": "do_end_time", + "lineno": 73, + "scope": "CustomTrajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_trajectory_start_end_time", + "name": "test_trajectory_start_end_time", + "lineno": 79, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "name": "test_custom_trajectory", + "lineno": 84, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "name": "test_bezier_curve", + "lineno": 118, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "name": "test_bspline_trajectory", + "lineno": 157, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_derivative_trajectory", + "name": "test_derivative_trajectory", + "lineno": 223, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_discrete_time_trajectory", + "name": "test_discrete_time_trajectory", + "lineno": 235, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "name": "test_exponential_plus_piecewise_polynomial", + "lineno": 273, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "name": "test_function_handle_trajectory", + "lineno": 298, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory.f", + "name": "f", + "lineno": 299, + "scope": "TestTrajectories.test_function_handle_trajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory.df", + "name": "df", + "lineno": 316, + "scope": "TestTrajectories.test_function_handle_trajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_legacy_unpickle", + "name": "test_legacy_unpickle", + "lineno": 328, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_path_parameterized_trajectory", + "name": "test_path_parameterized_trajectory", + "lineno": 340, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_empty_constructor", + "name": "test_piecewise_polynomial_empty_constructor", + "lineno": 385, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_constant_constructor", + "name": "test_piecewise_polynomial_constant_constructor", + "lineno": 396, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_matrix_constructor", + "name": "test_piecewise_polynomial_matrix_constructor", + "lineno": 409, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_vector_constructor", + "name": "test_piecewise_polynomial_vector_constructor", + "lineno": 424, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_pickle", + "name": "test_piecewise_polynomial_pickle", + "lineno": 436, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "name": "test_piecewise_polynomial_serialize_zoh", + "lineno": 461, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_cubic", + "name": "test_piecewise_polynomial_serialize_cubic", + "lineno": 493, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_empty", + "name": "test_piecewise_polynomial_serialize_empty", + "lineno": 507, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_zero_order_hold_vector", + "name": "test_zero_order_hold_vector", + "lineno": 518, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_first_order_hold_vector", + "name": "test_first_order_hold_vector", + "lineno": 552, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_hermite_vector", + "name": "test_hermite_vector", + "lineno": 568, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_cubic_vector", + "name": "test_cubic_vector", + "lineno": 580, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_lagrange_interpolating_polynomial_vector", + "name": "test_lagrange_interpolating_polynomial_vector", + "lineno": 601, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_matrix_trajectories", + "name": "test_matrix_trajectories", + "lineno": 613, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reverse_and_scale_time", + "name": "test_reverse_and_scale_time", + "lineno": 661, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "name": "test_reshape_block_and_transpose", + "lineno": 674, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_slice_and_shift", + "name": "test_slice_and_shift", + "lineno": 693, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_compare_and_concatenate", + "name": "test_compare_and_concatenate", + "lineno": 709, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_vector_values", + "name": "test_vector_values", + "lineno": 722, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_addition", + "name": "test_addition", + "lineno": 730, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_composite_trajectory", + "name": "test_composite_trajectory", + "lineno": 738, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "name": "test_quaternion_slerp", + "lineno": 785, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "name": "test_piecewise_pose", + "lineno": 901, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_stacked_trajectory", + "name": "test_stacked_trajectory", + "lineno": 981, + "scope": "TestTrajectories", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_stacked_trajectory.get_data_as_dict", + "name": "get_data_as_dict", + "lineno": 1000, + "scope": "TestTrajectories.test_stacked_trajectory", + "is_async": false + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_wrapped_trajectory", + "name": "test_wrapped_trajectory", + "lineno": 1018, + "scope": "TestTrajectories", + "is_async": false + } + ], + "bindings.pydrake.test": [], + "bindings.pydrake.test.mock_torch.torch": [], + "bindings.pydrake.visualization.meldis": [ + { + "id": "bindings.pydrake.visualization.meldis._available_browsers", + "name": "_available_browsers", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.meldis._main", + "name": "_main", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.visualization.model_visualizer": [ + { + "id": "bindings.pydrake.visualization.model_visualizer._main", + "name": "_main", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.visualization.run_installed_meldis": [ + { + "id": "bindings.pydrake.visualization.run_installed_meldis.main", + "name": "main", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.visualization.run_installed_model_visualizer": [ + { + "id": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "name": "main", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.visualization._lcm_image_array_viewer": [ + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer._ImageServer.__init__", + "name": "__init__", + "lineno": 28, + "scope": "_ImageServer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer._ImageServer._serve_image", + "name": "_serve_image", + "lineno": 34, + "scope": "_ImageServer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer._ImageServer._response_generator", + "name": "_response_generator", + "lineno": 40, + "scope": "_ImageServer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer.__init__", + "name": "__init__", + "lineno": 75, + "scope": "LcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer.image_generator", + "name": "image_generator", + "lineno": 97, + "scope": "LcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._update_message", + "name": "_update_message", + "lineno": 106, + "scope": "LcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "name": "_process_message", + "lineno": 109, + "scope": "LcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._concatenate_images", + "name": "_concatenate_images", + "lineno": 175, + "scope": "LcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer.main", + "name": "main", + "lineno": 191, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.visualization._meldis": [ + { + "id": "bindings.pydrake.visualization._meldis._to_pose", + "name": "_to_pose", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._Slider.__init__", + "name": "__init__", + "lineno": 80, + "scope": "_Slider", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._Slider.realize", + "name": "realize", + "lineno": 86, + "scope": "_Slider", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._Slider.read", + "name": "read", + "lineno": 94, + "scope": "_Slider", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._json_to_memory_file", + "name": "_json_to_memory_file", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._json_to_file_source", + "name": "_json_to_file_source", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._make_mesh_source_from_json", + "name": "_make_mesh_source_from_json", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.__init__", + "name": "__init__", + "lineno": 165, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.value", + "name": "value", + "lineno": 169, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher._read_file", + "name": "_read_file", + "lineno": 172, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_viewer_load_robot", + "name": "on_viewer_load_robot", + "lineno": 187, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_viewer_geometry_data", + "name": "on_viewer_geometry_data", + "lineno": 193, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh", + "name": "on_mesh", + "lineno": 201, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_in_memory", + "name": "on_mesh_in_memory", + "lineno": 207, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_from_disk", + "name": "on_mesh_from_disk", + "lineno": 227, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_obj_from_disk", + "name": "on_obj_from_disk", + "lineno": 241, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mtl_from_disk", + "name": "on_mtl_from_disk", + "lineno": 249, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_texture_from_disk", + "name": "on_texture_from_disk", + "lineno": 257, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_gltf_from_disk", + "name": "on_gltf_from_disk", + "lineno": 261, + "scope": "_GeometryFileHasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet.__init__", + "name": "__init__", + "lineno": 280, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_load", + "name": "on_viewer_load", + "lineno": 314, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet._build_links", + "name": "_build_links", + "lineno": 342, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_draw", + "name": "on_viewer_draw", + "lineno": 372, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet.set_alpha", + "name": "set_alpha", + "lineno": 391, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet.on_poll", + "name": "on_poll", + "lineno": 405, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_draw_deformable", + "name": "on_viewer_draw_deformable", + "lineno": 412, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet._set_visible", + "name": "_set_visible", + "lineno": 429, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_deformable_geom", + "name": "_convert_deformable_geom", + "lineno": 432, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "name": "_convert_geom", + "lineno": 452, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet._make_triangle_mesh", + "name": "_make_triangle_mesh", + "lineno": 496, + "scope": "_ViewerApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ContactApplet.__init__", + "name": "__init__", + "lineno": 528, + "scope": "_ContactApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ContactApplet.convert_faces", + "name": "convert_faces", + "lineno": 543, + "scope": "_ContactApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ContactApplet.convert_verts", + "name": "convert_verts", + "lineno": 564, + "scope": "_ContactApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ContactApplet.get_full_names", + "name": "get_full_names", + "lineno": 572, + "scope": "_ContactApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._ContactApplet.on_contact_results", + "name": "on_contact_results", + "lineno": 595, + "scope": "_ContactApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._PointCloudApplet.__init__", + "name": "__init__", + "lineno": 651, + "scope": "_PointCloudApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._PointCloudApplet._validate_and_get_fields", + "name": "_validate_and_get_fields", + "lineno": 655, + "scope": "_PointCloudApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._PointCloudApplet._channel_to_meshcat_path", + "name": "_channel_to_meshcat_path", + "lineno": 685, + "scope": "_PointCloudApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._PointCloudApplet.on_point_cloud", + "name": "on_point_cloud", + "lineno": 694, + "scope": "_PointCloudApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._DrawFrameApplet.__init__", + "name": "__init__", + "lineno": 737, + "scope": "_DrawFrameApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._DrawFrameApplet._channel_to_meshcat_path", + "name": "_channel_to_meshcat_path", + "lineno": 743, + "scope": "_DrawFrameApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "name": "_add_meshcat_triad", + "lineno": 752, + "scope": "_DrawFrameApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis._DrawFrameApplet.on_frame_update", + "name": "on_frame_update", + "lineno": 780, + "scope": "_DrawFrameApplet", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "name": "__init__", + "lineno": 813, + "scope": "Meldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis.__init__.is_inertia_link", + "name": "is_inertia_link", + "lineno": 852, + "scope": "Meldis.__init__", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis.__init__.is_not_inertia_link", + "name": "is_not_inertia_link", + "lineno": 855, + "scope": "Meldis.__init__", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "name": "_subscribe", + "lineno": 974, + "scope": "Meldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._subscribe._multi_handler", + "name": "_multi_handler", + "lineno": 986, + "scope": "Meldis._subscribe", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._subscribe._on_message", + "name": "_on_message", + "lineno": 1000, + "scope": "Meldis._subscribe", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._subscribe_multichannel", + "name": "_subscribe_multichannel", + "lineno": 1005, + "scope": "Meldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._subscribe_multichannel._on_message", + "name": "_on_message", + "lineno": 1011, + "scope": "Meldis._subscribe_multichannel", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._poll", + "name": "_poll", + "lineno": 1019, + "scope": "Meldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._invoke_poll", + "name": "_invoke_poll", + "lineno": 1022, + "scope": "Meldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._invoke_subscriptions", + "name": "_invoke_subscriptions", + "lineno": 1026, + "scope": "Meldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis.serve_forever", + "name": "serve_forever", + "lineno": 1037, + "scope": "Meldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._should_update", + "name": "_should_update", + "lineno": 1053, + "scope": "Meldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis._check_for_shutdown", + "name": "_check_for_shutdown", + "lineno": 1064, + "scope": "Meldis", + "is_async": false + } + ], + "bindings.pydrake.visualization._model_visualizer": [ + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.__init__", + "name": "__init__", + "lineno": 70, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._check_rep", + "name": "_check_rep", + "lineno": 164, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._get_constructor_defaults", + "name": "_get_constructor_defaults", + "lineno": 189, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.package_map", + "name": "package_map", + "lineno": 214, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.parser", + "name": "parser", + "lineno": 228, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.meshcat", + "name": "meshcat", + "lineno": 248, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.AddModels", + "name": "AddModels", + "lineno": 257, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._wrap_gltf_as_visual", + "name": "_wrap_gltf_as_visual", + "lineno": 298, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "name": "Finalize", + "lineno": 334, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._camera_config_to_frustum", + "name": "_camera_config_to_frustum", + "lineno": 518, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._reload", + "name": "_reload", + "lineno": 545, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._render_if_necessary", + "name": "_render_if_necessary", + "lineno": 585, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "name": "Run", + "lineno": 609, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run.has_clicks", + "name": "has_clicks", + "lineno": 667, + "scope": "ModelVisualizer.Run", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._raise_if_invalid_positions", + "name": "_raise_if_invalid_positions", + "lineno": 701, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._get_slider_values", + "name": "_get_slider_values", + "lineno": 718, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._set_slider_values", + "name": "_set_slider_values", + "lineno": 725, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._add_traffic_cone", + "name": "_add_traffic_cone", + "lineno": 737, + "scope": "ModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._remove_traffic_cone", + "name": "_remove_traffic_cone", + "lineno": 761, + "scope": "ModelVisualizer", + "is_async": false + } + ], + "bindings.pydrake.visualization._plotting": [ + { + "id": "bindings.pydrake.visualization._plotting.plot_sublevelset_quadratic", + "name": "plot_sublevelset_quadratic", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "name": "plot_sublevelset_expression", + "lineno": 62, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.visualization._triad": [ + { + "id": "bindings.pydrake.visualization._triad.AddFrameTriadIllustration", + "name": "AddFrameTriadIllustration", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "bindings.pydrake.visualization._video": [ + { + "id": "bindings.pydrake.visualization._video.VideoWriter.__init__", + "name": "__init__", + "lineno": 59, + "scope": "VideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._video.VideoWriter.AddToBuilder", + "name": "AddToBuilder", + "lineno": 102, + "scope": "VideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "name": "_AddRgbdSensor", + "lineno": 162, + "scope": "VideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._video.VideoWriter.ConnectRgbdSensor", + "name": "ConnectRgbdSensor", + "lineno": 188, + "scope": "VideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._video.VideoWriter.Save", + "name": "Save", + "lineno": 236, + "scope": "VideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._video.VideoWriter._publish", + "name": "_publish", + "lineno": 260, + "scope": "VideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._video.VideoWriter._write_pil", + "name": "_write_pil", + "lineno": 266, + "scope": "VideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization._video.VideoWriter._write_cv2", + "name": "_write_cv2", + "lineno": 276, + "scope": "VideoWriter", + "is_async": false + } + ], + "bindings.pydrake.visualization._visualization_extra": [], + "bindings.pydrake.visualization.test.config_test": [ + { + "id": "bindings.pydrake.visualization.test.config_test.TestConfig.test_visualization_config", + "name": "test_visualization_config", + "lineno": 25, + "scope": "TestConfig", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.config_test.TestConfig.test_apply_visualization_config", + "name": "test_apply_visualization_config", + "lineno": 32, + "scope": "TestConfig", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.config_test.TestConfig.test_add_default_visualization", + "name": "test_add_default_visualization", + "lineno": 51, + "scope": "TestConfig", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.image_systems_test": [ + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_properties", + "name": "test_properties", + "lineno": 18, + "scope": "TestColorizeDepthImage", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_eval_32f_and_calc_32f", + "name": "test_eval_32f_and_calc_32f", + "lineno": 25, + "scope": "TestColorizeDepthImage", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_eval_16u_and_calc_16u", + "name": "test_eval_16u_and_calc_16u", + "lineno": 34, + "scope": "TestColorizeDepthImage", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_properties", + "name": "test_properties", + "lineno": 45, + "scope": "TestColorizeLabelImage", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_eval_and_calc", + "name": "test_eval_and_calc", + "lineno": 52, + "scope": "TestColorizeLabelImage", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestConcatenateImages.test_smoke", + "name": "test_smoke", + "lineno": 63, + "scope": "TestConcatenateImages", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test": [ + { + "id": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_rgba_lcmt_image", + "name": "_get_rgba_lcmt_image", + "lineno": 13, + "scope": "TestLcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_depth_lcmt_image", + "name": "_get_depth_lcmt_image", + "lineno": 26, + "scope": "TestLcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_label_lcmt_image", + "name": "_get_label_lcmt_image", + "lineno": 41, + "scope": "TestLcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "name": "test_image_processing", + "lineno": 54, + "scope": "TestLcmImageArrayViewer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_concatenate_images", + "name": "test_concatenate_images", + "lineno": 104, + "scope": "TestLcmImageArrayViewer", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.meldis_test": [ + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._make_diagram", + "name": "_make_diagram", + "lineno": 93, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._create_point_cloud", + "name": "_create_point_cloud", + "lineno": 108, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._publish_lcm_point_cloud", + "name": "_publish_lcm_point_cloud", + "lineno": 131, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet", + "name": "test_viewer_applet", + "lineno": 159, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._check_viewer_applet_on_model", + "name": "_check_viewer_applet_on_model", + "lineno": 191, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_plain_meshes", + "name": "test_viewer_applet_plain_meshes", + "lineno": 205, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "name": "test_viewer_applet_meshes_non_uniform_scale", + "lineno": 211, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_textured_meshes", + "name": "test_viewer_applet_textured_meshes", + "lineno": 269, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization", + "name": "test_viewer_applet_reload_optimization", + "lineno": 273, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization._on_message", + "name": "_on_message", + "lineno": 289, + "scope": "TestMeldis.test_viewer_applet_reload_optimization", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "name": "test_geometry_file_hasher", + "lineno": 332, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "name": "dut", + "lineno": 336, + "scope": "TestMeldis.test_geometry_file_hasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.make_json", + "name": "make_json", + "lineno": 502, + "scope": "TestMeldis.test_geometry_file_hasher", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_alpha_slider", + "name": "test_viewer_applet_alpha_slider", + "lineno": 532, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "name": "test_viewer_applet_in_memory_mesh", + "lineno": 596, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_inertia_geometry", + "name": "test_inertia_geometry", + "lineno": 650, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_hydroelastic_geometry", + "name": "test_hydroelastic_geometry", + "lineno": 670, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "name": "test_contact_applet_point_pair", + "lineno": 689, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "name": "test_contact_applet_hydroelastic", + "lineno": 744, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "name": "test_deformable", + "lineno": 809, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_point_cloud", + "name": "test_point_cloud", + "lineno": 880, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_draw_frame_applet", + "name": "test_draw_frame_applet", + "lineno": 902, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_args_precedence", + "name": "test_args_precedence", + "lineno": 930, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_command_line_browser_names", + "name": "test_command_line_browser_names", + "lineno": 943, + "scope": "TestMeldis", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_command_meshcat_params", + "name": "test_command_meshcat_params", + "lineno": 950, + "scope": "TestMeldis", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.model_visualizer_camera_test": [ + { + "id": "bindings.pydrake.visualization.test.model_visualizer_camera_test.TestModelVisualizerCamera.test_camera", + "name": "test_camera", + "lineno": 26, + "scope": "TestModelVisualizerCamera", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.model_visualizer_reload_test": [ + { + "id": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "name": "test_reload", + "lineno": 19, + "scope": "TestModelVisualizerReload", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.model_visualizer_test": [ + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.setUp", + "name": "setUp", + "lineno": 22, + "scope": "TestModelVisualizerSubprocess", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.model_file", + "name": "model_file", + "lineno": 27, + "scope": "TestModelVisualizerSubprocess", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_model_visualizer", + "name": "test_model_visualizer", + "lineno": 31, + "scope": "TestModelVisualizerSubprocess", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_model_with_invalid_dynamics", + "name": "test_model_with_invalid_dynamics", + "lineno": 53, + "scope": "TestModelVisualizerSubprocess", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_package_url", + "name": "test_package_url", + "lineno": 76, + "scope": "TestModelVisualizerSubprocess", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_pyplot", + "name": "test_pyplot", + "lineno": 86, + "scope": "TestModelVisualizerSubprocess", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_set_position", + "name": "test_set_position", + "lineno": 101, + "scope": "TestModelVisualizerSubprocess", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.setUp", + "name": "setUp", + "lineno": 143, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer._mock_webbrowser_open", + "name": "_mock_webbrowser_open", + "lineno": 149, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_model_from_string", + "name": "test_model_from_string", + "lineno": 155, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_provided_meshcat", + "name": "test_provided_meshcat", + "lineno": 162, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_pyplot", + "name": "test_pyplot", + "lineno": 170, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_model_from_file", + "name": "test_model_from_file", + "lineno": 179, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_model_from_url", + "name": "test_model_from_url", + "lineno": 209, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_model_from_gltf_url", + "name": "test_model_from_gltf_url", + "lineno": 215, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_add_model_args_error", + "name": "test_add_model_args_error", + "lineno": 224, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_methods_and_multiple_models", + "name": "test_methods_and_multiple_models", + "lineno": 231, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_hydroelastic_contact", + "name": "test_hydroelastic_contact", + "lineno": 248, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_precondition_messages", + "name": "test_precondition_messages", + "lineno": 273, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_traffic_cone", + "name": "test_traffic_cone", + "lineno": 283, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_webbrowser", + "name": "test_webbrowser", + "lineno": 301, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_triad_defaults", + "name": "test_triad_defaults", + "lineno": 321, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames", + "name": "test_visualize_all_frames", + "lineno": 328, + "scope": "TestModelVisualizer", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames_nested_models", + "name": "test_visualize_all_frames_nested_models", + "lineno": 391, + "scope": "TestModelVisualizer", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.multicam_scenario_test": [ + { + "id": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario._find_resource", + "name": "_find_resource", + "lineno": 10, + "scope": "TestMulticamScenario", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario.test_smoke", + "name": "test_smoke", + "lineno": 18, + "scope": "TestMulticamScenario", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.plotting_test": [ + { + "id": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_quadratic", + "name": "test_plot_sublevelset_quadratic", + "lineno": 12, + "scope": "TestMatplotlibUtil", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_expression_degree_two", + "name": "test_plot_sublevelset_expression_degree_two", + "lineno": 32, + "scope": "TestMatplotlibUtil", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_expression", + "name": "test_plot_sublevelset_expression", + "lineno": 54, + "scope": "TestMatplotlibUtil", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.sliders_test": [ + { + "id": "bindings.pydrake.visualization.test.sliders_test.TestSliders.test_meshcat_pose_sliders", + "name": "test_meshcat_pose_sliders", + "lineno": 15, + "scope": "TestSliders", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.triad_test": [ + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad.setUp", + "name": "setUp", + "lineno": 15, + "scope": "TestTriad", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "name": "_assert_equal_transform", + "lineno": 44, + "scope": "TestTriad", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "name": "test_via_body", + "lineno": 47, + "scope": "TestTriad", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame", + "name": "test_via_frame", + "lineno": 87, + "scope": "TestTriad", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame_index", + "name": "test_via_frame_index", + "lineno": 110, + "scope": "TestTriad", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame_id", + "name": "test_via_frame_id", + "lineno": 134, + "scope": "TestTriad", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_redundant_plant_arg", + "name": "test_redundant_plant_arg", + "lineno": 151, + "scope": "TestTriad", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_wrong_plant_arg", + "name": "test_wrong_plant_arg", + "lineno": 166, + "scope": "TestTriad", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.video_test": [ + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._cv2", + "name": "_cv2", + "lineno": 25, + "scope": "TestVideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "name": "_test_usage", + "lineno": 36, + "scope": "TestVideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_pil_color_only", + "name": "test_pil_color_only", + "lineno": 96, + "scope": "TestVideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_pil_everything", + "name": "test_pil_everything", + "lineno": 101, + "scope": "TestVideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_color_only", + "name": "test_cv2_color_only", + "lineno": 107, + "scope": "TestVideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_everything", + "name": "test_cv2_everything", + "lineno": 113, + "scope": "TestVideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_bad_fourcc", + "name": "test_cv2_bad_fourcc", + "lineno": 119, + "scope": "TestVideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_1", + "name": "test_bad_backend_1", + "lineno": 134, + "scope": "TestVideoWriter", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_2", + "name": "test_bad_backend_2", + "lineno": 147, + "scope": "TestVideoWriter", + "is_async": false + } + ], + "bindings.pydrake.visualization.test.visualization_install_tests": [ + { + "id": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled.test_meldis_help", + "name": "test_meldis_help", + "lineno": 8, + "scope": "TestVisualizationInstalled", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled.test_model_visualizer_help", + "name": "test_model_visualizer_help", + "lineno": 20, + "scope": "TestVisualizationInstalled", + "is_async": false + }, + { + "id": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled.test_drake_models_meshes", + "name": "test_drake_models_meshes", + "lineno": 32, + "scope": "TestVisualizationInstalled", + "is_async": false + } + ], + "common.proto.call_python_client": [ + { + "id": "common.proto.call_python_client._ensure_sigint_handler", + "name": "_ensure_sigint_handler", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers", + "name": "_get_required_helpers", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.getitem", + "name": "getitem", + "lineno": 65, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.setitem", + "name": "setitem", + "lineno": 69, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.call", + "name": "call", + "lineno": 74, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.pass_through", + "name": "pass_through", + "lineno": 77, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.make_tuple", + "name": "make_tuple", + "lineno": 81, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.make_list", + "name": "make_list", + "lineno": 85, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.make_kwargs", + "name": "make_kwargs", + "lineno": 89, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers._make_slice", + "name": "_make_slice", + "lineno": 97, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers._make_slice.to_piece", + "name": "to_piece", + "lineno": 100, + "scope": "_get_required_helpers._make_slice", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.make_slice_arg", + "name": "make_slice_arg", + "lineno": 109, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.setvar", + "name": "setvar", + "lineno": 123, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._get_required_helpers.setvars", + "name": "setvars", + "lineno": 127, + "scope": "_get_required_helpers", + "is_async": false + }, + { + "id": "common.proto.call_python_client._ExecutionCheck.__init__", + "name": "__init__", + "lineno": 147, + "scope": "_ExecutionCheck", + "is_async": false + }, + { + "id": "common.proto.call_python_client._ExecutionCheck.start", + "name": "start", + "lineno": 150, + "scope": "_ExecutionCheck", + "is_async": false + }, + { + "id": "common.proto.call_python_client._ExecutionCheck.finish", + "name": "finish", + "lineno": 153, + "scope": "_ExecutionCheck", + "is_async": false + }, + { + "id": "common.proto.call_python_client._merge_dicts", + "name": "_merge_dicts", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "common.proto.call_python_client._fix_pyplot", + "name": "_fix_pyplot", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals", + "name": "default_globals", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.disp", + "name": "disp", + "lineno": 213, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.wait", + "name": "wait", + "lineno": 217, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.pause", + "name": "pause", + "lineno": 221, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.box", + "name": "box", + "lineno": 229, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.plot3", + "name": "plot3", + "lineno": 241, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.sphere", + "name": "sphere", + "lineno": 246, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.surf", + "name": "surf", + "lineno": 256, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.show", + "name": "show", + "lineno": 262, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.default_globals.magic", + "name": "magic", + "lineno": 269, + "scope": "default_globals", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient.__init__", + "name": "__init__", + "lineno": 300, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._to_array", + "name": "_to_array", + "lineno": 351, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._execute_message", + "name": "_execute_message", + "lineno": 369, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._execute_message_impl", + "name": "_execute_message_impl", + "lineno": 382, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient.run", + "name": "run", + "lineno": 441, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._handle_messages_threaded", + "name": "_handle_messages_threaded", + "lineno": 464, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._handle_messages_threaded.producer_loop", + "name": "producer_loop", + "lineno": 468, + "scope": "CallPythonClient._handle_messages_threaded", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient.handle_messages", + "name": "handle_messages", + "lineno": 516, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient.execute_messages", + "name": "execute_messages", + "lineno": 540, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._read_next_message", + "name": "_read_next_message", + "lineno": 545, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._read_fifo_message", + "name": "_read_fifo_message", + "lineno": 564, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._get_file", + "name": "_get_file", + "lineno": 592, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client.CallPythonClient._close_file", + "name": "_close_file", + "lineno": 598, + "scope": "CallPythonClient", + "is_async": false + }, + { + "id": "common.proto.call_python_client._is_fifo", + "name": "_is_fifo", + "lineno": 605, + "scope": null, + "is_async": false + }, + { + "id": "common.proto.call_python_client.main", + "name": "main", + "lineno": 611, + "scope": null, + "is_async": false + } + ], + "common.proto.test.call_python_test": [ + { + "id": "common.proto.test.call_python_test.scoped_file", + "name": "scoped_file", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "common.proto.test.call_python_test.wait_for_done_count", + "name": "wait_for_done_count", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "name": "run_server_and_client", + "lineno": 68, + "scope": "TestCallPython", + "is_async": false + }, + { + "id": "common.proto.test.call_python_test.TestCallPython.test_help", + "name": "test_help", + "lineno": 103, + "scope": "TestCallPython", + "is_async": false + }, + { + "id": "common.proto.test.call_python_test.TestCallPython.test_basic", + "name": "test_basic", + "lineno": 113, + "scope": "TestCallPython", + "is_async": false + } + ], + "common.test.cpu_capabilities_test": [ + { + "id": "common.test.cpu_capabilities_test.TestCpuCapabilities.setUp", + "name": "setUp", + "lineno": 10, + "scope": "TestCpuCapabilities", + "is_async": false + }, + { + "id": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "name": "_check", + "lineno": 16, + "scope": "TestCpuCapabilities", + "is_async": false + }, + { + "id": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_default", + "name": "test_default", + "lineno": 30, + "scope": "TestCpuCapabilities", + "is_async": false + }, + { + "id": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_drake_env", + "name": "test_drake_env", + "lineno": 34, + "scope": "TestCpuCapabilities", + "is_async": false + }, + { + "id": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "name": "test_numpy_env", + "lineno": 67, + "scope": "TestCpuCapabilities", + "is_async": false + }, + { + "id": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_mixed_env", + "name": "test_mixed_env", + "lineno": 122, + "scope": "TestCpuCapabilities", + "is_async": false + } + ], + "common.test.drake_cc_googletest_main_test": [ + { + "id": "common.test.drake_cc_googletest_main_test.TestGtestMain.setUp", + "name": "setUp", + "lineno": 14, + "scope": "TestGtestMain", + "is_async": false + }, + { + "id": "common.test.drake_cc_googletest_main_test.TestGtestMain._check_call", + "name": "_check_call", + "lineno": 20, + "scope": "TestGtestMain", + "is_async": false + }, + { + "id": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_pass", + "name": "test_pass", + "lineno": 38, + "scope": "TestGtestMain", + "is_async": false + }, + { + "id": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_no_arguments", + "name": "test_no_arguments", + "lineno": 42, + "scope": "TestGtestMain", + "is_async": false + }, + { + "id": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_help", + "name": "test_help", + "lineno": 49, + "scope": "TestGtestMain", + "is_async": false + }, + { + "id": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_logging", + "name": "test_logging", + "lineno": 62, + "scope": "TestGtestMain", + "is_async": false + } + ], + "common.test.find_runfiles_subprocess_test": [ + { + "id": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess._check_output", + "name": "_check_output", + "lineno": 7, + "scope": "TestFindRunfilesSubprocess", + "is_async": false + }, + { + "id": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_basic_child_process", + "name": "test_basic_child_process", + "lineno": 24, + "scope": "TestFindRunfilesSubprocess", + "is_async": false + }, + { + "id": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_test_srcdir", + "name": "test_sans_test_srcdir", + "lineno": 36, + "scope": "TestFindRunfilesSubprocess", + "is_async": false + }, + { + "id": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_all_env", + "name": "test_sans_all_env", + "lineno": 46, + "scope": "TestFindRunfilesSubprocess", + "is_async": false + } + ], + "common.test_utilities.drake_py_unittest_main": [ + { + "id": "common.test_utilities.drake_py_unittest_main._unittest_main", + "name": "_unittest_main", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "common.test_utilities.drake_py_unittest_main.main", + "name": "main", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "common.test_utilities.drake_py_unittest_main.main.run", + "name": "run", + "lineno": 185, + "scope": "main", + "is_async": false + }, + { + "id": "common.test_utilities.drake_py_unittest_main.reexecute_if_unbuffered", + "name": "reexecute_if_unbuffered", + "lineno": 226, + "scope": null, + "is_async": false + }, + { + "id": "common.test_utilities.drake_py_unittest_main.traced", + "name": "traced", + "lineno": 243, + "scope": null, + "is_async": false + }, + { + "id": "common.test_utilities.drake_py_unittest_main.traced.wrapped", + "name": "wrapped", + "lineno": 253, + "scope": "traced", + "is_async": false + } + ], + "common.test_utilities.disable_python_unittest.unittest": [], + "doc.build": [ + { + "id": "doc.build._build", + "name": "_build", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "doc.build._build_sitemap", + "name": "_build_sitemap", + "lineno": 118, + "scope": null, + "is_async": false + } + ], + "doc.defs": [ + { + "id": "doc.defs.verbose", + "name": "verbose", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "doc.defs.symlink_input", + "name": "symlink_input", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "doc.defs.check_call", + "name": "check_call", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "doc.defs.perl_cleanup_html_output", + "name": "perl_cleanup_html_output", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "doc.defs._call_build", + "name": "_call_build", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "doc.defs._HttpHandler.log_message", + "name": "log_message", + "lineno": 139, + "scope": "_HttpHandler", + "is_async": false + }, + { + "id": "doc.defs._HttpHandler.log_request", + "name": "log_request", + "lineno": 142, + "scope": "_HttpHandler", + "is_async": false + }, + { + "id": "doc.defs._on_server_error", + "name": "_on_server_error", + "lineno": 146, + "scope": null, + "is_async": false + }, + { + "id": "doc.defs._do_preview", + "name": "_do_preview", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "doc.defs._do_generate", + "name": "_do_generate", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "doc.defs.main", + "name": "main", + "lineno": 230, + "scope": null, + "is_async": false + } + ], + "doc.pages": [ + { + "id": "doc.pages._build", + "name": "_build", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "doc.doxygen_cxx.build": [ + { + "id": "doc.doxygen_cxx.build._cull_skipped_headers", + "name": "_cull_skipped_headers", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.build._generate_doxyfile", + "name": "_generate_doxyfile", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.build._generate_system_doxygen_wrapper", + "name": "_generate_system_doxygen_wrapper", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.build._generate_doxygen_header", + "name": "_generate_doxygen_header", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.build._is_important_warning", + "name": "_is_important_warning", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.build._postprocess_doxygen_log", + "name": "_postprocess_doxygen_log", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.build._build", + "name": "_build", + "lineno": 195, + "scope": null, + "is_async": false + } + ], + "doc.doxygen_cxx.system_doxygen": [ + { + "id": "doc.doxygen_cxx.system_doxygen.system_yaml_to_html", + "name": "system_yaml_to_html", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.system_doxygen.system_yaml_to_pydrake_system_rst_directive", + "name": "system_yaml_to_pydrake_system_rst_directive", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.system_doxygen.strip_cpp_comment_cruft", + "name": "strip_cpp_comment_cruft", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.system_doxygen._process_doxygen", + "name": "_process_doxygen", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.system_doxygen.process_doxygen_to_sphinx", + "name": "process_doxygen_to_sphinx", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "doc.doxygen_cxx.system_doxygen.process_doxygen_system_tags", + "name": "process_doxygen_system_tags", + "lineno": 141, + "scope": null, + "is_async": false + } + ], + "doc.doxygen_cxx.test.system_doxygen_test": [ + { + "id": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "name": "test_strip_cpp_comment_cruft", + "lineno": 8, + "scope": "TestSystemDoxygen", + "is_async": false + }, + { + "id": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_system_yaml_to_html_and_rst", + "name": "test_system_yaml_to_html_and_rst", + "lineno": 54, + "scope": "TestSystemDoxygen", + "is_async": false + }, + { + "id": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen", + "name": "test_process_doxygen", + "lineno": 73, + "scope": "TestSystemDoxygen", + "is_async": false + }, + { + "id": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.do_test_process_doxygen_raises", + "name": "do_test_process_doxygen_raises", + "lineno": 101, + "scope": "TestSystemDoxygen", + "is_async": false + }, + { + "id": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_reject_obsolete", + "name": "test_process_doxygen_reject_obsolete", + "lineno": 108, + "scope": "TestSystemDoxygen", + "is_async": false + }, + { + "id": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_missing_end", + "name": "test_process_doxygen_missing_end", + "lineno": 119, + "scope": "TestSystemDoxygen", + "is_async": false + }, + { + "id": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_illegal_nest", + "name": "test_process_doxygen_illegal_nest", + "lineno": 127, + "scope": "TestSystemDoxygen", + "is_async": false + } + ], + "doc.pydrake.build": [ + { + "id": "doc.pydrake.build._get_submodules", + "name": "_get_submodules", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.build._get_pydrake_modules", + "name": "_get_pydrake_modules", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.build._has_cc_imported_symbols", + "name": "_has_cc_imported_symbols", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.build._write_module", + "name": "_write_module", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.build._sanity_check_output", + "name": "_sanity_check_output", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.build._build", + "name": "_build", + "lineno": 110, + "scope": null, + "is_async": false + } + ], + "doc.pydrake.conf": [], + "doc.pydrake.pydrake_sphinx_extension": [ + { + "id": "doc.pydrake.pydrake_sphinx_extension.generate_sig_re", + "name": "generate_sig_re", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.patch", + "name": "patch", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.patch.method", + "name": "method", + "lineno": 78, + "scope": "patch", + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.repair_naive_name_split", + "name": "repair_naive_name_split", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.TemplateDocumenter.can_document_member", + "name": "can_document_member", + "lineno": 113, + "scope": "TemplateDocumenter", + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.TemplateDocumenter.get_object_members", + "name": "get_object_members", + "lineno": 117, + "scope": "TemplateDocumenter", + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.TemplateDocumenter.check_module", + "name": "check_module", + "lineno": 123, + "scope": "TemplateDocumenter", + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.TemplateDocumenter.add_directive_header", + "name": "add_directive_header", + "lineno": 134, + "scope": "TemplateDocumenter", + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.tpl_attrgetter", + "name": "tpl_attrgetter", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.patch_resolve_name", + "name": "patch_resolve_name", + "lineno": 180, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.patch_class_add_directive_header", + "name": "patch_class_add_directive_header", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.autodoc_skip_member", + "name": "autodoc_skip_member", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.patch_document_members", + "name": "patch_document_members", + "lineno": 227, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.patch_document_members.keyfunc", + "name": "keyfunc", + "lineno": 310, + "scope": "patch_document_members", + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.patch_document_members.custom_key", + "name": "custom_key", + "lineno": 319, + "scope": "patch_document_members", + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.autodoc_member_order_function", + "name": "autodoc_member_order_function", + "lineno": 345, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.PydrakeSystemDirective.run", + "name": "run", + "lineno": 365, + "scope": "PydrakeSystemDirective", + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension._parse_rst", + "name": "_parse_rst", + "lineno": 377, + "scope": null, + "is_async": false + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.setup", + "name": "setup", + "lineno": 388, + "scope": null, + "is_async": false + } + ], + "doc.styleguide.build": [ + { + "id": "doc.styleguide.build._add_title", + "name": "_add_title", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "doc.styleguide.build._build", + "name": "_build", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "doc.tutorials.build": [ + { + "id": "doc.tutorials.build._build", + "name": "_build", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "examples.acrobot.acrobot_io": [ + { + "id": "examples.acrobot.acrobot_io.load_scenario", + "name": "load_scenario", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.acrobot_io.save_scenario", + "name": "save_scenario", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.acrobot_io.load_output", + "name": "load_output", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.acrobot_io.save_output", + "name": "save_output", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "examples.acrobot.metrics": [ + { + "id": "examples.acrobot.metrics._wrap_to", + "name": "_wrap_to", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.metrics.deviation_from_upright_equilibrium", + "name": "deviation_from_upright_equilibrium", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.metrics.final_state_cost", + "name": "final_state_cost", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.metrics.ensemble_cost", + "name": "ensemble_cost", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.metrics.is_success", + "name": "is_success", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.metrics.success_rate", + "name": "success_rate", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "examples.acrobot.optimizer_demo": [ + { + "id": "examples.acrobot.optimizer_demo.fmin", + "name": "fmin", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.optimizer_demo.evaluate_metric_once", + "name": "evaluate_metric_once", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.optimizer_demo.optimize_controller_params", + "name": "optimize_controller_params", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.optimizer_demo.optimize_controller_params.function_to_optimize", + "name": "function_to_optimize", + "lineno": 90, + "scope": "optimize_controller_params", + "is_async": false + }, + { + "id": "examples.acrobot.optimizer_demo.main", + "name": "main", + "lineno": 111, + "scope": null, + "is_async": false + } + ], + "examples.acrobot.spong_sim": [ + { + "id": "examples.acrobot.spong_sim.simulate", + "name": "simulate", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "examples.acrobot.spong_sim.main", + "name": "main", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "examples.acrobot.test.acrobot_io_test": [ + { + "id": "examples.acrobot.test.acrobot_io_test.TestIo.setUp", + "name": "setUp", + "lineno": 15, + "scope": "TestIo", + "is_async": false + }, + { + "id": "examples.acrobot.test.acrobot_io_test.TestIo.test_load_scenario", + "name": "test_load_scenario", + "lineno": 28, + "scope": "TestIo", + "is_async": false + }, + { + "id": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario", + "name": "test_save_scenario", + "lineno": 40, + "scope": "TestIo", + "is_async": false + }, + { + "id": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario_numpy", + "name": "test_save_scenario_numpy", + "lineno": 45, + "scope": "TestIo", + "is_async": false + }, + { + "id": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario_stochastic", + "name": "test_save_scenario_stochastic", + "lineno": 55, + "scope": "TestIo", + "is_async": false + }, + { + "id": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_output_and_load_output", + "name": "test_save_output_and_load_output", + "lineno": 78, + "scope": "TestIo", + "is_async": false + } + ], + "examples.acrobot.test.metrics_test": [ + { + "id": "examples.acrobot.test.metrics_test.TestMetrics.setUp", + "name": "setUp", + "lineno": 15, + "scope": "TestMetrics", + "is_async": false + }, + { + "id": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "name": "test_deviation_from_upright_equilibrium", + "lineno": 31, + "scope": "TestMetrics", + "is_async": false + }, + { + "id": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "name": "test_final_state_cost", + "lineno": 74, + "scope": "TestMetrics", + "is_async": false + }, + { + "id": "examples.acrobot.test.metrics_test.TestMetrics.test_is_success", + "name": "test_is_success", + "lineno": 85, + "scope": "TestMetrics", + "is_async": false + }, + { + "id": "examples.acrobot.test.metrics_test.TestMetrics.test_success_rate", + "name": "test_success_rate", + "lineno": 93, + "scope": "TestMetrics", + "is_async": false + } + ], + "examples.acrobot.test.spong_sim_lib_py_test": [ + { + "id": "examples.acrobot.test.spong_sim_lib_py_test.TestSpongControlledAcrobot.test_simulate", + "name": "test_simulate", + "lineno": 7, + "scope": "TestSpongControlledAcrobot", + "is_async": false + } + ], + "examples.acrobot.test.spong_sim_main_test": [ + { + "id": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.setUp", + "name": "setUp", + "lineno": 13, + "scope": "TestRunSpongControlledAcrobot", + "is_async": false + }, + { + "id": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_help", + "name": "test_help", + "lineno": 20, + "scope": "TestRunSpongControlledAcrobot", + "is_async": false + }, + { + "id": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_example_scenario", + "name": "test_example_scenario", + "lineno": 31, + "scope": "TestRunSpongControlledAcrobot", + "is_async": false + }, + { + "id": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "name": "test_stochastic_scenario", + "lineno": 42, + "scope": "TestRunSpongControlledAcrobot", + "is_async": false + } + ], + "examples.allegro_hand.joint_control.test.run_twisting_mug_test": [ + { + "id": "examples.allegro_hand.joint_control.test.run_twisting_mug_test._unique_lcm_url", + "name": "_unique_lcm_url", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug._find_resource", + "name": "_find_resource", + "lineno": 24, + "scope": "TestRunTwistingMug", + "is_async": false + }, + { + "id": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug.setUp", + "name": "setUp", + "lineno": 32, + "scope": "TestRunTwistingMug", + "is_async": false + }, + { + "id": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug.test_only_sim", + "name": "test_only_sim", + "lineno": 43, + "scope": "TestRunTwistingMug", + "is_async": false + }, + { + "id": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug.test_sim_and_control", + "name": "test_sim_and_control", + "lineno": 56, + "scope": "TestRunTwistingMug", + "is_async": false + } + ], + "examples.hardware_sim.hardware_sim": [ + { + "id": "examples.hardware_sim.hardware_sim._load_scenario", + "name": "_load_scenario", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "examples.hardware_sim.hardware_sim.run", + "name": "run", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "examples.hardware_sim.hardware_sim.main", + "name": "main", + "lineno": 204, + "scope": null, + "is_async": false + } + ], + "examples.hardware_sim.robot_commander": [ + { + "id": "examples.hardware_sim.robot_commander.main", + "name": "main", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "examples.hardware_sim.test.hardware_sim_cc_test": [ + { + "id": "examples.hardware_sim.test.hardware_sim_cc_test.HardwareSimCcTest.__init__", + "name": "__init__", + "lineno": 12, + "scope": "HardwareSimCcTest", + "is_async": false + } + ], + "examples.hardware_sim.test.hardware_sim_py_test": [ + { + "id": "examples.hardware_sim.test.hardware_sim_py_test.HardwareSimPyTest.__init__", + "name": "__init__", + "lineno": 12, + "scope": "HardwareSimPyTest", + "is_async": false + } + ], + "examples.hardware_sim.test.hardware_sim_test_common": [ + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._find_resource", + "name": "_find_resource", + "lineno": 22, + "scope": "HardwareSimTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.setUp", + "name": "setUp", + "lineno": 29, + "scope": "HardwareSimTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._dict_to_single_line_yaml", + "name": "_dict_to_single_line_yaml", + "lineno": 48, + "scope": "HardwareSimTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._run", + "name": "_run", + "lineno": 55, + "scope": "HardwareSimTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.test_Defaults", + "name": "test_Defaults", + "lineno": 76, + "scope": "HardwareSimTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.test_OneOfEverything", + "name": "test_OneOfEverything", + "lineno": 80, + "scope": "HardwareSimTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.test_Demo", + "name": "test_Demo", + "lineno": 84, + "scope": "HardwareSimTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.test_graphviz", + "name": "test_graphviz", + "lineno": 88, + "scope": "HardwareSimTest", + "is_async": false + } + ], + "examples.hardware_sim.test.robot_commander_test": [ + { + "id": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.setUp", + "name": "setUp", + "lineno": 11, + "scope": "RobotCommanderTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "name": "test_scenario_parameters", + "lineno": 17, + "scope": "RobotCommanderTest", + "is_async": false + }, + { + "id": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_smoke", + "name": "test_smoke", + "lineno": 41, + "scope": "RobotCommanderTest", + "is_async": false + } + ], + "examples.hydroelastic.python_ball_paddle.contact_sim_demo": [ + { + "id": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "name": "make_ball_paddle", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.simulate_diagram", + "name": "simulate_diagram", + "lineno": 71, + "scope": null, + "is_async": false + } + ], + "examples.hydroelastic.python_nonconvex_mesh.drop_pepper": [ + { + "id": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.make_pepper_bowl_table", + "name": "make_pepper_bowl_table", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.simulate_diagram", + "name": "simulate_diagram", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "examples.multibody.strandbeest.test.run_with_motor_test": [ + { + "id": "examples.multibody.strandbeest.test.run_with_motor_test.TestRunWithMotor.test_run_with_motor", + "name": "test_run_with_motor", + "lineno": 6, + "scope": "TestRunWithMotor", + "is_async": false + } + ], + "examples.van_der_pol.plot_limit_cycle": [], + "geometry.proximity.test.refine_mesh_test": [ + { + "id": "geometry.proximity.test.refine_mesh_test.TestRefineMesh.assert_files_different", + "name": "assert_files_different", + "lineno": 10, + "scope": "TestRefineMesh", + "is_async": false + }, + { + "id": "geometry.proximity.test.refine_mesh_test.TestRefineMesh.test_refinement", + "name": "test_refinement", + "lineno": 14, + "scope": "TestRefineMesh", + "is_async": false + } + ], + "geometry.render_gltf_client.test.acceptance_test": [ + { + "id": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary.setUp", + "name": "setUp", + "lineno": 43, + "scope": "TestGltfRenderBinary", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary._check_call", + "name": "_check_call", + "lineno": 47, + "scope": "TestGltfRenderBinary", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary.test_server_vtk_backend", + "name": "test_server_vtk_backend", + "lineno": 60, + "scope": "TestGltfRenderBinary", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary.test_server_demo", + "name": "test_server_demo", + "lineno": 118, + "scope": "TestGltfRenderBinary", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary.test_client_demo_client", + "name": "test_client_demo_client", + "lineno": 128, + "scope": "TestGltfRenderBinary", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary.test_client_demo_vtk", + "name": "test_client_demo_vtk", + "lineno": 142, + "scope": "TestGltfRenderBinary", + "is_async": false + } + ], + "geometry.render_gltf_client.test.file_size_test": [ + { + "id": "geometry.render_gltf_client.test.file_size_test.TestFileSize.setUp", + "name": "setUp", + "lineno": 16, + "scope": "TestFileSize", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.file_size_test.TestFileSize.test_gltf_file_size", + "name": "test_gltf_file_size", + "lineno": 22, + "scope": "TestFileSize", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.file_size_test.TestFileSize.test_image_file_size", + "name": "test_image_file_size", + "lineno": 28, + "scope": "TestFileSize", + "is_async": false + } + ], + "geometry.render_gltf_client.test.integration_test": [ + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration.setUp", + "name": "setUp", + "lineno": 42, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration.tearDown", + "name": "tearDown", + "lineno": 76, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration.run_render_client", + "name": "run_render_client", + "lineno": 79, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration.get_demo_image_paths", + "name": "get_demo_image_paths", + "lineno": 110, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration.get_gltf_path_pairs", + "name": "get_gltf_path_pairs", + "lineno": 127, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration.assert_error_fraction_less", + "name": "assert_error_fraction_less", + "lineno": 141, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration._traverse_and_mutate", + "name": "_traverse_and_mutate", + "lineno": 165, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration._normalize_for_compare", + "name": "_normalize_for_compare", + "lineno": 198, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration._check_one_gltf", + "name": "_check_one_gltf", + "lineno": 218, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration._save_to_outputs", + "name": "_save_to_outputs", + "lineno": 229, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "name": "test_integration", + "lineno": 241, + "scope": "TestIntegration", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_gltf_conversion", + "name": "test_gltf_conversion", + "lineno": 301, + "scope": "TestIntegration", + "is_async": false + } + ], + "geometry.render_gltf_client.test.server_demo": [ + { + "id": "geometry.render_gltf_client.test.server_demo.compute_hash", + "name": "compute_hash", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.delete_server_cache", + "name": "delete_server_cache", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "name": "__init__", + "lineno": 95, + "scope": "RenderError", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.RenderError.flask_json_code_response", + "name": "flask_json_code_response", + "lineno": 104, + "scope": "RenderError", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "name": "__init__", + "lineno": 171, + "scope": "RenderRequest", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.RenderRequest.get_field", + "name": "get_field", + "lineno": 249, + "scope": "RenderRequest", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.RenderRequest._check_form_entries", + "name": "_check_form_entries", + "lineno": 254, + "scope": "RenderRequest", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_numeric", + "name": "_parse_numeric", + "lineno": 268, + "scope": "RenderRequest", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_scene", + "name": "_parse_scene", + "lineno": 296, + "scope": "RenderRequest", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.render_callback", + "name": "render_callback", + "lineno": 350, + "scope": null, + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.root", + "name": "root", + "lineno": 451, + "scope": null, + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "name": "render_endpoint", + "lineno": 493, + "scope": null, + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.render_endpoint.html_input_type", + "name": "html_input_type", + "lineno": 586, + "scope": "render_endpoint", + "is_async": false + }, + { + "id": "geometry.render_gltf_client.test.server_demo.main", + "name": "main", + "lineno": 610, + "scope": null, + "is_async": false + } + ], + "geometry.test.meshcat_websocket_client": [ + { + "id": "geometry.test.meshcat_websocket_client.print_recursive_comparison", + "name": "print_recursive_comparison", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "geometry.test.meshcat_websocket_client.socket_operations_async", + "name": "socket_operations_async", + "lineno": 57, + "scope": null, + "is_async": true + }, + { + "id": "geometry.test.meshcat_websocket_client.main", + "name": "main", + "lineno": 80, + "scope": null, + "is_async": false + } + ], + "lcm.test.initialization_sequence_test": [ + { + "id": "lcm.test.initialization_sequence_test.InitializationSequenceTest.setUp", + "name": "setUp", + "lineno": 25, + "scope": "InitializationSequenceTest", + "is_async": false + }, + { + "id": "lcm.test.initialization_sequence_test.InitializationSequenceTest.test_worker_threads", + "name": "test_worker_threads", + "lineno": 36, + "scope": "InitializationSequenceTest", + "is_async": false + } + ], + "lcmtypes.test.nested_types_test": [], + "multibody.parsing.package_downloader": [ + { + "id": "multibody.parsing.package_downloader._fail", + "name": "_fail", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "multibody.parsing.package_downloader._run", + "name": "_run", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "multibody.parsing.package_downloader._wrapped_main", + "name": "_wrapped_main", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "multibody.parsing.package_downloader._main", + "name": "_main", + "lineno": 188, + "scope": null, + "is_async": false + } + ], + "multibody.parsing.test.package_downloader_stress_test": [ + { + "id": "multibody.parsing.test.package_downloader_stress_test.StressTestDownloader.test_many_threads", + "name": "test_many_threads", + "lineno": 18, + "scope": "StressTestDownloader", + "is_async": false + } + ], + "multibody.parsing.test.package_downloader_test": [ + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.setUp", + "name": "setUp", + "lineno": 19, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.tearDown", + "name": "tearDown", + "lineno": 30, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.urlopen", + "name": "urlopen", + "lineno": 33, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader._checksum", + "name": "_checksum", + "lineno": 44, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader._create_sample_zip", + "name": "_create_sample_zip", + "lineno": 50, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "name": "_call_main", + "lineno": 58, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.test_vanilla", + "name": "test_vanilla", + "lineno": 92, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.test_checksum_failure", + "name": "test_checksum_failure", + "lineno": 117, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.test_archive_type_failure", + "name": "test_archive_type_failure", + "lineno": 134, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix", + "name": "test_strip_prefix", + "lineno": 155, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix_failure", + "name": "test_strip_prefix_failure", + "lineno": 176, + "scope": "TestDownloader", + "is_async": false + }, + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader.test_all_urls_failed", + "name": "test_all_urls_failed", + "lineno": 202, + "scope": "TestDownloader", + "is_async": false + } + ], + "multibody.plant.images.ideal_stiction": [ + { + "id": "multibody.plant.images.ideal_stiction.main", + "name": "main", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "multibody.plant.images.stiction": [ + { + "id": "multibody.plant.images.stiction.step5", + "name": "step5", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "multibody.plant.images.stiction.stribeck", + "name": "stribeck", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "multibody.plant.images.stiction.main", + "name": "main", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "multibody.plant.images.test.scripts_test": [ + { + "id": "multibody.plant.images.test.scripts_test.ScriptsTest.test_ideal_stiction", + "name": "test_ideal_stiction", + "lineno": 8, + "scope": "ScriptsTest", + "is_async": false + }, + { + "id": "multibody.plant.images.test.scripts_test.ScriptsTest.test_stiction", + "name": "test_stiction", + "lineno": 17, + "scope": "ScriptsTest", + "is_async": false + } + ], + "setup.install_prereqs": [ + { + "id": "setup.install_prereqs._error", + "name": "_error", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "setup.install_prereqs._workspace_dir", + "name": "_workspace_dir", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "setup.install_prereqs._is_ubuntu", + "name": "_is_ubuntu", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "setup.install_prereqs._run", + "name": "_run", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "setup.install_prereqs._setup_user_environment", + "name": "_setup_user_environment", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "setup.install_prereqs._prefetch_bazel", + "name": "_prefetch_bazel", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "setup.install_prereqs._fix_rules_cc_local_config", + "name": "_fix_rules_cc_local_config", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "setup.install_prereqs.main", + "name": "main", + "lineno": 169, + "scope": null, + "is_async": false + } + ], + "setup.test.install_prereqs_test": [ + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor.__init__", + "name": "__init__", + "lineno": 16, + "scope": "InstallPrereqsActor", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor._set_up_source", + "name": "_set_up_source", + "lineno": 93, + "scope": "InstallPrereqsActor", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor.source", + "name": "source", + "lineno": 123, + "scope": "InstallPrereqsActor", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor.add_to_path", + "name": "add_to_path", + "lineno": 127, + "scope": "InstallPrereqsActor", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor.remove_from_path", + "name": "remove_from_path", + "lineno": 130, + "scope": "InstallPrereqsActor", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor.start", + "name": "start", + "lineno": 133, + "scope": "InstallPrereqsActor", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor.finish", + "name": "finish", + "lineno": 155, + "scope": "InstallPrereqsActor", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor.expect_call", + "name": "expect_call", + "lineno": 172, + "scope": "InstallPrereqsActor", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsTest.setUp", + "name": "setUp", + "lineno": 213, + "scope": "InstallPrereqsTest", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsTest.test_help", + "name": "test_help", + "lineno": 217, + "scope": "InstallPrereqsTest", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "name": "test_user_environment_only", + "lineno": 223, + "scope": "InstallPrereqsTest", + "is_async": false + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "name": "test_developer", + "lineno": 232, + "scope": "InstallPrereqsTest", + "is_async": false + } + ], + "solvers.test.gurobi_solver_license_retention_test": [ + { + "id": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention._subprocess_license_use_count", + "name": "_subprocess_license_use_count", + "lineno": 9, + "scope": "TestGurobiSolverLicenseRetention", + "is_async": false + }, + { + "id": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention.test_local_license", + "name": "test_local_license", + "lineno": 30, + "scope": "TestGurobiSolverLicenseRetention", + "is_async": false + }, + { + "id": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention.test_nonlocal_license", + "name": "test_nonlocal_license", + "lineno": 38, + "scope": "TestGurobiSolverLicenseRetention", + "is_async": false + } + ], + "systems.analysis.test.simulator_gflags_test": [ + { + "id": "systems.analysis.test.simulator_gflags_test.TestSimulatorGflags.setUp", + "name": "setUp", + "lineno": 8, + "scope": "TestSimulatorGflags", + "is_async": false + }, + { + "id": "systems.analysis.test.simulator_gflags_test.TestSimulatorGflags.test", + "name": "test", + "lineno": 14, + "scope": "TestSimulatorGflags", + "is_async": false + } + ], + "third_party.com_github_bazelbuild_bazelisk.bazelisk": [ + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_dotfiles_dict", + "name": "get_dotfiles_dict", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_env_or_config", + "name": "get_env_or_config", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.decide_which_bazel_version_to_use", + "name": "decide_which_bazel_version_to_use", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.find_workspace_root", + "name": "find_workspace_root", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.resolve_version_label_to_number_or_commit", + "name": "resolve_version_label_to_number_or_commit", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_last_green_commit", + "name": "get_last_green_commit", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_releases_json", + "name": "get_releases_json", + "lineno": 189, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.read_remote_text_file", + "name": "read_remote_text_file", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_version_history", + "name": "get_version_history", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.resolve_latest_version", + "name": "resolve_latest_version", + "lineno": 234, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_operating_system", + "name": "get_operating_system", + "lineno": 246, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_executable_filename_suffix", + "name": "determine_executable_filename_suffix", + "lineno": 256, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_bazel_filename", + "name": "determine_bazel_filename", + "lineno": 261, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_supported_machine_archs", + "name": "get_supported_machine_archs", + "lineno": 279, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.normalized_machine_arch_name", + "name": "normalized_machine_arch_name", + "lineno": 304, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_url", + "name": "determine_url", + "lineno": 313, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.trim_suffix", + "name": "trim_suffix", + "lineno": 335, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "name": "download_bazel_into_directory", + "lineno": 342, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download", + "name": "download", + "lineno": 389, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazelisk_directory", + "name": "get_bazelisk_directory", + "lineno": 406, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.maybe_makedirs", + "name": "maybe_makedirs", + "lineno": 437, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.delegate_tools_bazel", + "name": "delegate_tools_bazel", + "lineno": 448, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.prepend_directory_to_path", + "name": "prepend_directory_to_path", + "lineno": 467, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.make_bazel_cmd", + "name": "make_bazel_cmd", + "lineno": 477, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.execute_bazel", + "name": "execute_bazel", + "lineno": 494, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazel_path", + "name": "get_bazel_path", + "lineno": 508, + "scope": null, + "is_async": false + }, + { + "id": "third_party.com_github_bazelbuild_bazelisk.bazelisk.main", + "name": "main", + "lineno": 522, + "scope": null, + "is_async": false + } + ], + "tools.model_visualizer_private": [], + "tools": [], + "tools.clion.test.bazel_wrapper_test": [ + { + "id": "tools.clion.test.bazel_wrapper_test.ExecDetail.__init__", + "name": "__init__", + "lineno": 15, + "scope": "ExecDetail", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.setUp", + "name": "setUp", + "lineno": 26, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.tearDown", + "name": "tearDown", + "lineno": 45, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._execvp", + "name": "_execvp", + "lineno": 51, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._write_stderr", + "name": "_write_stderr", + "lineno": 55, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._popen", + "name": "_popen", + "lineno": 59, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._bazel_terminate", + "name": "_bazel_terminate", + "lineno": 63, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._bazel_wait", + "name": "_bazel_wait", + "lineno": 67, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._do_main", + "name": "_do_main", + "lineno": 71, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_workspace", + "name": "test_no_workspace", + "lineno": 79, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_different_workspace", + "name": "test_different_workspace", + "lineno": 92, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_rewriting", + "name": "test_no_rewriting", + "lineno": 106, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_subprocess", + "name": "test_subprocess", + "lineno": 122, + "scope": "TestBazelWrapper", + "is_async": false + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_rewriting", + "name": "test_rewriting", + "lineno": 136, + "scope": "TestBazelWrapper", + "is_async": false + } + ], + "tools.install.installer": [ + { + "id": "tools.install.installer._is_relative_link", + "name": "_is_relative_link", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.installer._needs_install", + "name": "_needs_install", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.installer._patchelf_path", + "name": "_patchelf_path", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.installer.Installer.__init__", + "name": "__init__", + "lineno": 82, + "scope": "Installer", + "is_async": false + }, + { + "id": "tools.install.installer.Installer.copy_or_link", + "name": "copy_or_link", + "lineno": 107, + "scope": "Installer", + "is_async": false + }, + { + "id": "tools.install.installer.Installer.install", + "name": "install", + "lineno": 123, + "scope": "Installer", + "is_async": false + }, + { + "id": "tools.install.installer.Installer.fix_rpaths_and_strip", + "name": "fix_rpaths_and_strip", + "lineno": 170, + "scope": "Installer", + "is_async": false + }, + { + "id": "tools.install.installer.Installer._macos_fix_rpaths", + "name": "_macos_fix_rpaths", + "lineno": 207, + "scope": "Installer", + "is_async": false + }, + { + "id": "tools.install.installer.Installer._is_non_local_library", + "name": "_is_non_local_library", + "lineno": 245, + "scope": "Installer", + "is_async": false + }, + { + "id": "tools.install.installer.Installer._linux_fix_rpaths", + "name": "_linux_fix_rpaths", + "lineno": 248, + "scope": "Installer", + "is_async": false + }, + { + "id": "tools.install.installer.Installer.create_java_launcher", + "name": "create_java_launcher", + "lineno": 331, + "scope": "Installer", + "is_async": false + }, + { + "id": "tools.install.installer.main", + "name": "main", + "lineno": 387, + "scope": null, + "is_async": false + } + ], + "tools.install.install_test": [ + { + "id": "tools.install.install_test.InstallTest.setUpClass", + "name": "setUpClass", + "lineno": 14, + "scope": "InstallTest", + "is_async": false + }, + { + "id": "tools.install.install_test.InstallTest.test_basic_paths", + "name": "test_basic_paths", + "lineno": 23, + "scope": "InstallTest", + "is_async": false + }, + { + "id": "tools.install.install_test.InstallTest._run_one_command", + "name": "_run_one_command", + "lineno": 28, + "scope": "InstallTest", + "is_async": false + }, + { + "id": "tools.install.install_test._convert_test_command_to_test_case_name", + "name": "_convert_test_command_to_test_case_name", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test.main", + "name": "main", + "lineno": 60, + "scope": null, + "is_async": false + } + ], + "tools.install.install_test_helper": [ + { + "id": "tools.install.install_test_helper._make_read_only", + "name": "_make_read_only", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test_helper.install", + "name": "install", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test_helper.get_install_dir", + "name": "get_install_dir", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test_helper.create_temporary_dir", + "name": "create_temporary_dir", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test_helper.get_python_executable", + "name": "get_python_executable", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test_helper.run_and_kill", + "name": "run_and_kill", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test_helper.check_call", + "name": "check_call", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test_helper.check_output", + "name": "check_output", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.install_test_helper.get_python_site_packages_dir", + "name": "get_python_site_packages_dir", + "lineno": 142, + "scope": null, + "is_async": false + } + ], + "tools.install.otool": [ + { + "id": "tools.install.otool._join", + "name": "_join", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.otool._split_load_command", + "name": "_split_load_command", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.otool.load_commands", + "name": "load_commands", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.otool.linked_libraries", + "name": "linked_libraries", + "lineno": 117, + "scope": null, + "is_async": false + } + ], + "tools.install": [], + "tools.install.dummy.dummy": [ + { + "id": "tools.install.dummy.dummy.dummy_func", + "name": "dummy_func", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tools.install.libdrake.build_components_refresh": [ + { + "id": "tools.install.libdrake.build_components_refresh._label_sort_key", + "name": "_label_sort_key", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.build_components_refresh._is_full_package_library", + "name": "_is_full_package_library", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.build_components_refresh._bazel_query", + "name": "_bazel_query", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.build_components_refresh._find_libdrake_components", + "name": "_find_libdrake_components", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.build_components_refresh.main", + "name": "main", + "lineno": 81, + "scope": null, + "is_async": false + } + ], + "tools.install.libdrake.parse_version": [ + { + "id": "tools.install.libdrake.parse_version._check_version", + "name": "_check_version", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.parse_version._parse_stamp", + "name": "_parse_stamp", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.parse_version._write_version_info", + "name": "_write_version_info", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.parse_version.main", + "name": "main", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "tools.install.libdrake.test.drake_python_dir_install_test": [ + { + "id": "tools.install.libdrake.test.drake_python_dir_install_test.DrakePythonDirInstallTest.test_drake_python_dir", + "name": "test_drake_python_dir", + "lineno": 11, + "scope": "DrakePythonDirInstallTest", + "is_async": false + } + ], + "tools.install.libdrake.test.exported_symbols_test": [ + { + "id": "tools.install.libdrake.test.exported_symbols_test._is_known_bad_ctor_or_dtor", + "name": "_is_known_bad_ctor_or_dtor", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.setUp", + "name": "setUp", + "lineno": 117, + "scope": "ExportedSymbolsTest", + "is_async": false + }, + { + "id": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "name": "test_exported_symbols_and_global_constructors", + "lineno": 120, + "scope": "ExportedSymbolsTest", + "is_async": false + }, + { + "id": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._repair_readelf_output", + "name": "_repair_readelf_output", + "lineno": 209, + "scope": "ExportedSymbolsTest", + "is_async": false + }, + { + "id": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._is_symbol_ok", + "name": "_is_symbol_ok", + "lineno": 230, + "scope": "ExportedSymbolsTest", + "is_async": false + }, + { + "id": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._demangle", + "name": "_demangle", + "lineno": 253, + "scope": "ExportedSymbolsTest", + "is_async": false + }, + { + "id": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._global_ctors_dtors", + "name": "_global_ctors_dtors", + "lineno": 260, + "scope": "ExportedSymbolsTest", + "is_async": false + }, + { + "id": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._ctor_dtor_calls", + "name": "_ctor_dtor_calls", + "lineno": 323, + "scope": "ExportedSymbolsTest", + "is_async": false + } + ], + "tools.install.libdrake.test.find_package_drake_install_test": [ + { + "id": "tools.install.libdrake.test.find_package_drake_install_test.FindPackageDrakeInstallTest.test_find_package_drake", + "name": "test_find_package_drake", + "lineno": 10, + "scope": "FindPackageDrakeInstallTest", + "is_async": false + } + ], + "tools.install.libdrake.test.header_dependency_test": [ + { + "id": "tools.install.libdrake.test.header_dependency_test.HeaderDependencyTest.setUp", + "name": "setUp", + "lineno": 7, + "scope": "HeaderDependencyTest", + "is_async": false + }, + { + "id": "tools.install.libdrake.test.header_dependency_test.HeaderDependencyTest._is_valid_line", + "name": "_is_valid_line", + "lineno": 35, + "scope": "HeaderDependencyTest", + "is_async": false + }, + { + "id": "tools.install.libdrake.test.header_dependency_test.HeaderDependencyTest.test_installed_drake_header_include_paths", + "name": "test_installed_drake_header_include_paths", + "lineno": 56, + "scope": "HeaderDependencyTest", + "is_async": false + } + ], + "tools.install.libdrake.test.metadata_install_test": [ + { + "id": "tools.install.libdrake.test.metadata_install_test.MetadataTest.test_importlib_metadata", + "name": "test_importlib_metadata", + "lineno": 8, + "scope": "MetadataTest", + "is_async": false + } + ], + "tools.install.libdrake.test.rpath_install_test": [ + { + "id": "tools.install.libdrake.test.rpath_install_test.has_prefix", + "name": "has_prefix", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tools.install.libdrake.test.rpath_install_test.RpathTest.test_rpaths", + "name": "test_rpaths", + "lineno": 19, + "scope": "RpathTest", + "is_async": false + } + ], + "tools.install.libdrake.test.snopt_visibility_install_test": [ + { + "id": "tools.install.libdrake.test.snopt_visibility_install_test.SnoptVisibilityTest.test_visibility", + "name": "test_visibility", + "lineno": 10, + "scope": "SnoptVisibilityTest", + "is_async": false + } + ], + "tools.install.test.installer_test": [ + { + "id": "tools.install.test.installer_test.TestInstall.get_tmpdir", + "name": "get_tmpdir", + "lineno": 11, + "scope": "TestInstall", + "is_async": false + }, + { + "id": "tools.install.test.installer_test.TestInstall.get_install_dir", + "name": "get_install_dir", + "lineno": 17, + "scope": "TestInstall", + "is_async": false + }, + { + "id": "tools.install.test.installer_test.TestInstall.test_install_symlink", + "name": "test_install_symlink", + "lineno": 23, + "scope": "TestInstall", + "is_async": false + } + ], + "tools.install.test.install_meta_test": [ + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.get_install_dir", + "name": "get_install_dir", + "lineno": 18, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.get_python_site_packages_dir", + "name": "get_python_site_packages_dir", + "lineno": 29, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.listdir_recursive", + "name": "listdir_recursive", + "lineno": 33, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.dummy_install_import", + "name": "dummy_install_import", + "lineno": 41, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.dummy_install_binary", + "name": "dummy_install_binary", + "lineno": 53, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.do_test_nominal", + "name": "do_test_nominal", + "lineno": 62, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.do_test_strip_args", + "name": "do_test_strip_args", + "lineno": 76, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.test_nominal_by_import", + "name": "test_nominal_by_import", + "lineno": 92, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.test_nominal_by_binary", + "name": "test_nominal_by_binary", + "lineno": 95, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.test_strip_args_by_import", + "name": "test_strip_args_by_import", + "lineno": 98, + "scope": "TestInstallMeta", + "is_async": false + }, + { + "id": "tools.install.test.install_meta_test.TestInstallMeta.test_strip_args_by_binary", + "name": "test_strip_args_by_binary", + "lineno": 103, + "scope": "TestInstallMeta", + "is_async": false + } + ], + "tools.install.test.install_test_helper_test": [ + { + "id": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_get_install_dir", + "name": "test_get_install_dir", + "lineno": 8, + "scope": "TestInstallTestHelperTest", + "is_async": false + }, + { + "id": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_create_temporary_dir", + "name": "test_create_temporary_dir", + "lineno": 12, + "scope": "TestInstallTestHelperTest", + "is_async": false + }, + { + "id": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_get_python_executable", + "name": "test_get_python_executable", + "lineno": 18, + "scope": "TestInstallTestHelperTest", + "is_async": false + }, + { + "id": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_run_and_kill", + "name": "test_run_and_kill", + "lineno": 21, + "scope": "TestInstallTestHelperTest", + "is_async": false + }, + { + "id": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_check_call", + "name": "test_check_call", + "lineno": 29, + "scope": "TestInstallTestHelperTest", + "is_async": false + }, + { + "id": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_check_output", + "name": "test_check_output", + "lineno": 33, + "scope": "TestInstallTestHelperTest", + "is_async": false + }, + { + "id": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_read_only", + "name": "test_read_only", + "lineno": 38, + "scope": "TestInstallTestHelperTest", + "is_async": false + } + ], + "tools.jupyter.example_library": [ + { + "id": "tools.jupyter.example_library.my_func", + "name": "my_func", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tools.jupyter.jupyter_bazel": [ + { + "id": "tools.jupyter.jupyter_bazel._ExecutePreprocessorNoWidgets.preprocess_cell", + "name": "preprocess_cell", + "lineno": 26, + "scope": "_ExecutePreprocessorNoWidgets", + "is_async": false + }, + { + "id": "tools.jupyter.jupyter_bazel._jupyter_bazel_notebook_main", + "name": "_jupyter_bazel_notebook_main", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tools.jupyter.test.failing_notebook_test": [ + { + "id": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook.test_failing_notebook", + "name": "test_failing_notebook", + "lineno": 6, + "scope": "TestFailingNotebook", + "is_async": false + }, + { + "id": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook.test_failing_notebook_deprecation", + "name": "test_failing_notebook_deprecation", + "lineno": 19, + "scope": "TestFailingNotebook", + "is_async": false + } + ], + "tools.jupyter.test.jupyter_prereqs_test": [ + { + "id": "tools.jupyter.test.jupyter_prereqs_test.TestJupyterPrereqs.test_notebook", + "name": "test_notebook", + "lineno": 9, + "scope": "TestJupyterPrereqs", + "is_async": false + } + ], + "tools.kcov.kcoverage": [ + { + "id": "tools.kcov.kcoverage.parse_run_command", + "name": "parse_run_command", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tools.kcov.kcoverage.exec_with_kcov", + "name": "exec_with_kcov", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tools.kcov.kcoverage.main", + "name": "main", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "tools.lcm_gen": [ + { + "id": "tools.lcm_gen.UserType.__str__", + "name": "__str__", + "lineno": 86, + "scope": "UserType", + "is_async": false + }, + { + "id": "tools.lcm_gen.StructField.__str__", + "name": "__str__", + "lineno": 100, + "scope": "StructField", + "is_async": false + }, + { + "id": "tools.lcm_gen.StructConstant.__str__", + "name": "__str__", + "lineno": 116, + "scope": "StructConstant", + "is_async": false + }, + { + "id": "tools.lcm_gen.Struct.__str__", + "name": "__str__", + "lineno": 128, + "scope": "Struct", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser.parse", + "name": "parse", + "lineno": 146, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser.__init__", + "name": "__init__", + "lineno": 150, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._remove_c_comments", + "name": "_remove_c_comments", + "lineno": 169, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._remove_cpp_comments", + "name": "_remove_cpp_comments", + "lineno": 189, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._current_type", + "name": "_current_type", + "lineno": 193, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._current_value", + "name": "_current_value", + "lineno": 199, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._syntax_error_details", + "name": "_syntax_error_details", + "lineno": 203, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._expect", + "name": "_expect", + "lineno": 207, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._advance", + "name": "_advance", + "lineno": 227, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._consume", + "name": "_consume", + "lineno": 233, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._root", + "name": "_root", + "lineno": 243, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._package_decl", + "name": "_package_decl", + "lineno": 252, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._struct_decl", + "name": "_struct_decl", + "lineno": 259, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._const_statement", + "name": "_const_statement", + "lineno": 274, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._const_definition", + "name": "_const_definition", + "lineno": 295, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._field_statement", + "name": "_field_statement", + "lineno": 320, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.Parser._qualified_identifier", + "name": "_qualified_identifier", + "lineno": 339, + "scope": "Parser", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen.__init__", + "name": "__init__", + "lineno": 687, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen.generate", + "name": "generate", + "lineno": 699, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._replace", + "name": "_replace", + "lineno": 713, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_includes", + "name": "_fill_includes", + "lineno": 718, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_names", + "name": "_fill_names", + "lineno": 731, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._namespace_begin_end", + "name": "_namespace_begin_end", + "lineno": 738, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_member_constants", + "name": "_fill_member_constants", + "lineno": 748, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._full_typename", + "name": "_full_typename", + "lineno": 764, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_member_fields", + "name": "_fill_member_fields", + "lineno": 776, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._to_member_field_type", + "name": "_to_member_field_type", + "lineno": 788, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_encoded_size", + "name": "_fill_encoded_size", + "lineno": 798, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_one_encoded_size", + "name": "_fill_one_encoded_size", + "lineno": 811, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._known_encoded_size", + "name": "_known_encoded_size", + "lineno": 837, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_encode", + "name": "_fill_encode", + "lineno": 849, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_one_encode", + "name": "_fill_one_encode", + "lineno": 873, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_decode", + "name": "_fill_decode", + "lineno": 883, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_one_decode", + "name": "_fill_one_decode", + "lineno": 905, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_base_hash", + "name": "_fill_base_hash", + "lineno": 920, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.CppGen._fill_get_hash", + "name": "_fill_get_hash", + "lineno": 958, + "scope": "CppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.main", + "name": "main", + "lineno": 985, + "scope": null, + "is_async": false + } + ], + "tools.lcm_gen.test.lcm_gen_test": [ + { + "id": "tools.lcm_gen.test.lcm_gen_test.BaseTest._resource", + "name": "_resource", + "lineno": 18, + "scope": "BaseTest", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.BaseTest.setUp", + "name": "setUp", + "lineno": 22, + "scope": "BaseTest", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser._join_lines", + "name": "_join_lines", + "lineno": 43, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_remove_c_comments", + "name": "test_remove_c_comments", + "lineno": 46, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_remove_cpp_comments", + "name": "test_remove_cpp_comments", + "lineno": 73, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_parse_lima", + "name": "test_parse_lima", + "lineno": 97, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_parse_mike", + "name": "test_parse_mike", + "lineno": 130, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_parse_november", + "name": "test_parse_november", + "lineno": 160, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_type_str", + "name": "test_type_str", + "lineno": 174, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser._parse_str", + "name": "_parse_str", + "lineno": 184, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_missing_package_semi", + "name": "test_missing_package_semi", + "lineno": 192, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_multiline_const", + "name": "test_multiline_const", + "lineno": 196, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_bad_const_type", + "name": "test_bad_const_type", + "lineno": 203, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_bad_const_value", + "name": "test_bad_const_value", + "lineno": 209, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_missing_const_name", + "name": "test_missing_const_name", + "lineno": 213, + "scope": "TestParser", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_lima_text", + "name": "test_lima_text", + "lineno": 234, + "scope": "TestCppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_mike_text", + "name": "test_mike_text", + "lineno": 241, + "scope": "TestCppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_november_text", + "name": "test_november_text", + "lineno": 248, + "scope": "TestCppGen", + "is_async": false + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_no_package", + "name": "test_no_package", + "lineno": 255, + "scope": "TestCppGen", + "is_async": false + } + ], + "tools.lint.buildifier": [ + { + "id": "tools.lint.buildifier._make_buildifier_command", + "name": "_make_buildifier_command", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.buildifier._help", + "name": "_help", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.buildifier._find_buildifier_sources", + "name": "_find_buildifier_sources", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.buildifier._passes_check_mode", + "name": "_passes_check_mode", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.buildifier.main", + "name": "main", + "lineno": 83, + "scope": null, + "is_async": false + } + ], + "tools.lint.clang_format": [ + { + "id": "tools.lint.clang_format.get_clang_format_path", + "name": "get_clang_format_path", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.clang_format._main", + "name": "_main", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tools.lint.clang_format_lint": [ + { + "id": "tools.lint.clang_format_lint._is_cxx", + "name": "_is_cxx", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.clang_format_lint._check_clang_format_idempotence", + "name": "_check_clang_format_idempotence", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.clang_format_lint.main", + "name": "main", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tools.lint.drakelint": [ + { + "id": "tools.lint.drakelint._check_unguarded_openmp_uses", + "name": "_check_unguarded_openmp_uses", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_header_disallowed_includes", + "name": "_check_header_disallowed_includes", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_header_doxygen_file_spelling", + "name": "_check_header_doxygen_file_spelling", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_invalid_line_endings", + "name": "_check_invalid_line_endings", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_80_cols", + "name": "_check_80_cols", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_shebang", + "name": "_check_shebang", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_iostream", + "name": "_check_iostream", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_clang_format_toggles", + "name": "_check_clang_format_toggles", + "lineno": 228, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_experimental_namespace", + "name": "_check_experimental_namespace", + "lineno": 271, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint._check_experimental_isolation", + "name": "_check_experimental_isolation", + "lineno": 285, + "scope": null, + "is_async": false + }, + { + "id": "tools.lint.drakelint.main", + "name": "main", + "lineno": 315, + "scope": null, + "is_async": false + } + ], + "tools.lint.library_lint_reporter": [ + { + "id": "tools.lint.library_lint_reporter.main", + "name": "main", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tools.lint.util": [ + { + "id": "tools.lint.util.find_all_sources", + "name": "find_all_sources", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tools.lint": [], + "tools.lint.test.buildifier_test": [ + { + "id": "tools.lint.test.buildifier_test.BuildifierTest._make_build_testdata", + "name": "_make_build_testdata", + "lineno": 8, + "scope": "BuildifierTest", + "is_async": false + }, + { + "id": "tools.lint.test.buildifier_test.BuildifierTest._call_buildifier", + "name": "_call_buildifier", + "lineno": 19, + "scope": "BuildifierTest", + "is_async": false + }, + { + "id": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "name": "test_mode_check", + "lineno": 31, + "scope": "BuildifierTest", + "is_async": false + } + ], + "tools.lint.test.util_test": [ + { + "id": "tools.lint.test.util_test.UtilTest.test_find", + "name": "test_find", + "lineno": 8, + "scope": "UtilTest", + "is_async": false + } + ], + "tools.performance.benchmark_tool": [ + { + "id": "tools.performance.benchmark_tool.say", + "name": "say", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.sudo", + "name": "sudo", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.NoBoost.is_supported", + "name": "is_supported", + "lineno": 51, + "scope": "NoBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.NoBoost.get_boost", + "name": "get_boost", + "lineno": 54, + "scope": "NoBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.NoBoost.set_boost", + "name": "set_boost", + "lineno": 58, + "scope": "NoBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.IntelBoost.is_supported", + "name": "is_supported", + "lineno": 71, + "scope": "IntelBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.IntelBoost.get_boost", + "name": "get_boost", + "lineno": 74, + "scope": "IntelBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.IntelBoost.set_boost", + "name": "set_boost", + "lineno": 80, + "scope": "IntelBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.LinuxKernelBoost.is_supported", + "name": "is_supported", + "lineno": 92, + "scope": "LinuxKernelBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.LinuxKernelBoost.get_boost", + "name": "get_boost", + "lineno": 95, + "scope": "LinuxKernelBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.LinuxKernelBoost.set_boost", + "name": "set_boost", + "lineno": 100, + "scope": "LinuxKernelBoost", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings.__init__", + "name": "__init__", + "lineno": 108, + "scope": "CpuSpeedSettings", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings._ensure_cpupower_exists", + "name": "_ensure_cpupower_exists", + "lineno": 122, + "scope": "CpuSpeedSettings", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings.is_supported_cpu", + "name": "is_supported_cpu", + "lineno": 132, + "scope": "CpuSpeedSettings", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings.get_cpu_governor", + "name": "get_cpu_governor", + "lineno": 136, + "scope": "CpuSpeedSettings", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings.set_cpu_governor", + "name": "set_cpu_governor", + "lineno": 145, + "scope": "CpuSpeedSettings", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings.get_boost", + "name": "get_boost", + "lineno": 157, + "scope": "CpuSpeedSettings", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings.set_boost", + "name": "set_boost", + "lineno": 161, + "scope": "CpuSpeedSettings", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "name": "scope", + "lineno": 166, + "scope": "CpuSpeedSettings", + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.do_benchmark", + "name": "do_benchmark", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "tools.performance.benchmark_tool.main", + "name": "main", + "lineno": 223, + "scope": null, + "is_async": false + } + ], + "tools.release_engineering.download_release_candidate": [ + { + "id": "tools.release_engineering.download_release_candidate._run", + "name": "_run", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate._get_commit_from_version", + "name": "_get_commit_from_version", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate._download_with_sha", + "name": "_download_with_sha", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate._check_urls", + "name": "_check_urls", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate._download_binaries", + "name": "_download_binaries", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate._get_consistent_git_commit_sha", + "name": "_get_consistent_git_commit_sha", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate._check_deb_versions", + "name": "_check_deb_versions", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate._create_tar_gz", + "name": "_create_tar_gz", + "lineno": 217, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate._download_version", + "name": "_download_version", + "lineno": 255, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.download_release_candidate.main", + "name": "main", + "lineno": 293, + "scope": null, + "is_async": false + } + ], + "tools.release_engineering.mirror_to_s3": [ + { + "id": "tools.release_engineering.mirror_to_s3._State.__init__", + "name": "__init__", + "lineno": 33, + "scope": "_State", + "is_async": false + }, + { + "id": "tools.release_engineering.mirror_to_s3._State.get_artifacts", + "name": "get_artifacts", + "lineno": 39, + "scope": "_State", + "is_async": false + }, + { + "id": "tools.release_engineering.mirror_to_s3._State.push_artifact", + "name": "push_artifact", + "lineno": 45, + "scope": "_State", + "is_async": false + }, + { + "id": "tools.release_engineering.mirror_to_s3._push_s3", + "name": "_push_s3", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.mirror_to_s3.main", + "name": "main", + "lineno": 88, + "scope": null, + "is_async": false + } + ], + "tools.release_engineering.relnotes": [ + { + "id": "tools.release_engineering.relnotes._format_inline_pr_link", + "name": "_format_inline_pr_link", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.relnotes._format_ref_pr_link", + "name": "_format_ref_pr_link", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.relnotes._filename_to_primary_package", + "name": "_filename_to_primary_package", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.relnotes._format_commit", + "name": "_format_commit", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.relnotes._insert_into_section", + "name": "_insert_into_section", + "lineno": 204, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.relnotes._update", + "name": "_update", + "lineno": 228, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.relnotes._create", + "name": "_create", + "lineno": 359, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.relnotes.main", + "name": "main", + "lineno": 393, + "scope": null, + "is_async": false + } + ], + "tools.release_engineering.repack_deb": [ + { + "id": "tools.release_engineering.repack_deb._get_os_release", + "name": "_get_os_release", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.repack_deb._rlocation", + "name": "_rlocation", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.repack_deb._run", + "name": "_run", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tools.release_engineering.repack_deb.main", + "name": "main", + "lineno": 152, + "scope": null, + "is_async": false + } + ], + "tools.skylark.py_env_runner": [], + "tools.skylark.rewrite_osx_ar_hidden": [ + { + "id": "tools.skylark.rewrite_osx_ar_hidden._rewrite", + "name": "_rewrite", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tools.skylark.rewrite_osx_ar_hidden._main", + "name": "_main", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "tools.skylark.test.pathutils_test": [ + { + "id": "tools.skylark.test.pathutils_test.TestPathUtils.setUp", + "name": "setUp", + "lineno": 9, + "scope": "TestPathUtils", + "is_async": false + }, + { + "id": "tools.skylark.test.pathutils_test.TestPathUtils._remove_prefix", + "name": "_remove_prefix", + "lineno": 18, + "scope": "TestPathUtils", + "is_async": false + }, + { + "id": "tools.skylark.test.pathutils_test.TestPathUtils.test_remove_prefix", + "name": "test_remove_prefix", + "lineno": 23, + "scope": "TestPathUtils", + "is_async": false + } + ], + "tools.wheel": [], + "tools.wheel.image.setup": [ + { + "id": "tools.wheel.image.setup.find_data_files", + "name": "find_data_files", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.image.setup._actually_find_packages", + "name": "_actually_find_packages", + "lineno": 37, + "scope": null, + "is_async": false + } + ], + "tools.wheel.macos.change_lpath": [ + { + "id": "tools.wheel.macos.change_lpath._chlpath", + "name": "_chlpath", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.macos.change_lpath.main", + "name": "main", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tools.wheel.macos.strip_rpath": [ + { + "id": "tools.wheel.macos.strip_rpath._filter_rpaths", + "name": "_filter_rpaths", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.macos.strip_rpath._filter_rpaths._filter", + "name": "_filter", + "lineno": 17, + "scope": "_filter_rpaths", + "is_async": false + }, + { + "id": "tools.wheel.macos.strip_rpath._strip_rpaths", + "name": "_strip_rpaths", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.macos.strip_rpath.main", + "name": "main", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "tools.wheel.test.tests.libs-test": [ + { + "id": "tools.wheel.test.tests.libs-test.get_all_files_in_wheel", + "name": "get_all_files_in_wheel", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.test.tests.libs-test.is_good_file", + "name": "is_good_file", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.test.tests.libs-test.check_files", + "name": "check_files", + "lineno": 77, + "scope": null, + "is_async": false + } + ], + "tools.wheel.test.tests.meshcat-test": [], + "tools.wheel.test.tests.metadata_test": [], + "tools.wheel.test.tests.mosek-test": [], + "tools.wheel.test.tests.pyi-install-test": [ + { + "id": "tools.wheel.test.tests.pyi-install-test.assert_exists", + "name": "assert_exists", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "tools.wheel.test.tests.render-vtk": [], + "tools.wheel.test.tests.sanity-test": [], + "tools.wheel.test.tests.size-test": [], + "tools.wheel.wheel_builder.common": [ + { + "id": "tools.wheel.wheel_builder.common.gripe", + "name": "gripe", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.common.die", + "name": "die", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.common.wheel_name", + "name": "wheel_name", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.common._check_version", + "name": "_check_version", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.common.strip_tar_metadata", + "name": "strip_tar_metadata", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.common.create_snopt_tgz", + "name": "create_snopt_tgz", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.common.find_tests", + "name": "find_tests", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.common.do_main", + "name": "do_main", + "lineno": 178, + "scope": null, + "is_async": false + } + ], + "tools.wheel.wheel_builder.linux": [ + { + "id": "tools.wheel.wheel_builder.linux._docker", + "name": "_docker", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._cleanup", + "name": "_cleanup", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._git_sha", + "name": "_git_sha", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._git_root", + "name": "_git_root", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._add_to_tar", + "name": "_add_to_tar", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._create_source_tar", + "name": "_create_source_tar", + "lineno": 184, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._tagname", + "name": "_tagname", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._build_stage", + "name": "_build_stage", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._target_args", + "name": "_target_args", + "lineno": 246, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._build_image", + "name": "_build_image", + "lineno": 272, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux._test_wheel", + "name": "_test_wheel", + "lineno": 318, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux.build", + "name": "build", + "lineno": 383, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux.add_build_arguments", + "name": "add_build_arguments", + "lineno": 425, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux.add_selection_arguments", + "name": "add_selection_arguments", + "lineno": 443, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux.fixup_options", + "name": "fixup_options", + "lineno": 465, + "scope": null, + "is_async": false + } + ], + "tools.wheel.wheel_builder.linux_types": [ + { + "id": "tools.wheel.wheel_builder.linux_types.Target.__post_init__", + "name": "__post_init__", + "lineno": 35, + "scope": "Target", + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.linux_types.Target.platform", + "name": "platform", + "lineno": 42, + "scope": "Target", + "is_async": false + } + ], + "tools.wheel.wheel_builder.macos": [ + { + "id": "tools.wheel.wheel_builder.macos._find_wheel", + "name": "_find_wheel", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.macos._assert_isdir", + "name": "_assert_isdir", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.macos._test_wheel", + "name": "_test_wheel", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.macos.build", + "name": "build", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.macos.add_build_arguments", + "name": "add_build_arguments", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.macos.add_selection_arguments", + "name": "add_selection_arguments", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "tools.wheel.wheel_builder.macos.fixup_options", + "name": "fixup_options", + "lineno": 230, + "scope": null, + "is_async": false + } + ], + "tools.wheel.wheel_builder.macos_types": [ + { + "id": "tools.wheel.wheel_builder.macos_types.PythonTarget.__init__", + "name": "__init__", + "lineno": 20, + "scope": "PythonTarget", + "is_async": false + } + ], + "tools.wheel.wheel_builder.main": [], + "tools.workspace.bzlmod_sync_test": [ + { + "id": "tools.workspace.bzlmod_sync_test.TestBzlmodSync._read", + "name": "_read", + "lineno": 8, + "scope": "TestBzlmodSync", + "is_async": false + }, + { + "id": "tools.workspace.bzlmod_sync_test.TestBzlmodSync._parse_modules", + "name": "_parse_modules", + "lineno": 14, + "scope": "TestBzlmodSync", + "is_async": false + }, + { + "id": "tools.workspace.bzlmod_sync_test.TestBzlmodSync.test_version_sync", + "name": "test_version_sync", + "lineno": 38, + "scope": "TestBzlmodSync", + "is_async": false + } + ], + "tools.workspace.cmake_configure_file": [ + { + "id": "tools.workspace.cmake_configure_file._transform_substitions", + "name": "_transform_substitions", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.cmake_configure_file._transform_cmake", + "name": "_transform_cmake", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.cmake_configure_file._transform_autoconf", + "name": "_transform_autoconf", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.cmake_configure_file._extract_definition", + "name": "_extract_definition", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.cmake_configure_file._setup_definitions", + "name": "_setup_definitions", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.cmake_configure_file.main", + "name": "main", + "lineno": 195, + "scope": null, + "is_async": false + } + ], + "tools.workspace.metadata": [ + { + "id": "tools.workspace.metadata.read_repository_metadata", + "name": "read_repository_metadata", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tools.workspace.mirror_to_s3": [ + { + "id": "tools.workspace.mirror_to_s3.main", + "name": "main", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "tools.workspace.new_release": [ + { + "id": "tools.workspace.new_release._str_replace_forced", + "name": "_str_replace_forced", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._rewrite_file_contents", + "name": "_rewrite_file_contents", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._check_output", + "name": "_check_output", + "lineno": 146, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._get_default_username", + "name": "_get_default_username", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._smells_like_a_git_commit", + "name": "_smells_like_a_git_commit", + "lineno": 164, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._is_ignored_tag", + "name": "_is_ignored_tag", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._latest_tag", + "name": "_latest_tag", + "lineno": 191, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._handle_github", + "name": "_handle_github", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._check_for_upgrades", + "name": "_check_for_upgrades", + "lineno": 245, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._modified_paths", + "name": "_modified_paths", + "lineno": 275, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._is_unmodified", + "name": "_is_unmodified", + "lineno": 298, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._do_commit", + "name": "_do_commit", + "lineno": 316, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._download", + "name": "_download", + "lineno": 341, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._do_upgrade_github_archive", + "name": "_do_upgrade_github_archive", + "lineno": 357, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._do_upgrade_github_release_attachments", + "name": "_do_upgrade_github_release_attachments", + "lineno": 402, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._do_upgrade_scripted", + "name": "_do_upgrade_scripted", + "lineno": 438, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._do_upgrade", + "name": "_do_upgrade", + "lineno": 449, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release._do_upgrades", + "name": "_do_upgrades", + "lineno": 559, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.new_release.main", + "name": "main", + "lineno": 616, + "scope": null, + "is_async": false + } + ], + "tools.workspace.vendor_cxx": [ + { + "id": "tools.workspace.vendor_cxx._designate_wrapped_lines", + "name": "_designate_wrapped_lines", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx._rewrite_one_text", + "name": "_rewrite_one_text", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx._rewrite_one_file", + "name": "_rewrite_one_file", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx._split_pair", + "name": "_split_pair", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx._main", + "name": "_main", + "lineno": 220, + "scope": null, + "is_async": false + } + ], + "tools.workspace.vendor_cxx_test": [ + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx.setUp", + "name": "setUp", + "lineno": 7, + "scope": "TestVendorCxx", + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "name": "_check", + "lineno": 15, + "scope": "TestVendorCxx", + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_without_inline_namespace", + "name": "test_without_inline_namespace", + "lineno": 25, + "scope": "TestVendorCxx", + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_comments", + "name": "test_comments", + "lineno": 44, + "scope": "TestVendorCxx", + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_preprocessor", + "name": "test_preprocessor", + "lineno": 76, + "scope": "TestVendorCxx", + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_include_guard", + "name": "test_include_guard", + "lineno": 96, + "scope": "TestVendorCxx", + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_pragma_once", + "name": "test_pragma_once", + "lineno": 116, + "scope": "TestVendorCxx", + "is_async": false + }, + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_extern_c", + "name": "test_extern_c", + "lineno": 132, + "scope": "TestVendorCxx", + "is_async": false + } + ], + "tools.workspace": [], + "tools.workspace.bazelisk_internal.test.lint_test": [ + { + "id": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest._read", + "name": "_read", + "lineno": 23, + "scope": "BazeliskLintTest", + "is_async": false + }, + { + "id": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest.test_vendored_copy", + "name": "test_vendored_copy", + "lineno": 29, + "scope": "BazeliskLintTest", + "is_async": false + } + ], + "tools.workspace.clarabel_cpp_internal.gen_serialize": [ + { + "id": "tools.workspace.clarabel_cpp_internal.gen_serialize._settings_names", + "name": "_settings_names", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.clarabel_cpp_internal.gen_serialize._create_header_text", + "name": "_create_header_text", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.clarabel_cpp_internal.gen_serialize._main", + "name": "_main", + "lineno": 94, + "scope": null, + "is_async": false + } + ], + "tools.workspace.clarabel_cpp_internal.test.lint_test": [ + { + "id": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest._read", + "name": "_read", + "lineno": 6, + "scope": "ClarabelCppInternalLintTest", + "is_async": false + }, + { + "id": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest.test_serialize_header", + "name": "test_serialize_header", + "lineno": 11, + "scope": "ClarabelCppInternalLintTest", + "is_async": false + } + ], + "tools.workspace.drake_models.test.parse_test": [ + { + "id": "tools.workspace.drake_models.test.parse_test._runfiles_inventory", + "name": "_runfiles_inventory", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.drake_models.test.parse_test._models_inventory", + "name": "_models_inventory", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.drake_models.test.parse_test._get_all_test_cases", + "name": "_get_all_test_cases", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "name": "test_model", + "lineno": 100, + "scope": "TestDrakeModels", + "is_async": false + }, + { + "id": "tools.workspace.drake_models.test.parse_test.TestDrakeModels._parse", + "name": "_parse", + "lineno": 119, + "scope": "TestDrakeModels", + "is_async": false + } + ], + "tools.workspace.drake_models.test.tri_homecart_test": [ + { + "id": "tools.workspace.drake_models.test.tri_homecart_test.TestTriHomecart.test", + "name": "test", + "lineno": 7, + "scope": "TestTriHomecart", + "is_async": false + } + ], + "tools.workspace.ipopt_internal.test.lint_test": [ + { + "id": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._read", + "name": "_read", + "lineno": 8, + "scope": "IpoptLintTest", + "is_async": false + }, + { + "id": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_build", + "name": "_parse_build", + "lineno": 14, + "scope": "IpoptLintTest", + "is_async": false + }, + { + "id": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_make", + "name": "_parse_make", + "lineno": 41, + "scope": "IpoptLintTest", + "is_async": false + }, + { + "id": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_hdrs_public", + "name": "test_hdrs_public", + "lineno": 78, + "scope": "IpoptLintTest", + "is_async": false + }, + { + "id": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_srcs_initial", + "name": "test_srcs_initial", + "lineno": 84, + "scope": "IpoptLintTest", + "is_async": false + }, + { + "id": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_srcs_solver_int32", + "name": "test_srcs_solver_int32", + "lineno": 93, + "scope": "IpoptLintTest", + "is_async": false + } + ], + "tools.workspace.lapack_internal.sources_gen": [ + { + "id": "tools.workspace.lapack_internal.sources_gen._runfiles_manifest", + "name": "_runfiles_manifest", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.lapack_internal.sources_gen._slurp_file_from_runfiles", + "name": "_slurp_file_from_runfiles", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.lapack_internal.sources_gen._lapack_files", + "name": "_lapack_files", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.lapack_internal.sources_gen._get_makefile_lines", + "name": "_get_makefile_lines", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.lapack_internal.sources_gen._convert_makefile_value_to_sources", + "name": "_convert_makefile_value_to_sources", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.lapack_internal.sources_gen._get_vars", + "name": "_get_vars", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "name": "_generate_sources_bzl", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.lapack_internal.sources_gen._main", + "name": "_main", + "lineno": 144, + "scope": null, + "is_async": false + } + ], + "tools.workspace.libjpeg_turbo_internal.upgrade": [ + { + "id": "tools.workspace.libjpeg_turbo_internal.upgrade._main", + "name": "_main", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "tools.workspace.mkdoc_internal.libclang_setup": [ + { + "id": "tools.workspace.mkdoc_internal.libclang_setup.add_library_paths", + "name": "add_library_paths", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tools.workspace.mkdoc_internal.mkdoc": [ + { + "id": "tools.workspace.mkdoc_internal.mkdoc.Symbol.__init__", + "name": "__init__", + "lineno": 164, + "scope": "Symbol", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.Symbol.sorting_key", + "name": "sorting_key", + "lineno": 171, + "scope": "Symbol", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.eprint", + "name": "eprint", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.is_accepted_cursor", + "name": "is_accepted_cursor", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.sanitize_name", + "name": "sanitize_name", + "lineno": 203, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.extract_comment", + "name": "extract_comment", + "lineno": 217, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.get_name_chain", + "name": "get_name_chain", + "lineno": 287, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.SymbolTree.__init__", + "name": "__init__", + "lineno": 314, + "scope": "SymbolTree", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.SymbolTree.get_node", + "name": "get_node", + "lineno": 317, + "scope": "SymbolTree", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.SymbolTree.Node.__init__", + "name": "__init__", + "lineno": 330, + "scope": "SymbolTree.Node", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.SymbolTree.Node.get_child", + "name": "get_child", + "lineno": 340, + "scope": "SymbolTree.Node", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.extract", + "name": "extract", + "lineno": 344, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.extract.get_node", + "name": "get_node", + "lineno": 370, + "scope": "extract", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "name": "choose_doc_var_names", + "lineno": 392, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.is_unique", + "name": "is_unique", + "lineno": 411, + "scope": "choose_doc_var_names", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.specialize_well_known_doc_var_names", + "name": "specialize_well_known_doc_var_names", + "lineno": 416, + "scope": "choose_doc_var_names", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "name": "print_symbols", + "lineno": 571, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "name": "iprint", + "lineno": 582, + "scope": "print_symbols", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__init__", + "name": "__init__", + "lineno": 662, + "scope": "FileDict", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.FileDict._key", + "name": "_key", + "lineno": 665, + "scope": "FileDict", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.FileDict.get", + "name": "get", + "lineno": 668, + "scope": "FileDict", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__contains__", + "name": "__contains__", + "lineno": 671, + "scope": "FileDict", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__getitem__", + "name": "__getitem__", + "lineno": 674, + "scope": "FileDict", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__setitem__", + "name": "__setitem__", + "lineno": 678, + "scope": "FileDict", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.main", + "name": "main", + "lineno": 683, + "scope": null, + "is_async": false + } + ], + "tools.workspace.mkdoc_internal.mkdoc_comment": [ + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "name": "process_comment", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.remove_cpp_comment_syntax", + "name": "remove_cpp_comment_syntax", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.remove_html_comments", + "name": "remove_html_comments", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.markdown_to_restructuredtext", + "name": "markdown_to_restructuredtext", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "name": "replace_with_header", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header.repl", + "name": "repl", + "lineno": 164, + "scope": "replace_with_header", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_html_tags", + "name": "replace_html_tags", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_exceptions", + "name": "replace_exceptions", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.process_doxygen_commands", + "name": "process_doxygen_commands", + "lineno": 233, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc_comment.reflow", + "name": "reflow", + "lineno": 554, + "scope": null, + "is_async": false + } + ], + "tools.workspace.mkdoc_internal": [], + "tools.workspace.mkdoc_internal.test.mkdoc_comment_test": [ + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_process_comment_issue_12445", + "name": "test_process_comment_issue_12445", + "lineno": 10, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_markdown_to_restructuredtext", + "name": "test_markdown_to_restructuredtext", + "lineno": 20, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_replace_exceptions", + "name": "test_replace_exceptions", + "lineno": 72, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "name": "test_font", + "lineno": 95, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_parameter", + "name": "test_parameter", + "lineno": 109, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_template_parameter", + "name": "test_template_parameter", + "lineno": 149, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_returns", + "name": "test_returns", + "lineno": 162, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_bug", + "name": "test_bug", + "lineno": 176, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_attention", + "name": "test_attention", + "lineno": 188, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_deprecated", + "name": "test_deprecated", + "lineno": 200, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_invariant", + "name": "test_invariant", + "lineno": 212, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_note", + "name": "test_note", + "lineno": 224, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remark", + "name": "test_remark", + "lineno": 236, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_sa", + "name": "test_sa", + "lineno": 248, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_see", + "name": "test_see", + "lineno": 255, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_since", + "name": "test_since", + "lineno": 262, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_test", + "name": "test_test", + "lineno": 274, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_todo", + "name": "test_todo", + "lineno": 288, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_version", + "name": "test_version", + "lineno": 300, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_details", + "name": "test_details", + "lineno": 308, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_brief", + "name": "test_brief", + "lineno": 319, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_code_cpp", + "name": "test_code_cpp", + "lineno": 324, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_code_py", + "name": "test_code_py", + "lineno": 347, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_doxygen_system_tags", + "name": "test_doxygen_system_tags", + "lineno": 366, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_sections", + "name": "test_sections", + "lineno": 395, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_latex_commands", + "name": "test_latex_commands", + "lineno": 430, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_callgraph", + "name": "test_callgraph", + "lineno": 455, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_hide_initializer", + "name": "test_hide_initializer", + "lineno": 459, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_private", + "name": "test_private", + "lineno": 462, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_protected", + "name": "test_protected", + "lineno": 465, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_public", + "name": "test_public", + "lineno": 468, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_showinitializer", + "name": "test_showinitializer", + "lineno": 471, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_static", + "name": "test_static", + "lineno": 474, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_anchor", + "name": "test_anchor", + "lineno": 478, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_enum", + "name": "test_enum", + "lineno": 481, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_relatesalso", + "name": "test_remove_relatesalso", + "lineno": 484, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_relates", + "name": "test_remove_relates", + "lineno": 487, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_fn", + "name": "test_fn", + "lineno": 491, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_ingroup", + "name": "test_ingroup", + "lineno": 498, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_var_command", + "name": "test_remove_var_command", + "lineno": 502, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_class", + "name": "test_class", + "lineno": 514, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_struct", + "name": "test_struct", + "lineno": 526, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_cond", + "name": "test_cond", + "lineno": 542, + "scope": "TestDocstring", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_internal", + "name": "test_internal", + "lineno": 552, + "scope": "TestDocstring", + "is_async": false + } + ], + "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test": [ + { + "id": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test._read", + "name": "_read", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test.TestDocumentation.setUp", + "name": "setUp", + "lineno": 21, + "scope": "TestDocumentation", + "is_async": false + }, + { + "id": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test.TestDocumentation.test_regression", + "name": "test_regression", + "lineno": 24, + "scope": "TestDocumentation", + "is_async": false + } + ], + "tools.workspace.nlopt_internal.test.enum_test": [ + { + "id": "tools.workspace.nlopt_internal.test.enum_test.TestEnum.setUp", + "name": "setUp", + "lineno": 8, + "scope": "TestEnum", + "is_async": false + }, + { + "id": "tools.workspace.nlopt_internal.test.enum_test.TestEnum.test_enum_cross_check", + "name": "test_enum_cross_check", + "lineno": 11, + "scope": "TestEnum", + "is_async": false + } + ], + "tools.workspace.ros_xacro_internal.test.xacro_smoke_test": [ + { + "id": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test.XacroSmokeTest._diff_file", + "name": "_diff_file", + "lineno": 5, + "scope": "XacroSmokeTest", + "is_async": false + }, + { + "id": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test.XacroSmokeTest.test_samples", + "name": "test_samples", + "lineno": 15, + "scope": "XacroSmokeTest", + "is_async": false + } + ], + "tools.workspace.sdformat_internal.embed_sdf": [ + { + "id": "tools.workspace.sdformat_internal.embed_sdf._minified_xml", + "name": "_minified_xml", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test": [ + { + "id": "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test.StableBaselines3InternalTest.test_import", + "name": "test_import", + "lineno": 8, + "scope": "StableBaselines3InternalTest", + "is_async": false + } + ], + "tools.workspace.vtk_internal.data_to_header": [ + { + "id": "tools.workspace.vtk_internal.data_to_header._is_binary", + "name": "_is_binary", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vtk_internal.data_to_header._header", + "name": "_header", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vtk_internal.data_to_header._footer", + "name": "_footer", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vtk_internal.data_to_header._print_binary_as_hex", + "name": "_print_binary_as_hex", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vtk_internal.data_to_header._print_conversion", + "name": "_print_conversion", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tools.workspace.vtk_internal.data_to_header.main", + "name": "main", + "lineno": 70, + "scope": null, + "is_async": false + } + ], + "tutorials.test.notebook_lint_test": [ + { + "id": "tutorials.test.notebook_lint_test._check_preamble", + "name": "_check_preamble", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tutorials.test.notebook_lint_test._check_matplotlib", + "name": "_check_matplotlib", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tutorials.test.notebook_lint_test._check_katex", + "name": "_check_katex", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tutorials.test.notebook_lint_test._check_cell_outputs", + "name": "_check_cell_outputs", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tutorials.test.notebook_lint_test.main", + "name": "main", + "lineno": 89, + "scope": null, + "is_async": false + } + ] + }, + "class_graph": { + "bindings.generated_docstrings.test.diff_test": [], + "bindings.generated_docstrings.tools.regenerate": [], + "bindings.pydrake.all": [], + "bindings.pydrake.forwarddiff": [], + "bindings.pydrake.stubgen": [], + "bindings.pydrake.tutorials": [], + "bindings.pydrake._all_everything": [], + "bindings.pydrake._lcm_extra": [ + { + "id": "bindings.pydrake._lcm_extra.Subscriber", + "name": "Subscriber", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "bindings.pydrake._trajectories_extra": [], + "bindings.pydrake": [ + { + "id": "bindings.pydrake._DrakeImportWarning", + "name": "_DrakeImportWarning", + "lineno": 99, + "bases": [ + "Warning" + ], + "scope": null + } + ], + "bindings.pydrake.autodiffutils._autodiffutils_extra": [], + "bindings.pydrake.autodiffutils.test.autodiffutils_test": [ + { + "id": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd", + "name": "TestAutoDiffXd", + "lineno": 47, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.all": [], + "bindings.pydrake.common.compatibility": [ + { + "id": "bindings.pydrake.common.compatibility.Deferred", + "name": "Deferred", + "lineno": 19, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.common.containers": [ + { + "id": "bindings.pydrake.common.containers._EqualityProxyBase", + "name": "_EqualityProxyBase", + "lineno": 8, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.containers._DictKeyWrap", + "name": "_DictKeyWrap", + "lineno": 27, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.containers.EqualToDict", + "name": "EqualToDict", + "lineno": 71, + "bases": [ + "_DictKeyWrap" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.containers.EqualToDict.Proxy", + "name": "Proxy", + "lineno": 77, + "bases": [ + "_EqualityProxyBase" + ], + "scope": "EqualToDict" + }, + { + "id": "bindings.pydrake.common.containers.NamedViewBase", + "name": "NamedViewBase", + "lineno": 91, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.common.cpp_param": [ + { + "id": "bindings.pydrake.common.cpp_param._StrictMap", + "name": "_StrictMap", + "lineno": 15, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.cpp_param._ParamAliases", + "name": "_ParamAliases", + "lineno": 28, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.cpp_param._Generic", + "name": "_Generic", + "lineno": 130, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.common.cpp_template": [ + { + "id": "bindings.pydrake.common.cpp_template._Deprecation", + "name": "_Deprecation", + "lineno": 51, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase", + "name": "TemplateBase", + "lineno": 58, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateBase._Deferred", + "name": "_Deferred", + "lineno": 168, + "bases": [], + "scope": "TemplateBase" + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateClass", + "name": "TemplateClass", + "lineno": 389, + "bases": [ + "TemplateBase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateFunction", + "name": "TemplateFunction", + "lineno": 466, + "bases": [ + "TemplateBase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod", + "name": "TemplateMethod", + "lineno": 477, + "bases": [ + "TemplateBase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.cpp_template.TemplateMethod._Bound", + "name": "_Bound", + "lineno": 511, + "bases": [], + "scope": "TemplateMethod" + } + ], + "bindings.pydrake.common.deprecation": [ + { + "id": "bindings.pydrake.common.deprecation.ModuleShim", + "name": "ModuleShim", + "lineno": 37, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.deprecation.DrakeDeprecationWarning", + "name": "DrakeDeprecationWarning", + "lineno": 127, + "bases": [ + "DeprecationWarning" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.deprecation._DeprecatedDescriptor", + "name": "_DeprecatedDescriptor", + "lineno": 167, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.common.jupyter": [], + "bindings.pydrake.common.yaml": [ + { + "id": "bindings.pydrake.common.yaml._SchemaLoader", + "name": "_SchemaLoader", + "lineno": 17, + "bases": [ + "yaml.loader.SafeLoader" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.yaml._SchemaDumper", + "name": "_SchemaDumper", + "lineno": 117, + "bases": [ + "yaml.dumper.SafeDumper" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.yaml._SchemaDumper.ExplicitScalar", + "name": "ExplicitScalar", + "lineno": 122, + "bases": [ + "typing.NamedTuple" + ], + "scope": "_SchemaDumper" + }, + { + "id": "bindings.pydrake.common.yaml._DrakeFlowSchemaDumper", + "name": "_DrakeFlowSchemaDumper", + "lineno": 175, + "bases": [ + "_SchemaDumper" + ], + "scope": null + } + ], + "bindings.pydrake.common._common_extra": [ + { + "id": "bindings.pydrake.common._common_extra.spdlog_syncing_dict", + "name": "spdlog_syncing_dict", + "lineno": 69, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common._common_extra._MangledName", + "name": "_MangledName", + "lineno": 156, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.common._eigen_geometry_extra": [], + "bindings.pydrake.common._value_extra": [], + "bindings.pydrake.common.test.compatibility_test": [ + { + "id": "bindings.pydrake.common.test.compatibility_test.TestCompatibility", + "name": "TestCompatibility", + "lineno": 20, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.containers_test": [ + { + "id": "bindings.pydrake.common.test.containers_test.Comparison", + "name": "Comparison", + "lineno": 8, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.containers_test.Item", + "name": "Item", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestEqualToDict", + "name": "TestEqualToDict", + "lineno": 42, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.containers_test.TestNamedView", + "name": "TestNamedView", + "lineno": 94, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.cpp_param_test": [ + { + "id": "bindings.pydrake.common.test.cpp_param_test.CustomPyType", + "name": "CustomPyType", + "lineno": 21, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TemplateOnFloat", + "name": "TemplateOnFloat", + "lineno": 25, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.cpp_param_test.TestCppParam", + "name": "TestCppParam", + "lineno": 39, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.cpp_template_test": [ + { + "id": "bindings.pydrake.common.test.cpp_template_test.DummyA", + "name": "DummyA", + "lineno": 27, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.DummyB", + "name": "DummyB", + "lineno": 31, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.DummyC", + "name": "DummyC", + "lineno": 43, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.DummyD", + "name": "DummyD", + "lineno": 51, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate", + "name": "TestCppTemplate", + "lineno": 55, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.ParentScope", + "name": "ParentScope", + "lineno": 116, + "bases": [], + "scope": "TestCppTemplate" + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.Impl", + "name": "Impl", + "lineno": 176, + "bases": [], + "scope": "TestCppTemplate" + }, + { + "id": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.Subclass", + "name": "Subclass", + "lineno": 199, + "bases": [ + "" + ], + "scope": "TestCppTemplate" + } + ], + "bindings.pydrake.common.test.deprecation_autocomplete_test": [ + { + "id": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation", + "name": "TestDeprecation", + "lineno": 37, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.deprecation_test": [ + { + "id": "bindings.pydrake.common.test.deprecation_test.TestDeprecation", + "name": "TestDeprecation", + "lineno": 29, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.deprecation_utility_test": [ + { + "id": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample", + "name": "TestDeprecationExample", + "lineno": 22, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.eigen_geometry_test": [ + { + "id": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry", + "name": "TestEigenGeometry", + "lineno": 21, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.eigen_pybind_test": [ + { + "id": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind", + "name": "TestEigenPybind", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.module_test": [ + { + "id": "bindings.pydrake.common.test.module_test.TestCommon", + "name": "TestCommon", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.numpy_compare_test": [ + { + "id": "bindings.pydrake.common.test.numpy_compare_test.Custom", + "name": "Custom", + "lineno": 10, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple", + "name": "TestNumpyCompareSimple", + "lineno": 35, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.pybind11_version_test": [ + { + "id": "bindings.pydrake.common.test.pybind11_version_test.TestPybind11Version", + "name": "TestPybind11Version", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.ref_cycle_test": [ + { + "id": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle", + "name": "TestRefCycle", + "lineno": 24, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.schema_serialization_test": [ + { + "id": "bindings.pydrake.common.test.schema_serialization_test.StochasticSingular", + "name": "StochasticSingular", + "lineno": 16, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.StochasticVectors", + "name": "StochasticVectors", + "lineno": 24, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.BaseTest", + "name": "BaseTest", + "lineno": 30, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization", + "name": "TestStochasticSerialization", + "lineno": 43, + "bases": [ + "BaseTest" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization", + "name": "TestRotationSerialization", + "lineno": 77, + "bases": [ + "BaseTest" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization", + "name": "TestTransformSerialization", + "lineno": 118, + "bases": [ + "BaseTest" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.schema_test": [ + { + "id": "bindings.pydrake.common.test.schema_test.TestSchema", + "name": "TestSchema", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.serialize_import_failure_test": [ + { + "id": "bindings.pydrake.common.test.serialize_import_failure_test.TestSerializeImportFailure", + "name": "TestSerializeImportFailure", + "lineno": 4, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.serialize_pybind_test": [ + { + "id": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind", + "name": "TestSerializePybind", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.sorted_pair_test": [ + { + "id": "bindings.pydrake.common.test.sorted_pair_test.TestSortedPair", + "name": "TestSortedPair", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.text_logging_example": [], + "bindings.pydrake.common.test.text_logging_gil_test": [ + { + "id": "bindings.pydrake.common.test.text_logging_gil_test.TestTextLoggingGil", + "name": "TestTextLoggingGil", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.text_logging_test": [ + { + "id": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample", + "name": "TestTextLoggingExample", + "lineno": 25, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test": [ + { + "id": "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test.TestTextLoggingThreadingDirectToStderr", + "name": "TestTextLoggingThreadingDirectToStderr", + "lineno": 11, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test": [ + { + "id": "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test.TestTextLoggingThreadingWithGilRelease", + "name": "TestTextLoggingThreadingWithGilRelease", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.type_safe_index_test": [ + { + "id": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex", + "name": "TestTypeSafeIndex", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.value_test": [ + { + "id": "bindings.pydrake.common.test.value_test.TestValue", + "name": "TestValue", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.wrap_pybind_test": [ + { + "id": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind", + "name": "TestWrapPybind", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.yaml_test": [ + { + "id": "bindings.pydrake.common.test.yaml_test.TestYaml", + "name": "TestYaml", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.yaml_typed_test": [ + { + "id": "bindings.pydrake.common.test.yaml_typed_test.FloatStruct", + "name": "FloatStruct", + "lineno": 36, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.IntStruct", + "name": "IntStruct", + "lineno": 42, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.BoolStruct", + "name": "BoolStruct", + "lineno": 48, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.StringStruct", + "name": "StringStruct", + "lineno": 54, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.BytesStruct", + "name": "BytesStruct", + "lineno": 60, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.PathStruct", + "name": "PathStruct", + "lineno": 66, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.AllScalarsStruct", + "name": "AllScalarsStruct", + "lineno": 72, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.ListStruct", + "name": "ListStruct", + "lineno": 83, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.MapStruct", + "name": "MapStruct", + "lineno": 89, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.InnerStruct", + "name": "InnerStruct", + "lineno": 97, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.OptionalByteStruct", + "name": "OptionalByteStruct", + "lineno": 103, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.OptionalStruct", + "name": "OptionalStruct", + "lineno": 109, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.OptionalStructNoDefault", + "name": "OptionalStructNoDefault", + "lineno": 115, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.LegacyOptionalStruct", + "name": "LegacyOptionalStruct", + "lineno": 121, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.LegacyOptionalStructNoDefault", + "name": "LegacyOptionalStructNoDefault", + "lineno": 128, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.NumpyStruct", + "name": "NumpyStruct", + "lineno": 135, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.RejectGetattrNumpyStruct", + "name": "RejectGetattrNumpyStruct", + "lineno": 143, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.VariantStruct", + "name": "VariantStruct", + "lineno": 160, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.NullableVariantStruct", + "name": "NullableVariantStruct", + "lineno": 166, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.PrimitiveVariantStruct", + "name": "PrimitiveVariantStruct", + "lineno": 172, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.ListVariantStruct", + "name": "ListVariantStruct", + "lineno": 178, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.PromotionBasicStruct", + "name": "PromotionBasicStruct", + "lineno": 186, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.PromotionVariantStruct", + "name": "PromotionVariantStruct", + "lineno": 195, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.OuterStruct", + "name": "OuterStruct", + "lineno": 207, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.OuterStructOpposite", + "name": "OuterStructOpposite", + "lineno": 214, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.Blank", + "name": "Blank", + "lineno": 222, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.OuterWithBlankInner", + "name": "OuterWithBlankInner", + "lineno": 227, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.BigMapStruct", + "name": "BigMapStruct", + "lineno": 234, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead", + "name": "TestYamlTypedRead", + "lineno": 245, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance", + "name": "TestYamlTypedReadAcceptance", + "lineno": 963, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite", + "name": "TestYamlTypedWrite", + "lineno": 1060, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.BadMapStruct", + "name": "BadMapStruct", + "lineno": 1230, + "bases": [], + "scope": "TestYamlTypedWrite" + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults", + "name": "TestYamlTypedWriteDefaults", + "lineno": 1461, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance", + "name": "TestYamlTypedWriteAcceptance", + "lineno": 1671, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11", + "name": "TestYamlTypedReadPybind11", + "lineno": 1752, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test.deprecation_example.import_all": [], + "bindings.pydrake.common.test.deprecation_example.sub_module": [], + "bindings.pydrake.common.test.deprecation_example": [ + { + "id": "bindings.pydrake.common.test.deprecation_example.ExampleClass", + "name": "ExampleClass", + "lineno": 21, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.common.test_utilities.deprecation": [], + "bindings.pydrake.common.test_utilities.meta": [ + { + "id": "bindings.pydrake.common.test_utilities.meta.ValueParameterizedTest", + "name": "ValueParameterizedTest", + "lineno": 18, + "bases": [ + "type" + ], + "scope": null + } + ], + "bindings.pydrake.common.test_utilities.numpy_compare": [ + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._UnwantedEquality", + "name": "_UnwantedEquality", + "lineno": 34, + "bases": [ + "AssertionError" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test_utilities.numpy_compare._Registry", + "name": "_Registry", + "lineno": 38, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.common.test_utilities.pickle_compare": [], + "bindings.pydrake.common.test_utilities": [], + "bindings.pydrake.common.test_utilities.algebra_test_util": [ + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.BaseAlgebra", + "name": "BaseAlgebra", + "lineno": 12, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.ScalarAlgebra", + "name": "ScalarAlgebra", + "lineno": 26, + "bases": [ + "BaseAlgebra" + ], + "scope": null + }, + { + "id": "bindings.pydrake.common.test_utilities.algebra_test_util.VectorizedAlgebra", + "name": "VectorizedAlgebra", + "lineno": 61, + "bases": [ + "BaseAlgebra" + ], + "scope": null + } + ], + "bindings.pydrake.common.test_utilities.scipy_none.scipy": [], + "bindings.pydrake.common.test_utilities.scipy_stub.scipy": [], + "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse": [ + { + "id": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse.csc_matrix", + "name": "csc_matrix", + "lineno": 9, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test": [ + { + "id": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test", + "name": "Test", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.common.test_utilities.test.meta_test": [ + { + "id": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta", + "name": "TestMeta", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.examples.gym.named_view_helpers": [], + "bindings.pydrake.examples.gym.play_cart_pole": [], + "bindings.pydrake.examples.gym.train_cart_pole": [], + "bindings.pydrake.examples.gym._bazel_cwd_helpers": [], + "bindings.pydrake.examples.gym": [], + "bindings.pydrake.examples.gym.envs.cart_pole": [ + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.ObservationPublisher", + "name": "ObservationPublisher", + "lineno": 150, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.RewardSystem", + "name": "RewardSystem", + "lineno": 171, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.examples.gym.envs.cart_pole.DisturbanceGenerator", + "name": "DisturbanceGenerator", + "lineno": 226, + "bases": [ + "LeafSystem" + ], + "scope": null + } + ], + "bindings.pydrake.examples.multibody.cart_pole_passive_simulation": [], + "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis": [], + "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer": [], + "bindings.pydrake.examples.multibody": [], + "bindings.pydrake.examples.test.acrobot_test": [ + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot", + "name": "TestAcrobot", + "lineno": 18, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController", + "name": "TestAcrobotSpongController", + "lineno": 138, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams", + "name": "TestSpongControllerParams", + "lineno": 160, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.examples.test.compass_gait_test": [ + { + "id": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait", + "name": "TestCompassGait", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.examples.test.pendulum_test": [ + { + "id": "bindings.pydrake.examples.test.pendulum_test.TestPendulum", + "name": "TestPendulum", + "lineno": 15, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.examples.test.quadrotor_test": [ + { + "id": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor", + "name": "TestQuadrotor", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.examples.test.rimless_wheel_test": [ + { + "id": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel", + "name": "TestRimlessWheel", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.examples.test.van_der_pol_test": [ + { + "id": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol", + "name": "TestVanDerPol", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry._geometry_extra": [], + "bindings.pydrake.geometry.test.bounding_box_test": [ + { + "id": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox", + "name": "TestGeometryBoundingBox", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry.test.common_test": [ + { + "id": "bindings.pydrake.geometry.test.common_test.TestGeometryCore", + "name": "TestGeometryCore", + "lineno": 27, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry.test.frame_id_test": [ + { + "id": "bindings.pydrake.geometry.test.frame_id_test.TestFrameId", + "name": "TestFrameId", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry.test.hydro_test": [ + { + "id": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro", + "name": "TestGeometryHydro", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry.test.meshes_test": [ + { + "id": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes", + "name": "TestGeometryMeshes", + "lineno": 11, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry.test.optimization_test": [ + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization", + "name": "TestGeometryOptimization", + "lineno": 46, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.SimpleLoopGcs", + "name": "SimpleLoopGcs", + "lineno": 1250, + "bases": [ + "mut.ImplicitGraphOfConvexSets" + ], + "scope": "TestGeometryOptimization" + }, + { + "id": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope", + "name": "TestCspaceFreePolytope", + "lineno": 1292, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry.test.render_engine_gl_test": [ + { + "id": "bindings.pydrake.geometry.test.render_engine_gl_test.TestGeometry", + "name": "TestGeometry", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry.test.render_engine_subclass_test": [ + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass", + "name": "TestRenderEngineSubclass", + "lineno": 22, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.LegacyEngine", + "name": "LegacyEngine", + "lineno": 28, + "bases": [ + "mut.RenderEngine" + ], + "scope": "TestRenderEngineSubclass" + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.MinimalEngine", + "name": "MinimalEngine", + "lineno": 47, + "bases": [ + "mut.RenderEngine" + ], + "scope": "TestRenderEngineSubclass" + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.ColorOnlyEngine", + "name": "ColorOnlyEngine", + "lineno": 69, + "bases": [ + "MinimalEngine" + ], + "scope": "TestRenderEngineSubclass" + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.DepthOnlyEngine", + "name": "DepthOnlyEngine", + "lineno": 75, + "bases": [ + "MinimalEngine" + ], + "scope": "TestRenderEngineSubclass" + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.LabelOnlyEngine", + "name": "LabelOnlyEngine", + "lineno": 81, + "bases": [ + "MinimalEngine" + ], + "scope": "TestRenderEngineSubclass" + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.CloneableEngine", + "name": "CloneableEngine", + "lineno": 147, + "bases": [ + "mut.RenderEngine" + ], + "scope": "TestRenderEngineSubclass" + }, + { + "id": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.MyEngine", + "name": "MyEngine", + "lineno": 162, + "bases": [ + "mut.RenderEngine" + ], + "scope": "TestRenderEngineSubclass" + } + ], + "bindings.pydrake.geometry.test.render_test": [ + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender", + "name": "TestGeometryRender", + "lineno": 25, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.DummyRenderEngine", + "name": "DummyRenderEngine", + "lineno": 259, + "bases": [ + "mut.RenderEngine" + ], + "scope": "TestGeometryRender" + } + ], + "bindings.pydrake.geometry.test.scene_graph_test": [ + { + "id": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph", + "name": "TestGeometrySceneGraph", + "lineno": 22, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.geometry.test.visualizers_test": [ + { + "id": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers", + "name": "TestGeometryVisualizers", + "lineno": 39, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.gym._drake_gym_env": [ + { + "id": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv", + "name": "DrakeGymEnv", + "lineno": 26, + "bases": [ + "gym.Env" + ], + "scope": null + } + ], + "bindings.pydrake.gym": [], + "bindings.pydrake.gym.test.drake_gym_test": [ + { + "id": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest", + "name": "DrakeGymTest", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.gym.test.mock_torch.torch.distributions": [], + "bindings.pydrake.gym.test.mock_torch.torch.nn": [ + { + "id": "bindings.pydrake.gym.test.mock_torch.torch.nn.Module", + "name": "Module", + "lineno": 1, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.gym.test.mock_torch.torch.nn.Parameter", + "name": "Parameter", + "lineno": 5, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.gym.test.mock_torch.torch.optim": [], + "bindings.pydrake.gym.test.mock_torch.torch": [], + "bindings.pydrake.manipulation._manipulation_extra": [], + "bindings.pydrake.manipulation.test.franka_panda_test": [ + { + "id": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda", + "name": "TestFrankaPanda", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.manipulation.test.kuka_iiwa_test": [ + { + "id": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa", + "name": "TestKukaIiwa", + "lineno": 27, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.manipulation.test.schunk_wsg_test": [ + { + "id": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg", + "name": "TestSchunkWsg", + "lineno": 25, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.manipulation.test.util_test": [ + { + "id": "bindings.pydrake.manipulation.test.util_test.TestUtil", + "name": "TestUtil", + "lineno": 20, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.math.math_example": [], + "bindings.pydrake.math._math_extra": [], + "bindings.pydrake.math.test.math_overloads_matrix_test": [ + { + "id": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest", + "name": "MathOverloadsMatrixTest", + "lineno": 33, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.math.test.math_overloads_test": [ + { + "id": "bindings.pydrake.math.test.math_overloads_test.Overloads", + "name": "Overloads", + "lineno": 24, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.FloatOverloads", + "name": "FloatOverloads", + "lineno": 39, + "bases": [ + "Overloads" + ], + "scope": null + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.AutoDiffOverloads", + "name": "AutoDiffOverloads", + "lineno": 58, + "bases": [ + "Overloads" + ], + "scope": null + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.SymbolicOverloads", + "name": "SymbolicOverloads", + "lineno": 90, + "bases": [ + "Overloads" + ], + "scope": null + }, + { + "id": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest", + "name": "MathOverloadsTest", + "lineno": 121, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.math.test.math_test": [ + { + "id": "bindings.pydrake.math.test.math_test.TestBarycentricMesh", + "name": "TestBarycentricMesh", + "lineno": 22, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.math.test.math_test.TestMath", + "name": "TestMath", + "lineno": 63, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.all": [], + "bindings.pydrake.multibody.fix_inertia": [], + "bindings.pydrake.multibody.jupyter_widgets": [ + { + "id": "bindings.pydrake.multibody.jupyter_widgets.JointSliders", + "name": "JointSliders", + "lineno": 19, + "bases": [ + "VectorSystem" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.mesh_to_model": [], + "bindings.pydrake.multibody.run_installed_fix_inertia": [], + "bindings.pydrake.multibody.run_installed_mesh_to_model": [], + "bindings.pydrake.multibody._inertia_fixer": [ + { + "id": "bindings.pydrake.multibody._inertia_fixer.SourceLocation", + "name": "SourceLocation", + "lineno": 39, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.ElementFacts", + "name": "ElementFacts", + "lineno": 50, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.FormatDriver", + "name": "FormatDriver", + "lineno": 94, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver", + "name": "UrdfDriver", + "lineno": 278, + "bases": [ + "FormatDriver" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver", + "name": "SdformatDriver", + "lineno": 365, + "bases": [ + "FormatDriver" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper", + "name": "XmlInertiaMapper", + "lineno": 457, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor", + "name": "InertiaProcessor", + "lineno": 609, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer", + "name": "InertiaFixer", + "lineno": 739, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.multibody._math_extra": [], + "bindings.pydrake.multibody._mesh_model_maker": [ + { + "id": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker", + "name": "MeshModelMaker", + "lineno": 78, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.multibody._plant_extra": [], + "bindings.pydrake.multibody._tree_extra": [], + "bindings.pydrake.multibody": [], + "bindings.pydrake.multibody.test.benchmarks_test": [ + { + "id": "bindings.pydrake.multibody.test.benchmarks_test.TestBenchmarks", + "name": "TestBenchmarks", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.cenic_test": [ + { + "id": "bindings.pydrake.multibody.test.cenic_test.TestCenic", + "name": "TestCenic", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.contact_solvers_test": [ + { + "id": "bindings.pydrake.multibody.test.contact_solvers_test.TestContactSolvers", + "name": "TestContactSolvers", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.fem_test": [ + { + "id": "bindings.pydrake.multibody.test.fem_test.TestMultibodyFem", + "name": "TestMultibodyFem", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.fix_inertia_test": [ + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString", + "name": "TestFixInertiaFromString", + "lineno": 24, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture", + "name": "FileHandlingFixture", + "lineno": 444, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestInertiaFixer", + "name": "TestInertiaFixer", + "lineno": 454, + "bases": [ + "FileHandlingFixture" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess", + "name": "TestFixInertiaProcess", + "lineno": 490, + "bases": [ + "FileHandlingFixture" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test": [ + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner", + "name": "TestPlanner", + "lineno": 27, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems", + "name": "TestDiffIkSystems", + "lineno": 211, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.inverse_kinematics_test": [ + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics", + "name": "TestInverseKinematics", + "lineno": 26, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints", + "name": "TestConstraints", + "lineno": 571, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics", + "name": "TestGlobalInverseKinematics", + "lineno": 1022, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.lifetime_test": [ + { + "id": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers", + "name": "TestAddSystemWrappers", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.math_test": [ + { + "id": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath", + "name": "TestMultibodyTreeMath", + "lineno": 27, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.meshcat_test": [ + { + "id": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat", + "name": "TestMeshcat", + "lineno": 35, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.mesh_to_model_test": [ + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker", + "name": "TestModelMaker", + "lineno": 81, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess", + "name": "TestMeshToModelProcess", + "lineno": 513, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.optimization_test": [ + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem", + "name": "TestStaticEquilibriumProblem", + "lineno": 172, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestCentroidalMomentumConstraint", + "name": "TestCentroidalMomentumConstraint", + "lineno": 220, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint", + "name": "TestQuaternionEulerIntegrationConstraint", + "lineno": 241, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestSpatialVelocityConstraint", + "name": "TestSpatialVelocityConstraint", + "lineno": 272, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator", + "name": "TestContactWrenchFromForceInWorldFrameEvaluator", + "lineno": 315, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.optimization_test.TestToppra", + "name": "TestToppra", + "lineno": 351, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.parsing_test": [ + { + "id": "bindings.pydrake.multibody.test.parsing_test.TestParsing", + "name": "TestParsing", + "lineno": 40, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.multibody.test.plant_test": [ + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant", + "name": "TestPlant", + "lineno": 167, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.Impl", + "name": "Impl", + "lineno": 1857, + "bases": [ + "" + ], + "scope": "TestPlant" + }, + { + "id": "bindings.pydrake.multibody.test.plant_test.TestPlant.DummyField", + "name": "DummyField", + "lineno": 4352, + "bases": [ + "" + ], + "scope": "TestPlant" + } + ], + "bindings.pydrake.multibody.test.rational_test": [ + { + "id": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics", + "name": "TestRationalForwardKinematics", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.collision_checker_test": [ + { + "id": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker", + "name": "TestCollisionChecker", + "lineno": 19, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.collision_checker_trace_test": [ + { + "id": "bindings.pydrake.planning.test.collision_checker_trace_test.TestCollisionCheckerTrace", + "name": "TestCollisionCheckerTrace", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.dof_mask_test": [ + { + "id": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask", + "name": "TestDofMask", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.graph_algorithms_test": [ + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms", + "name": "TestGraphAlgorithms", + "lineno": 23, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.DummyMaxCliqueSolver", + "name": "DummyMaxCliqueSolver", + "lineno": 47, + "bases": [ + "mut.MaxCliqueSolverBase" + ], + "scope": "TestGraphAlgorithms" + }, + { + "id": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.DummyMinCliqueCoverSolver", + "name": "DummyMinCliqueCoverSolver", + "lineno": 112, + "bases": [ + "mut.MinCliqueCoverSolverBase" + ], + "scope": "TestGraphAlgorithms" + } + ], + "bindings.pydrake.planning.test.iris_from_clique_cover_test": [ + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover", + "name": "TestIrisFromCliqueCover", + "lineno": 27, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.DummyMaxCliqueSolver", + "name": "DummyMaxCliqueSolver", + "lineno": 186, + "bases": [ + "mut.MaxCliqueSolverBase" + ], + "scope": "TestIrisFromCliqueCover" + } + ], + "bindings.pydrake.planning.test.iris_test": [ + { + "id": "bindings.pydrake.planning.test.iris_test.TestIrisZo", + "name": "TestIrisZo", + "lineno": 88, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestIrisNp2", + "name": "TestIrisNp2", + "lineno": 191, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting", + "name": "TestOptionsPrinting", + "lineno": 272, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.joint_limits_test": [ + { + "id": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits", + "name": "TestJointLimits", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.placeholder_test": [ + { + "id": "bindings.pydrake.planning.test.placeholder_test.TestPlaceholder", + "name": "TestPlaceholder", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.robot_diagram_test": [ + { + "id": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram", + "name": "TestRobotDiagram", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.trajectory_optimization_test": [ + { + "id": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization", + "name": "TestTrajectoryOptimization", + "lineno": 45, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.planning.test.zmp_planner_test": [ + { + "id": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner", + "name": "TestZmpPlanner", + "lineno": 11, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers._extra": [], + "bindings.pydrake.solvers.test.augmented_lagrangian_test": [ + { + "id": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian", + "name": "TestAugmentedLagrangian", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.branch_and_bound_test": [ + { + "id": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound", + "name": "TestMixedIntegerBranchAndBound", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.clarabel_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver", + "name": "TestClarabelSolver", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.clp_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver", + "name": "TestClpSolver", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.csdp_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver", + "name": "TestCsdpSolver", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.evaluators_test": [ + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestCost", + "name": "TestCost", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints", + "name": "TestConstraints", + "lineno": 211, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint", + "name": "TestMinimumValueLowerBoundConstraint", + "lineno": 490, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint", + "name": "TestMinimumValueUpperBoundConstraint", + "lineno": 549, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.gurobi_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram", + "name": "TestMathematicalProgram", + "lineno": 15, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.ipopt_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver", + "name": "TestIpoptSolver", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.mathematicalprogram_test": [ + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestQP", + "name": "TestQP", + "lineno": 37, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram", + "name": "TestMathematicalProgram", + "lineno": 65, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface", + "name": "DummySolverInterface", + "lineno": 1945, + "bases": [ + "SolverInterface" + ], + "scope": null + }, + { + "id": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface", + "name": "TestSolverInterface", + "lineno": 1984, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test": [ + { + "id": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil", + "name": "TestMixedIntegerOptimizationUtil", + "lineno": 18, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test": [ + { + "id": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test.TestMixedIntegerRotationConstraint", + "name": "TestMixedIntegerRotationConstraint", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.mobylcp_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver", + "name": "TestMobyLcpSolver", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.mosek_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram", + "name": "TestMathematicalProgram", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.nlopt_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver", + "name": "TestNloptSolver", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.noscipy_test": [ + { + "id": "bindings.pydrake.solvers.test.noscipy_test.TestMathematicalProgram", + "name": "TestMathematicalProgram", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.osqp_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver", + "name": "TestOsqpSolver", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.program_attribute_test": [ + { + "id": "bindings.pydrake.solvers.test.program_attribute_test.TestProgramAttribute", + "name": "TestProgramAttribute", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.solvers.test.program_attribute_test.TestProgramType", + "name": "TestProgramType", + "lineno": 27, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver", + "name": "TestProjectedGradientDescentSolver", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.scs_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver", + "name": "TestScsSolver", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.sdpa_free_format_test": [ + { + "id": "bindings.pydrake.solvers.test.sdpa_free_format_test.TestSdpaFreeFormat", + "name": "TestSdpaFreeFormat", + "lineno": 11, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.semidefinite_relaxation_test": [ + { + "id": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation", + "name": "TestSemidefiniteRelaxation", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.snopt_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver", + "name": "TestSnoptSolver", + "lineno": 15, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.solvers.test.unrevised_lemke_solver_test": [ + { + "id": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver", + "name": "TestUnrevisedLemkeSolver", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.symbolic._symbolic_extra": [], + "bindings.pydrake.symbolic._symbolic_sympy": [ + { + "id": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter", + "name": "_DrakePrinter", + "lineno": 174, + "bases": [ + "MpmathPrinter" + ], + "scope": null + } + ], + "bindings.pydrake.symbolic.test.symbolic_test": [ + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable", + "name": "TestSymbolicVariable", + "lineno": 42, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable", + "name": "TestMakeMatrixVariable", + "lineno": 225, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables", + "name": "TestSymbolicVariables", + "lineno": 305, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression", + "name": "TestSymbolicExpression", + "lineno": 453, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula", + "name": "TestSymbolicFormula", + "lineno": 1048, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial", + "name": "TestSymbolicMonomial", + "lineno": 1128, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial", + "name": "TestSymbolicPolynomial", + "lineno": 1379, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction", + "name": "TestSymbolicRationalFunction", + "lineno": 1853, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestExtractVariablesFromExpression", + "name": "TestExtractVariablesFromExpression", + "lineno": 2114, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression", + "name": "TestDecomposeAffineExpression", + "lineno": 2132, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpressions", + "name": "TestDecomposeAffineExpressions", + "lineno": 2161, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeLinearExpressions", + "name": "TestDecomposeLinearExpressions", + "lineno": 2188, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial", + "name": "TestDecomposeQuadraticPolynomial", + "lineno": 2199, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeLumpedParameters", + "name": "TestDecomposeLumpedParameters", + "lineno": 2220, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeL2NormExpression", + "name": "TestDecomposeL2NormExpression", + "lineno": 2239, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression", + "name": "TestUnapplyExpression", + "lineno": 2251, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula", + "name": "TestUnapplyFormula", + "lineno": 2360, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex", + "name": "TestToLatex", + "lineno": 2425, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution", + "name": "TestSinCosSubstitution", + "lineno": 2533, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestStereographicSubstitution", + "name": "TestStereographicSubstitution", + "lineno": 2595, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestReplaceBilinearTerms", + "name": "TestReplaceBilinearTerms", + "lineno": 2641, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.symbolic.test.symbolic_test.TestIssue17898", + "name": "TestIssue17898", + "lineno": 2656, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.symbolic.test.sympy_test": [ + { + "id": "bindings.pydrake.symbolic.test.sympy_test.TestSympy", + "name": "TestSympy", + "lineno": 18, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.all": [], + "bindings.pydrake.systems.drawing": [], + "bindings.pydrake.systems.drawing_graphviz_example": [], + "bindings.pydrake.systems.jupyter_widgets": [ + { + "id": "bindings.pydrake.systems.jupyter_widgets.PoseSliders", + "name": "PoseSliders", + "lineno": 23, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.jupyter_widgets.WidgetSystem", + "name": "WidgetSystem", + "lineno": 202, + "bases": [ + "LeafSystem" + ], + "scope": null + } + ], + "bindings.pydrake.systems.perception": [ + { + "id": "bindings.pydrake.systems.perception.PointCloudConcatenation", + "name": "PointCloudConcatenation", + "lineno": 44, + "bases": [ + "LeafSystem" + ], + "scope": null + } + ], + "bindings.pydrake.systems.planar_scenegraph_visualizer": [ + { + "id": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "name": "PlanarSceneGraphVisualizer", + "lineno": 24, + "bases": [ + "PyPlotVisualizer" + ], + "scope": null + } + ], + "bindings.pydrake.systems.pyplot_visualizer": [ + { + "id": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer", + "name": "PyPlotVisualizer", + "lineno": 10, + "bases": [ + "LeafSystem" + ], + "scope": null + } + ], + "bindings.pydrake.systems.scalar_conversion": [ + { + "id": "bindings.pydrake.systems.scalar_conversion.TemplateSystem", + "name": "TemplateSystem", + "lineno": 28, + "bases": [ + "TemplateClass" + ], + "scope": null + } + ], + "bindings.pydrake.systems._lcm_extra": [ + { + "id": "bindings.pydrake.systems._lcm_extra.PySerializer", + "name": "PySerializer", + "lineno": 9, + "bases": [ + "SerializerInterface" + ], + "scope": null + } + ], + "bindings.pydrake.systems._resample_interp1d": [], + "bindings.pydrake.systems": [], + "bindings.pydrake.systems.test.analysis_test": [ + { + "id": "bindings.pydrake.systems.test.analysis_test.TestAnalysis", + "name": "TestAnalysis", + "lineno": 49, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.builder_life_support_test": [ + { + "id": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport", + "name": "TestBuilderLifeSupport", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.controllers_test": [ + { + "id": "bindings.pydrake.systems.test.controllers_test.TestControllers", + "name": "TestControllers", + "lineno": 41, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.custom_test": [ + { + "id": "bindings.pydrake.systems.test.custom_test.CustomAdder", + "name": "CustomAdder", + "lineno": 63, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomVectorSystem", + "name": "CustomVectorSystem", + "lineno": 94, + "bases": [ + "VectorSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem", + "name": "CustomPortsLifetimeHazardSystem", + "lineno": 124, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.custom_test.CustomDiagram", + "name": "CustomDiagram", + "lineno": 172, + "bases": [ + "Diagram" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom", + "name": "TestCustom", + "lineno": 195, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.Oops", + "name": "Oops", + "lineno": 419, + "bases": [ + "LeafSystem" + ], + "scope": "TestCustom" + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.TrivialSystem", + "name": "TrivialSystem", + "lineno": 429, + "bases": [ + "LeafSystem" + ], + "scope": "TestCustom" + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.PublishReturnsNoneSystem", + "name": "PublishReturnsNoneSystem", + "lineno": 824, + "bases": [ + "LeafSystem" + ], + "scope": "TestCustom" + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.TrivialSystem", + "name": "TrivialSystem", + "lineno": 909, + "bases": [ + "LeafSystem" + ], + "scope": "TestCustom" + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.TrivialSystem", + "name": "TrivialSystem", + "lineno": 1024, + "bases": [ + "" + ], + "scope": "TestCustom" + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.TrivialSystem", + "name": "TrivialSystem", + "lineno": 1091, + "bases": [ + "" + ], + "scope": "TestCustom" + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.CustomAbstractSystem", + "name": "CustomAbstractSystem", + "lineno": 1123, + "bases": [ + "" + ], + "scope": "TestCustom" + }, + { + "id": "bindings.pydrake.systems.test.custom_test.TestCustom.SystemWithCacheAndState", + "name": "SystemWithCacheAndState", + "lineno": 1172, + "bases": [ + "LeafSystem" + ], + "scope": "TestCustom" + } + ], + "bindings.pydrake.systems.test.estimators_test": [ + { + "id": "bindings.pydrake.systems.test.estimators_test.TestEstimators", + "name": "TestEstimators", + "lineno": 15, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.event_gc_test": [ + { + "id": "bindings.pydrake.systems.test.event_gc_test.MethodLeafSystem", + "name": "MethodLeafSystem", + "lineno": 31, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.FunctionCallbackLeafSystem", + "name": "FunctionCallbackLeafSystem", + "lineno": 69, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.ClosureCallbackLeafSystem", + "name": "ClosureCallbackLeafSystem", + "lineno": 80, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection", + "name": "TestPeriodicEventGarbageCollection", + "lineno": 96, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.general_test": [ + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral", + "name": "TestGeneral", + "lineno": 103, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.general_test.TestGeneral.MyVisitor", + "name": "MyVisitor", + "lineno": 1090, + "bases": [ + "SystemVisitor" + ], + "scope": "TestGeneral" + } + ], + "bindings.pydrake.systems.test.lcm_test": [ + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm", + "name": "TestSystemsLcm", + "lineno": 41, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.PythonMessageSource", + "name": "PythonMessageSource", + "lineno": 280, + "bases": [ + "LeafSystem" + ], + "scope": "TestSystemsLcm" + } + ], + "bindings.pydrake.systems.test.lifetime_test": [ + { + "id": "bindings.pydrake.systems.test.lifetime_test.Info", + "name": "Info", + "lineno": 27, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.lifetime_test.TestLifetime", + "name": "TestLifetime", + "lineno": 37, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.monte_carlo_test": [ + { + "id": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo", + "name": "TestMonteCarlo", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.perception_test": [ + { + "id": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds", + "name": "TestConcatenatePointClouds", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestTileColors", + "name": "TestTileColors", + "lineno": 50, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestTransformPoints", + "name": "TestTransformPoints", + "lineno": 66, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation", + "name": "TestPointCloudConcatenation", + "lineno": 95, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test": [ + { + "id": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer", + "name": "TestPlanarSceneGraphVisualizer", + "lineno": 30, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.primitives_test": [ + { + "id": "bindings.pydrake.systems.test.primitives_test.TestGeneral", + "name": "TestGeneral", + "lineno": 112, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.pyplot_visualizer_test": [ + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestVisualizer", + "name": "TestVisualizer", + "lineno": 21, + "bases": [ + "PyPlotVisualizer" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.SimpleContinuousTimeSystem", + "name": "SimpleContinuousTimeSystem", + "lineno": 63, + "bases": [ + "VectorSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer", + "name": "TestPyplotVisualizer", + "lineno": 82, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.rendering_test": [ + { + "id": "bindings.pydrake.systems.test.rendering_test.TestRendering", + "name": "TestRendering", + "lineno": 18, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.scalar_conversion_test": [ + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.Impl", + "name": "Impl", + "lineno": 20, + "bases": [ + "" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.Impl", + "name": "Impl", + "lineno": 40, + "bases": [ + "" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion", + "name": "TestScalarConversion", + "lineno": 56, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.GenericInstantiation", + "name": "GenericInstantiation", + "lineno": 181, + "bases": [ + "" + ], + "scope": "TestScalarConversion" + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.Impl", + "name": "Impl", + "lineno": 272, + "bases": [ + "" + ], + "scope": "TestScalarConversion" + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.NoInitInstantiation", + "name": "NoInitInstantiation", + "lineno": 298, + "bases": [ + "" + ], + "scope": "TestScalarConversion" + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.NoConstructCopyInstantiation", + "name": "NoConstructCopyInstantiation", + "lineno": 320, + "bases": [ + "" + ], + "scope": "TestScalarConversion" + }, + { + "id": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.BadParentingInstantiation", + "name": "BadParentingInstantiation", + "lineno": 336, + "bases": [], + "scope": "TestScalarConversion" + } + ], + "bindings.pydrake.systems.test.sensors_test": [ + { + "id": "bindings.pydrake.systems.test.sensors_test.TestSensors", + "name": "TestSensors", + "lineno": 70, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test.value_test": [ + { + "id": "bindings.pydrake.systems.test.value_test.TestValue", + "name": "TestValue", + "lineno": 27, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.systems.test._resample_log_interp1d_test": [ + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.SimpleContinuousTimeSystem", + "name": "SimpleContinuousTimeSystem", + "lineno": 12, + "bases": [ + "VectorSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.MultiDimensionalTimeSystem", + "name": "MultiDimensionalTimeSystem", + "lineno": 32, + "bases": [ + "VectorSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d", + "name": "TestResampleLogInterp1d", + "lineno": 53, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.ReverseLog", + "name": "ReverseLog", + "lineno": 265, + "bases": [], + "scope": "TestResampleLogInterp1d" + } + ], + "bindings.pydrake.systems.test_utilities.framework_test_util": [ + { + "id": "bindings.pydrake.systems.test_utilities.framework_test_util.PortMonitor", + "name": "PortMonitor", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.systems.test_utilities": [], + "bindings.pydrake.test.all_each_import_test": [ + { + "id": "bindings.pydrake.test.all_each_import_test.TestAllEachImport", + "name": "TestAllEachImport", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.all_install_test": [ + { + "id": "bindings.pydrake.test.all_install_test.TestAllInstall", + "name": "TestAllInstall", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.all_test": [ + { + "id": "bindings.pydrake.test.all_test.TestAll", + "name": "TestAll", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.common_install_test": [ + { + "id": "bindings.pydrake.test.common_install_test.TestCommonInstall", + "name": "TestCommonInstall", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.dot_clang_format_test": [ + { + "id": "bindings.pydrake.test.dot_clang_format_test.TestDotfile", + "name": "TestDotfile", + "lineno": 4, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.forward_diff_test": [ + { + "id": "bindings.pydrake.test.forward_diff_test.TestForwardDiff", + "name": "TestForwardDiff", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.lcm_test": [ + { + "id": "bindings.pydrake.test.lcm_test.TestLcm", + "name": "TestLcm", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.memory_leak_test": [ + { + "id": "bindings.pydrake.test.memory_leak_test._Sentinel", + "name": "_Sentinel", + "lineno": 61, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.test.memory_leak_test.MyPyLeafSystem", + "name": "MyPyLeafSystem", + "lineno": 289, + "bases": [ + "LeafSystem" + ], + "scope": null + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks", + "name": "TestPythonMemoryLeaks", + "lineno": 331, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.test.memory_leak_test.Mallinfo2", + "name": "Mallinfo2", + "lineno": 363, + "bases": [ + "ctypes.Structure" + ], + "scope": null + }, + { + "id": "bindings.pydrake.test.memory_leak_test.TestNativeHeapLeaks", + "name": "TestNativeHeapLeaks", + "lineno": 391, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.odr_test": [ + { + "id": "bindings.pydrake.test.odr_test.TestODR", + "name": "TestODR", + "lineno": 20, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.parse_models_test": [ + { + "id": "bindings.pydrake.test.parse_models_test.TestParseModels", + "name": "TestParseModels", + "lineno": 38, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.perception_test": [ + { + "id": "bindings.pydrake.test.perception_test.TestPerception", + "name": "TestPerception", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.polynomial_test": [ + { + "id": "bindings.pydrake.test.polynomial_test.TestPolynomial", + "name": "TestPolynomial", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.print_symbol_collisions": [], + "bindings.pydrake.test.pydrake_pybind_test": [ + { + "id": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals", + "name": "TestPydrakePybindFundamentals", + "lineno": 43, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.rtld_global_warning_test": [ + { + "id": "bindings.pydrake.test.rtld_global_warning_test.TestRtldGlobalWarning", + "name": "TestRtldGlobalWarning", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.stubgen_test": [ + { + "id": "bindings.pydrake.test.stubgen_test.TestStubgen", + "name": "TestStubgen", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test.trajectories_test": [ + { + "id": "bindings.pydrake.test.trajectories_test.CustomTrajectory", + "name": "CustomTrajectory", + "lineno": 37, + "bases": [ + "Trajectory" + ], + "scope": null + }, + { + "id": "bindings.pydrake.test.trajectories_test.TestTrajectories", + "name": "TestTrajectories", + "lineno": 77, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.test": [], + "bindings.pydrake.test.mock_torch.torch": [], + "bindings.pydrake.visualization.meldis": [], + "bindings.pydrake.visualization.model_visualizer": [], + "bindings.pydrake.visualization.run_installed_meldis": [], + "bindings.pydrake.visualization.run_installed_model_visualizer": [], + "bindings.pydrake.visualization._lcm_image_array_viewer": [ + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer._ImageServer", + "name": "_ImageServer", + "lineno": 21, + "bases": [ + "Flask" + ], + "scope": null + }, + { + "id": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer", + "name": "LcmImageArrayViewer", + "lineno": 51, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.visualization._meldis": [ + { + "id": "bindings.pydrake.visualization._meldis._Slider", + "name": "_Slider", + "lineno": 77, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.visualization._meldis._GeometryFileHasher", + "name": "_GeometryFileHasher", + "lineno": 156, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.visualization._meldis._ViewerApplet", + "name": "_ViewerApplet", + "lineno": 277, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.visualization._meldis._ContactApplet", + "name": "_ContactApplet", + "lineno": 525, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.visualization._meldis._PointCloudApplet", + "name": "_PointCloudApplet", + "lineno": 633, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.visualization._meldis._DrawFrameApplet", + "name": "_DrawFrameApplet", + "lineno": 734, + "bases": [], + "scope": null + }, + { + "id": "bindings.pydrake.visualization._meldis.Meldis", + "name": "Meldis", + "lineno": 800, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.visualization._model_visualizer": [ + { + "id": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer", + "name": "ModelVisualizer", + "lineno": 47, + "bases": [], + "scope": null + } + ], + "bindings.pydrake.visualization._plotting": [], + "bindings.pydrake.visualization._triad": [], + "bindings.pydrake.visualization._video": [ + { + "id": "bindings.pydrake.visualization._video.VideoWriter", + "name": "VideoWriter", + "lineno": 29, + "bases": [ + "LeafSystem" + ], + "scope": null + } + ], + "bindings.pydrake.visualization._visualization_extra": [], + "bindings.pydrake.visualization.test.config_test": [ + { + "id": "bindings.pydrake.visualization.test.config_test.TestConfig", + "name": "TestConfig", + "lineno": 24, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.image_systems_test": [ + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage", + "name": "TestColorizeDepthImage", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage", + "name": "TestColorizeLabelImage", + "lineno": 44, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.visualization.test.image_systems_test.TestConcatenateImages", + "name": "TestConcatenateImages", + "lineno": 62, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test": [ + { + "id": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer", + "name": "TestLcmImageArrayViewer", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.meldis_test": [ + { + "id": "bindings.pydrake.visualization.test.meldis_test.TestMeldis", + "name": "TestMeldis", + "lineno": 92, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.model_visualizer_camera_test": [ + { + "id": "bindings.pydrake.visualization.test.model_visualizer_camera_test.TestModelVisualizerCamera", + "name": "TestModelVisualizerCamera", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.model_visualizer_reload_test": [ + { + "id": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload", + "name": "TestModelVisualizerReload", + "lineno": 11, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.model_visualizer_test": [ + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess", + "name": "TestModelVisualizerSubprocess", + "lineno": 15, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer", + "name": "TestModelVisualizer", + "lineno": 117, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.multicam_scenario_test": [ + { + "id": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario", + "name": "TestMulticamScenario", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.plotting_test": [ + { + "id": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil", + "name": "TestMatplotlibUtil", + "lineno": 11, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.sliders_test": [ + { + "id": "bindings.pydrake.visualization.test.sliders_test.TestSliders", + "name": "TestSliders", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.triad_test": [ + { + "id": "bindings.pydrake.visualization.test.triad_test.TestTriad", + "name": "TestTriad", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.video_test": [ + { + "id": "bindings.pydrake.visualization.test.video_test.TestVideoWriter", + "name": "TestVideoWriter", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "bindings.pydrake.visualization.test.visualization_install_tests": [ + { + "id": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled", + "name": "TestVisualizationInstalled", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "common.proto.call_python_client": [ + { + "id": "common.proto.call_python_client._KwArgs", + "name": "_KwArgs", + "lineno": 139, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "common.proto.call_python_client._ExecutionCheck", + "name": "_ExecutionCheck", + "lineno": 144, + "bases": [], + "scope": null + }, + { + "id": "common.proto.call_python_client.CallPythonClient", + "name": "CallPythonClient", + "lineno": 293, + "bases": [], + "scope": null + } + ], + "common.proto.test.call_python_test": [ + { + "id": "common.proto.test.call_python_test.TestCallPython", + "name": "TestCallPython", + "lineno": 67, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "common.test.cpu_capabilities_test": [ + { + "id": "common.test.cpu_capabilities_test.TestCpuCapabilities", + "name": "TestCpuCapabilities", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "common.test.drake_cc_googletest_main_test": [ + { + "id": "common.test.drake_cc_googletest_main_test.TestGtestMain", + "name": "TestGtestMain", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "common.test.find_runfiles_subprocess_test": [ + { + "id": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess", + "name": "TestFindRunfilesSubprocess", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "common.test_utilities.drake_py_unittest_main": [], + "common.test_utilities.disable_python_unittest.unittest": [], + "doc.build": [], + "doc.defs": [ + { + "id": "doc.defs._HttpHandler", + "name": "_HttpHandler", + "lineno": 136, + "bases": [ + "SimpleHTTPRequestHandler" + ], + "scope": null + } + ], + "doc.pages": [], + "doc.doxygen_cxx.build": [], + "doc.doxygen_cxx.system_doxygen": [], + "doc.doxygen_cxx.test.system_doxygen_test": [ + { + "id": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen", + "name": "TestSystemDoxygen", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "doc.pydrake.build": [], + "doc.pydrake.conf": [], + "doc.pydrake.pydrake_sphinx_extension": [ + { + "id": "doc.pydrake.pydrake_sphinx_extension.TemplateDocumenter", + "name": "TemplateDocumenter", + "lineno": 102, + "bases": [ + "autodoc.ModuleLevelDocumenter" + ], + "scope": null + }, + { + "id": "doc.pydrake.pydrake_sphinx_extension.PydrakeSystemDirective", + "name": "PydrakeSystemDirective", + "lineno": 352, + "bases": [ + "Directive" + ], + "scope": null + } + ], + "doc.styleguide.build": [], + "doc.tutorials.build": [], + "examples.acrobot.acrobot_io": [], + "examples.acrobot.metrics": [], + "examples.acrobot.optimizer_demo": [], + "examples.acrobot.spong_sim": [], + "examples.acrobot.test.acrobot_io_test": [ + { + "id": "examples.acrobot.test.acrobot_io_test.TestIo", + "name": "TestIo", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.acrobot.test.metrics_test": [ + { + "id": "examples.acrobot.test.metrics_test.TestMetrics", + "name": "TestMetrics", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.acrobot.test.spong_sim_lib_py_test": [ + { + "id": "examples.acrobot.test.spong_sim_lib_py_test.TestSpongControlledAcrobot", + "name": "TestSpongControlledAcrobot", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.acrobot.test.spong_sim_main_test": [ + { + "id": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot", + "name": "TestRunSpongControlledAcrobot", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.allegro_hand.joint_control.test.run_twisting_mug_test": [ + { + "id": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug", + "name": "TestRunTwistingMug", + "lineno": 23, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.hardware_sim.hardware_sim": [ + { + "id": "examples.hardware_sim.hardware_sim.Scenario", + "name": "Scenario", + "lineno": 65, + "bases": [], + "scope": null + } + ], + "examples.hardware_sim.robot_commander": [], + "examples.hardware_sim.test.hardware_sim_cc_test": [ + { + "id": "examples.hardware_sim.test.hardware_sim_cc_test.HardwareSimCcTest", + "name": "HardwareSimCcTest", + "lineno": 6, + "bases": [ + "HardwareSimTest", + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.hardware_sim.test.hardware_sim_py_test": [ + { + "id": "examples.hardware_sim.test.hardware_sim_py_test.HardwareSimPyTest", + "name": "HardwareSimPyTest", + "lineno": 6, + "bases": [ + "HardwareSimTest", + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.hardware_sim.test.hardware_sim_test_common": [ + { + "id": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest", + "name": "HardwareSimTest", + "lineno": 21, + "bases": [], + "scope": null + } + ], + "examples.hardware_sim.test.robot_commander_test": [ + { + "id": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest", + "name": "RobotCommanderTest", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.hydroelastic.python_ball_paddle.contact_sim_demo": [], + "examples.hydroelastic.python_nonconvex_mesh.drop_pepper": [], + "examples.multibody.strandbeest.test.run_with_motor_test": [ + { + "id": "examples.multibody.strandbeest.test.run_with_motor_test.TestRunWithMotor", + "name": "TestRunWithMotor", + "lineno": 5, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "examples.van_der_pol.plot_limit_cycle": [], + "geometry.proximity.test.refine_mesh_test": [ + { + "id": "geometry.proximity.test.refine_mesh_test.TestRefineMesh", + "name": "TestRefineMesh", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "geometry.render_gltf_client.test.acceptance_test": [ + { + "id": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary", + "name": "TestGltfRenderBinary", + "lineno": 42, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "geometry.render_gltf_client.test.file_size_test": [ + { + "id": "geometry.render_gltf_client.test.file_size_test.TestFileSize", + "name": "TestFileSize", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "geometry.render_gltf_client.test.integration_test": [ + { + "id": "geometry.render_gltf_client.test.integration_test.TestIntegration", + "name": "TestIntegration", + "lineno": 41, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "geometry.render_gltf_client.test.server_demo": [ + { + "id": "geometry.render_gltf_client.test.server_demo.RenderError", + "name": "RenderError", + "lineno": 80, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "geometry.render_gltf_client.test.server_demo.FieldType", + "name": "FieldType", + "lineno": 122, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "geometry.render_gltf_client.test.server_demo.RenderRequest", + "name": "RenderRequest", + "lineno": 131, + "bases": [], + "scope": null + } + ], + "geometry.test.meshcat_websocket_client": [], + "lcm.test.initialization_sequence_test": [ + { + "id": "lcm.test.initialization_sequence_test.InitializationSequenceTest", + "name": "InitializationSequenceTest", + "lineno": 18, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "lcmtypes.test.nested_types_test": [], + "multibody.parsing.package_downloader": [], + "multibody.parsing.test.package_downloader_stress_test": [ + { + "id": "multibody.parsing.test.package_downloader_stress_test.StressTestDownloader", + "name": "StressTestDownloader", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "multibody.parsing.test.package_downloader_test": [ + { + "id": "multibody.parsing.test.package_downloader_test.TestDownloader", + "name": "TestDownloader", + "lineno": 18, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "multibody.plant.images.ideal_stiction": [], + "multibody.plant.images.stiction": [], + "multibody.plant.images.test.scripts_test": [ + { + "id": "multibody.plant.images.test.scripts_test.ScriptsTest", + "name": "ScriptsTest", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "setup.install_prereqs": [], + "setup.test.install_prereqs_test": [ + { + "id": "setup.test.install_prereqs_test.InstallPrereqsActor", + "name": "InstallPrereqsActor", + "lineno": 15, + "bases": [], + "scope": null + }, + { + "id": "setup.test.install_prereqs_test.InstallPrereqsTest", + "name": "InstallPrereqsTest", + "lineno": 212, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "solvers.test.gurobi_solver_license_retention_test": [ + { + "id": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention", + "name": "TestGurobiSolverLicenseRetention", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "systems.analysis.test.simulator_gflags_test": [ + { + "id": "systems.analysis.test.simulator_gflags_test.TestSimulatorGflags", + "name": "TestSimulatorGflags", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "third_party.com_github_bazelbuild_bazelisk.bazelisk": [], + "tools.model_visualizer_private": [], + "tools": [], + "tools.clion.test.bazel_wrapper_test": [ + { + "id": "tools.clion.test.bazel_wrapper_test.ExecDetail", + "name": "ExecDetail", + "lineno": 14, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tools.clion.test.bazel_wrapper_test.Mock", + "name": "Mock", + "lineno": 21, + "bases": [], + "scope": null + }, + { + "id": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper", + "name": "TestBazelWrapper", + "lineno": 25, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.installer": [ + { + "id": "tools.install.installer.Installer", + "name": "Installer", + "lineno": 81, + "bases": [], + "scope": null + } + ], + "tools.install.install_test": [ + { + "id": "tools.install.install_test.InstallTest", + "name": "InstallTest", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.install_test_helper": [], + "tools.install.otool": [], + "tools.install": [], + "tools.install.dummy.dummy": [], + "tools.install.libdrake.build_components_refresh": [], + "tools.install.libdrake.parse_version": [], + "tools.install.libdrake.test.drake_python_dir_install_test": [ + { + "id": "tools.install.libdrake.test.drake_python_dir_install_test.DrakePythonDirInstallTest", + "name": "DrakePythonDirInstallTest", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.libdrake.test.exported_symbols_test": [ + { + "id": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest", + "name": "ExportedSymbolsTest", + "lineno": 116, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.libdrake.test.find_package_drake_install_test": [ + { + "id": "tools.install.libdrake.test.find_package_drake_install_test.FindPackageDrakeInstallTest", + "name": "FindPackageDrakeInstallTest", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.libdrake.test.header_dependency_test": [ + { + "id": "tools.install.libdrake.test.header_dependency_test.HeaderDependencyTest", + "name": "HeaderDependencyTest", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.libdrake.test.metadata_install_test": [ + { + "id": "tools.install.libdrake.test.metadata_install_test.MetadataTest", + "name": "MetadataTest", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.libdrake.test.rpath_install_test": [ + { + "id": "tools.install.libdrake.test.rpath_install_test.RpathTest", + "name": "RpathTest", + "lineno": 18, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.libdrake.test.snopt_visibility_install_test": [ + { + "id": "tools.install.libdrake.test.snopt_visibility_install_test.SnoptVisibilityTest", + "name": "SnoptVisibilityTest", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.test.installer_test": [ + { + "id": "tools.install.test.installer_test.TestInstall", + "name": "TestInstall", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.test.install_meta_test": [ + { + "id": "tools.install.test.install_meta_test.TestInstallMeta", + "name": "TestInstallMeta", + "lineno": 17, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.install.test.install_test_helper_test": [ + { + "id": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest", + "name": "TestInstallTestHelperTest", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.jupyter.example_library": [], + "tools.jupyter.jupyter_bazel": [ + { + "id": "tools.jupyter.jupyter_bazel._ExecutePreprocessorNoWidgets", + "name": "_ExecutePreprocessorNoWidgets", + "lineno": 21, + "bases": [ + "ExecutePreprocessor" + ], + "scope": null + } + ], + "tools.jupyter.test.failing_notebook_test": [ + { + "id": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook", + "name": "TestFailingNotebook", + "lineno": 5, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.jupyter.test.jupyter_prereqs_test": [ + { + "id": "tools.jupyter.test.jupyter_prereqs_test.TestJupyterPrereqs", + "name": "TestJupyterPrereqs", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.kcov.kcoverage": [], + "tools.lcm_gen": [ + { + "id": "tools.lcm_gen.UserType", + "name": "UserType", + "lineno": 79, + "bases": [], + "scope": null + }, + { + "id": "tools.lcm_gen.StructField", + "name": "StructField", + "lineno": 93, + "bases": [], + "scope": null + }, + { + "id": "tools.lcm_gen.StructConstant", + "name": "StructConstant", + "lineno": 108, + "bases": [], + "scope": null + }, + { + "id": "tools.lcm_gen.Struct", + "name": "Struct", + "lineno": 121, + "bases": [], + "scope": null + }, + { + "id": "tools.lcm_gen.Parser", + "name": "Parser", + "lineno": 138, + "bases": [], + "scope": null + }, + { + "id": "tools.lcm_gen.CppGen", + "name": "CppGen", + "lineno": 673, + "bases": [], + "scope": null + } + ], + "tools.lcm_gen.test.lcm_gen_test": [ + { + "id": "tools.lcm_gen.test.lcm_gen_test.BaseTest", + "name": "BaseTest", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestParser", + "name": "TestParser", + "lineno": 39, + "bases": [ + "BaseTest" + ], + "scope": null + }, + { + "id": "tools.lcm_gen.test.lcm_gen_test.TestCppGen", + "name": "TestCppGen", + "lineno": 218, + "bases": [ + "BaseTest" + ], + "scope": null + } + ], + "tools.lint.buildifier": [], + "tools.lint.clang_format": [], + "tools.lint.clang_format_lint": [], + "tools.lint.drakelint": [], + "tools.lint.library_lint_reporter": [], + "tools.lint.util": [], + "tools.lint": [], + "tools.lint.test.buildifier_test": [ + { + "id": "tools.lint.test.buildifier_test.BuildifierTest", + "name": "BuildifierTest", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.lint.test.util_test": [ + { + "id": "tools.lint.test.util_test.UtilTest", + "name": "UtilTest", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.performance.benchmark_tool": [ + { + "id": "tools.performance.benchmark_tool.NoBoost", + "name": "NoBoost", + "lineno": 50, + "bases": [], + "scope": null + }, + { + "id": "tools.performance.benchmark_tool.IntelBoost", + "name": "IntelBoost", + "lineno": 66, + "bases": [], + "scope": null + }, + { + "id": "tools.performance.benchmark_tool.LinuxKernelBoost", + "name": "LinuxKernelBoost", + "lineno": 86, + "bases": [], + "scope": null + }, + { + "id": "tools.performance.benchmark_tool.CpuSpeedSettings", + "name": "CpuSpeedSettings", + "lineno": 105, + "bases": [], + "scope": null + } + ], + "tools.release_engineering.download_release_candidate": [ + { + "id": "tools.release_engineering.download_release_candidate.UserError", + "name": "UserError", + "lineno": 33, + "bases": [ + "RuntimeError" + ], + "scope": null + } + ], + "tools.release_engineering.mirror_to_s3": [ + { + "id": "tools.release_engineering.mirror_to_s3._State", + "name": "_State", + "lineno": 32, + "bases": [], + "scope": null + } + ], + "tools.release_engineering.relnotes": [], + "tools.release_engineering.repack_deb": [], + "tools.skylark.py_env_runner": [], + "tools.skylark.rewrite_osx_ar_hidden": [], + "tools.skylark.test.pathutils_test": [ + { + "id": "tools.skylark.test.pathutils_test.TestPathUtils", + "name": "TestPathUtils", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.wheel": [], + "tools.wheel.image.setup": [], + "tools.wheel.macos.change_lpath": [], + "tools.wheel.macos.strip_rpath": [], + "tools.wheel.test.tests.libs-test": [], + "tools.wheel.test.tests.meshcat-test": [], + "tools.wheel.test.tests.metadata_test": [], + "tools.wheel.test.tests.mosek-test": [], + "tools.wheel.test.tests.pyi-install-test": [], + "tools.wheel.test.tests.render-vtk": [], + "tools.wheel.test.tests.sanity-test": [], + "tools.wheel.test.tests.size-test": [], + "tools.wheel.wheel_builder.common": [], + "tools.wheel.wheel_builder.linux": [], + "tools.wheel.wheel_builder.linux_types": [ + { + "id": "tools.wheel.wheel_builder.linux_types.PythonManager", + "name": "PythonManager", + "lineno": 8, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "tools.wheel.wheel_builder.linux_types.Role", + "name": "Role", + "lineno": 16, + "bases": [], + "scope": null + }, + { + "id": "tools.wheel.wheel_builder.linux_types.Platform", + "name": "Platform", + "lineno": 21, + "bases": [], + "scope": null + }, + { + "id": "tools.wheel.wheel_builder.linux_types.Target", + "name": "Target", + "lineno": 29, + "bases": [], + "scope": null + } + ], + "tools.wheel.wheel_builder.macos": [], + "tools.wheel.wheel_builder.macos_types": [ + { + "id": "tools.wheel.wheel_builder.macos_types.PythonTarget", + "name": "PythonTarget", + "lineno": 5, + "bases": [], + "scope": null + } + ], + "tools.wheel.wheel_builder.main": [], + "tools.workspace.bzlmod_sync_test": [ + { + "id": "tools.workspace.bzlmod_sync_test.TestBzlmodSync", + "name": "TestBzlmodSync", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.cmake_configure_file": [], + "tools.workspace.metadata": [], + "tools.workspace.mirror_to_s3": [], + "tools.workspace.new_release": [ + { + "id": "tools.workspace.new_release.UpgradeResult", + "name": "UpgradeResult", + "lineno": 123, + "bases": [], + "scope": null + } + ], + "tools.workspace.vendor_cxx": [ + { + "id": "tools.workspace.vendor_cxx.Flag", + "name": "Flag", + "lineno": 28, + "bases": [ + "Enum" + ], + "scope": null + } + ], + "tools.workspace.vendor_cxx_test": [ + { + "id": "tools.workspace.vendor_cxx_test.TestVendorCxx", + "name": "TestVendorCxx", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace": [], + "tools.workspace.bazelisk_internal.test.lint_test": [ + { + "id": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest", + "name": "BazeliskLintTest", + "lineno": 22, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.clarabel_cpp_internal.gen_serialize": [], + "tools.workspace.clarabel_cpp_internal.test.lint_test": [ + { + "id": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest", + "name": "ClarabelCppInternalLintTest", + "lineno": 5, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.drake_models.test.parse_test": [ + { + "id": "tools.workspace.drake_models.test.parse_test.TestDrakeModels", + "name": "TestDrakeModels", + "lineno": 98, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.drake_models.test.tri_homecart_test": [ + { + "id": "tools.workspace.drake_models.test.tri_homecart_test.TestTriHomecart", + "name": "TestTriHomecart", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.ipopt_internal.test.lint_test": [ + { + "id": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest", + "name": "IpoptLintTest", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.lapack_internal.sources_gen": [], + "tools.workspace.libjpeg_turbo_internal.upgrade": [], + "tools.workspace.mkdoc_internal.libclang_setup": [], + "tools.workspace.mkdoc_internal.mkdoc": [ + { + "id": "tools.workspace.mkdoc_internal.mkdoc.Symbol", + "name": "Symbol", + "lineno": 159, + "bases": [], + "scope": null + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.SymbolTree", + "name": "SymbolTree", + "lineno": 308, + "bases": [], + "scope": null + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.SymbolTree.Node", + "name": "Node", + "lineno": 327, + "bases": [], + "scope": "SymbolTree" + }, + { + "id": "tools.workspace.mkdoc_internal.mkdoc.FileDict", + "name": "FileDict", + "lineno": 657, + "bases": [], + "scope": null + } + ], + "tools.workspace.mkdoc_internal.mkdoc_comment": [], + "tools.workspace.mkdoc_internal": [], + "tools.workspace.mkdoc_internal.test.mkdoc_comment_test": [ + { + "id": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring", + "name": "TestDocstring", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test": [ + { + "id": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test.TestDocumentation", + "name": "TestDocumentation", + "lineno": 20, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.nlopt_internal.test.enum_test": [ + { + "id": "tools.workspace.nlopt_internal.test.enum_test.TestEnum", + "name": "TestEnum", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.ros_xacro_internal.test.xacro_smoke_test": [ + { + "id": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test.XacroSmokeTest", + "name": "XacroSmokeTest", + "lineno": 4, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.sdformat_internal.embed_sdf": [], + "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test": [ + { + "id": "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test.StableBaselines3InternalTest", + "name": "StableBaselines3InternalTest", + "lineno": 4, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "tools.workspace.vtk_internal.data_to_header": [], + "tutorials.test.notebook_lint_test": [] + }, + "module_graph": { + "bindings.generated_docstrings.test.diff_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\generated_docstrings\\test\\diff_test.py", + "parent": "bindings.generated_docstrings.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.generated_docstrings.tools.regenerate": { + "path": "C:\\repos\\v3\\drake\\bindings\\generated_docstrings\\tools\\regenerate.py", + "parent": "bindings.generated_docstrings.tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.all": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\all.py", + "parent": "bindings.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.forwarddiff": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\forwarddiff.py", + "parent": "bindings.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.stubgen": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\stubgen.py", + "parent": "bindings.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.tutorials": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\tutorials.py", + "parent": "bindings.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake._all_everything": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\_all_everything.py", + "parent": "bindings.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake._lcm_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\_lcm_extra.py", + "parent": "bindings.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake._trajectories_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\_trajectories_extra.py", + "parent": "bindings.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\__init__.py", + "parent": "bindings", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.autodiffutils._autodiffutils_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\autodiffutils\\_autodiffutils_extra.py", + "parent": "bindings.pydrake.autodiffutils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.autodiffutils.test.autodiffutils_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\autodiffutils\\test\\autodiffutils_test.py", + "parent": "bindings.pydrake.autodiffutils.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.all": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\all.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.compatibility": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\compatibility.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.containers": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\containers.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.cpp_param": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\cpp_param.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.cpp_template": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\cpp_template.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.deprecation": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\deprecation.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.jupyter": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\jupyter.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.yaml": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\yaml.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common._common_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\_common_extra.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common._eigen_geometry_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\_eigen_geometry_extra.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common._value_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\_value_extra.py", + "parent": "bindings.pydrake.common", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.compatibility_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\compatibility_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.containers_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\containers_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.cpp_param_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\cpp_param_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.cpp_template_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\cpp_template_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.deprecation_autocomplete_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\deprecation_autocomplete_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.deprecation_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\deprecation_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.deprecation_utility_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\deprecation_utility_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.eigen_geometry_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\eigen_geometry_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.eigen_pybind_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\eigen_pybind_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.module_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\module_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.numpy_compare_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\numpy_compare_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.pybind11_version_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\pybind11_version_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.ref_cycle_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\ref_cycle_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.schema_serialization_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\schema_serialization_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.schema_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\schema_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.serialize_import_failure_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\serialize_import_failure_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.serialize_pybind_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\serialize_pybind_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.sorted_pair_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\sorted_pair_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.text_logging_example": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\text_logging_example.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.text_logging_gil_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\text_logging_gil_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.text_logging_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\text_logging_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\text_logging_threading_direct_to_stderr_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\text_logging_threading_with_gil_release_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.type_safe_index_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\type_safe_index_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.value_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\value_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.wrap_pybind_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\wrap_pybind_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.yaml_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\yaml_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.yaml_typed_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\yaml_typed_test.py", + "parent": "bindings.pydrake.common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.deprecation_example.import_all": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\deprecation_example\\import_all.py", + "parent": "bindings.pydrake.common.test.deprecation_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.deprecation_example.sub_module": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\deprecation_example\\sub_module.py", + "parent": "bindings.pydrake.common.test.deprecation_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test.deprecation_example": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test\\deprecation_example\\__init__.py", + "parent": "bindings.pydrake.common.test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.deprecation": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\deprecation.py", + "parent": "bindings.pydrake.common.test_utilities", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.meta": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\meta.py", + "parent": "bindings.pydrake.common.test_utilities", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.numpy_compare": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\numpy_compare.py", + "parent": "bindings.pydrake.common.test_utilities", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.pickle_compare": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\pickle_compare.py", + "parent": "bindings.pydrake.common.test_utilities", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\__init__.py", + "parent": "bindings.pydrake.common", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.algebra_test_util": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\algebra_test_util\\__init__.py", + "parent": "bindings.pydrake.common.test_utilities", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.scipy_none.scipy": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\scipy_none\\scipy\\__init__.py", + "parent": "bindings.pydrake.common.test_utilities.scipy_none", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.scipy_stub.scipy": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\scipy_stub\\scipy\\__init__.py", + "parent": "bindings.pydrake.common.test_utilities.scipy_stub", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\scipy_stub\\scipy\\sparse\\__init__.py", + "parent": "bindings.pydrake.common.test_utilities.scipy_stub.scipy", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\scipy_stub\\test\\scipy_stub_test.py", + "parent": "bindings.pydrake.common.test_utilities.scipy_stub.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.common.test_utilities.test.meta_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\common\\test_utilities\\test\\meta_test.py", + "parent": "bindings.pydrake.common.test_utilities.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.gym.named_view_helpers": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\gym\\named_view_helpers.py", + "parent": "bindings.pydrake.examples.gym", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.gym.play_cart_pole": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\gym\\play_cart_pole.py", + "parent": "bindings.pydrake.examples.gym", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.gym.train_cart_pole": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\gym\\train_cart_pole.py", + "parent": "bindings.pydrake.examples.gym", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.gym._bazel_cwd_helpers": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\gym\\_bazel_cwd_helpers.py", + "parent": "bindings.pydrake.examples.gym", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.gym": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\gym\\__init__.py", + "parent": "bindings.pydrake.examples", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.gym.envs.cart_pole": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\gym\\envs\\cart_pole.py", + "parent": "bindings.pydrake.examples.gym.envs", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.multibody.cart_pole_passive_simulation": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\multibody\\cart_pole_passive_simulation.py", + "parent": "bindings.pydrake.examples.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\multibody\\pendulum_lqr_monte_carlo_analysis.py", + "parent": "bindings.pydrake.examples.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\multibody\\run_planar_scenegraph_visualizer.py", + "parent": "bindings.pydrake.examples.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.multibody": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\multibody\\__init__.py", + "parent": "bindings.pydrake.examples", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.test.acrobot_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\test\\acrobot_test.py", + "parent": "bindings.pydrake.examples.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.test.compass_gait_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\test\\compass_gait_test.py", + "parent": "bindings.pydrake.examples.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.test.pendulum_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\test\\pendulum_test.py", + "parent": "bindings.pydrake.examples.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.test.quadrotor_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\test\\quadrotor_test.py", + "parent": "bindings.pydrake.examples.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.test.rimless_wheel_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\test\\rimless_wheel_test.py", + "parent": "bindings.pydrake.examples.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.examples.test.van_der_pol_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\examples\\test\\van_der_pol_test.py", + "parent": "bindings.pydrake.examples.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry._geometry_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\_geometry_extra.py", + "parent": "bindings.pydrake.geometry", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.bounding_box_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\bounding_box_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.common_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\common_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.frame_id_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\frame_id_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.hydro_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\hydro_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.meshes_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\meshes_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.optimization_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\optimization_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.render_engine_gl_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\render_engine_gl_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.render_engine_subclass_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\render_engine_subclass_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.render_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\render_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.scene_graph_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\scene_graph_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.geometry.test.visualizers_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\geometry\\test\\visualizers_test.py", + "parent": "bindings.pydrake.geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.gym._drake_gym_env": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\gym\\_drake_gym_env.py", + "parent": "bindings.pydrake.gym", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.gym": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\gym\\__init__.py", + "parent": "bindings.pydrake", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.gym.test.drake_gym_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\gym\\test\\drake_gym_test.py", + "parent": "bindings.pydrake.gym.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.gym.test.mock_torch.torch.distributions": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\gym\\test\\mock_torch\\torch\\distributions.py", + "parent": "bindings.pydrake.gym.test.mock_torch.torch", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.gym.test.mock_torch.torch.nn": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\gym\\test\\mock_torch\\torch\\nn.py", + "parent": "bindings.pydrake.gym.test.mock_torch.torch", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.gym.test.mock_torch.torch.optim": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\gym\\test\\mock_torch\\torch\\optim.py", + "parent": "bindings.pydrake.gym.test.mock_torch.torch", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.gym.test.mock_torch.torch": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\gym\\test\\mock_torch\\torch\\__init__.py", + "parent": "bindings.pydrake.gym.test.mock_torch", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.manipulation._manipulation_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\manipulation\\_manipulation_extra.py", + "parent": "bindings.pydrake.manipulation", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.manipulation.test.franka_panda_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\manipulation\\test\\franka_panda_test.py", + "parent": "bindings.pydrake.manipulation.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.manipulation.test.kuka_iiwa_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\manipulation\\test\\kuka_iiwa_test.py", + "parent": "bindings.pydrake.manipulation.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.manipulation.test.schunk_wsg_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\manipulation\\test\\schunk_wsg_test.py", + "parent": "bindings.pydrake.manipulation.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.manipulation.test.util_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\manipulation\\test\\util_test.py", + "parent": "bindings.pydrake.manipulation.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.math.math_example": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\math\\math_example.py", + "parent": "bindings.pydrake.math", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.math._math_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\math\\_math_extra.py", + "parent": "bindings.pydrake.math", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.math.test.math_overloads_matrix_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\math\\test\\math_overloads_matrix_test.py", + "parent": "bindings.pydrake.math.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.math.test.math_overloads_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\math\\test\\math_overloads_test.py", + "parent": "bindings.pydrake.math.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.math.test.math_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\math\\test\\math_test.py", + "parent": "bindings.pydrake.math.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.all": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\all.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.fix_inertia": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\fix_inertia.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.jupyter_widgets": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\jupyter_widgets.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.mesh_to_model": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\mesh_to_model.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.run_installed_fix_inertia": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\run_installed_fix_inertia.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.run_installed_mesh_to_model": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\run_installed_mesh_to_model.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody._inertia_fixer": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\_inertia_fixer.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody._math_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\_math_extra.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody._mesh_model_maker": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\_mesh_model_maker.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody._plant_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\_plant_extra.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody._tree_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\_tree_extra.py", + "parent": "bindings.pydrake.multibody", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\__init__.py", + "parent": "bindings.pydrake", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.benchmarks_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\benchmarks_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.cenic_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\cenic_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.contact_solvers_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\contact_solvers_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.fem_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\fem_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.fix_inertia_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\fix_inertia_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\inverse_kinematics_differential_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.inverse_kinematics_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\inverse_kinematics_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.lifetime_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\lifetime_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.math_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\math_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.meshcat_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\meshcat_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.mesh_to_model_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\mesh_to_model_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.optimization_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\optimization_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.parsing_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\parsing_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.plant_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\plant_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.multibody.test.rational_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\multibody\\test\\rational_test.py", + "parent": "bindings.pydrake.multibody.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.collision_checker_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\collision_checker_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.collision_checker_trace_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\collision_checker_trace_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.dof_mask_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\dof_mask_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.graph_algorithms_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\graph_algorithms_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.iris_from_clique_cover_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\iris_from_clique_cover_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.iris_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\iris_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.joint_limits_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\joint_limits_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.placeholder_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\placeholder_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.robot_diagram_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\robot_diagram_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.trajectory_optimization_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\trajectory_optimization_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.planning.test.zmp_planner_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\planning\\test\\zmp_planner_test.py", + "parent": "bindings.pydrake.planning.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers._extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\_extra.py", + "parent": "bindings.pydrake.solvers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.augmented_lagrangian_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\augmented_lagrangian_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.branch_and_bound_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\branch_and_bound_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.clarabel_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\clarabel_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.clp_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\clp_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.csdp_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\csdp_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.evaluators_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\evaluators_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.gurobi_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\gurobi_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.ipopt_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\ipopt_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.mathematicalprogram_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\mathematicalprogram_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\mixed_integer_optimization_util_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\mixed_integer_rotation_constraint_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.mobylcp_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\mobylcp_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.mosek_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\mosek_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.nlopt_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\nlopt_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.noscipy_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\noscipy_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.osqp_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\osqp_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.program_attribute_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\program_attribute_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\projected_gradient_descent_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.scs_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\scs_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.sdpa_free_format_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\sdpa_free_format_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.semidefinite_relaxation_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\semidefinite_relaxation_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.snopt_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\snopt_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.solvers.test.unrevised_lemke_solver_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\solvers\\test\\unrevised_lemke_solver_test.py", + "parent": "bindings.pydrake.solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.symbolic._symbolic_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\symbolic\\_symbolic_extra.py", + "parent": "bindings.pydrake.symbolic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.symbolic._symbolic_sympy": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\symbolic\\_symbolic_sympy.py", + "parent": "bindings.pydrake.symbolic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.symbolic.test.symbolic_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\symbolic\\test\\symbolic_test.py", + "parent": "bindings.pydrake.symbolic.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.symbolic.test.sympy_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\symbolic\\test\\sympy_test.py", + "parent": "bindings.pydrake.symbolic.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.all": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\all.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.drawing": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\drawing.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.drawing_graphviz_example": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\drawing_graphviz_example.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.jupyter_widgets": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\jupyter_widgets.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.perception": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\perception.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.planar_scenegraph_visualizer": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\planar_scenegraph_visualizer.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.pyplot_visualizer": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\pyplot_visualizer.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.scalar_conversion": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\scalar_conversion.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems._lcm_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\_lcm_extra.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems._resample_interp1d": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\_resample_interp1d.py", + "parent": "bindings.pydrake.systems", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\__init__.py", + "parent": "bindings.pydrake", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.analysis_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\analysis_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.builder_life_support_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\builder_life_support_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.controllers_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\controllers_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.custom_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\custom_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.estimators_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\estimators_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.event_gc_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\event_gc_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.general_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\general_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.lcm_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\lcm_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.lifetime_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\lifetime_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.monte_carlo_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\monte_carlo_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.perception_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\perception_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\planar_scenegraph_visualizer_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.primitives_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\primitives_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.pyplot_visualizer_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\pyplot_visualizer_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.rendering_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\rendering_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.scalar_conversion_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\scalar_conversion_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.sensors_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\sensors_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test.value_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\value_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test._resample_log_interp1d_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test\\_resample_log_interp1d_test.py", + "parent": "bindings.pydrake.systems.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test_utilities.framework_test_util": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test_utilities\\framework_test_util.py", + "parent": "bindings.pydrake.systems.test_utilities", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.systems.test_utilities": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\systems\\test_utilities\\__init__.py", + "parent": "bindings.pydrake.systems", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.all_each_import_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\all_each_import_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.all_install_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\all_install_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.all_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\all_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.common_install_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\common_install_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.dot_clang_format_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\dot_clang_format_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.forward_diff_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\forward_diff_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.lcm_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\lcm_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.memory_leak_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\memory_leak_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.odr_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\odr_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.parse_models_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\parse_models_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.perception_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\perception_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.polynomial_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\polynomial_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.print_symbol_collisions": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\print_symbol_collisions.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.pydrake_pybind_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\pydrake_pybind_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.rtld_global_warning_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\rtld_global_warning_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.stubgen_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\stubgen_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.trajectories_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\trajectories_test.py", + "parent": "bindings.pydrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\__init__.py", + "parent": "bindings.pydrake", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.test.mock_torch.torch": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\test\\mock_torch\\torch.py", + "parent": "bindings.pydrake.test.mock_torch", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.meldis": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\meldis.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.model_visualizer": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\model_visualizer.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.run_installed_meldis": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\run_installed_meldis.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.run_installed_model_visualizer": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\run_installed_model_visualizer.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization._lcm_image_array_viewer": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\_lcm_image_array_viewer.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization._meldis": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\_meldis.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization._model_visualizer": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\_model_visualizer.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization._plotting": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\_plotting.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization._triad": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\_triad.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization._video": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\_video.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization._visualization_extra": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\_visualization_extra.py", + "parent": "bindings.pydrake.visualization", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.config_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\config_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.image_systems_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\image_systems_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\lcm_image_array_viewer_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.meldis_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\meldis_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.model_visualizer_camera_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\model_visualizer_camera_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.model_visualizer_reload_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\model_visualizer_reload_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.model_visualizer_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\model_visualizer_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.multicam_scenario_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\multicam_scenario_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.plotting_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\plotting_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.sliders_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\sliders_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.triad_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\triad_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.video_test": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\video_test.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "bindings.pydrake.visualization.test.visualization_install_tests": { + "path": "C:\\repos\\v3\\drake\\bindings\\pydrake\\visualization\\test\\visualization_install_tests.py", + "parent": "bindings.pydrake.visualization.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "common.proto.call_python_client": { + "path": "C:\\repos\\v3\\drake\\common\\proto\\call_python_client.py", + "parent": "common.proto", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "common.proto.test.call_python_test": { + "path": "C:\\repos\\v3\\drake\\common\\proto\\test\\call_python_test.py", + "parent": "common.proto.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "common.test.cpu_capabilities_test": { + "path": "C:\\repos\\v3\\drake\\common\\test\\cpu_capabilities_test.py", + "parent": "common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "common.test.drake_cc_googletest_main_test": { + "path": "C:\\repos\\v3\\drake\\common\\test\\drake_cc_googletest_main_test.py", + "parent": "common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "common.test.find_runfiles_subprocess_test": { + "path": "C:\\repos\\v3\\drake\\common\\test\\find_runfiles_subprocess_test.py", + "parent": "common.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "common.test_utilities.drake_py_unittest_main": { + "path": "C:\\repos\\v3\\drake\\common\\test_utilities\\drake_py_unittest_main.py", + "parent": "common.test_utilities", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "common.test_utilities.disable_python_unittest.unittest": { + "path": "C:\\repos\\v3\\drake\\common\\test_utilities\\disable_python_unittest\\unittest\\__init__.py", + "parent": "common.test_utilities.disable_python_unittest", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.build": { + "path": "C:\\repos\\v3\\drake\\doc\\build.py", + "parent": "doc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.defs": { + "path": "C:\\repos\\v3\\drake\\doc\\defs.py", + "parent": "doc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.pages": { + "path": "C:\\repos\\v3\\drake\\doc\\pages.py", + "parent": "doc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.doxygen_cxx.build": { + "path": "C:\\repos\\v3\\drake\\doc\\doxygen_cxx\\build.py", + "parent": "doc.doxygen_cxx", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.doxygen_cxx.system_doxygen": { + "path": "C:\\repos\\v3\\drake\\doc\\doxygen_cxx\\system_doxygen.py", + "parent": "doc.doxygen_cxx", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.doxygen_cxx.test.system_doxygen_test": { + "path": "C:\\repos\\v3\\drake\\doc\\doxygen_cxx\\test\\system_doxygen_test.py", + "parent": "doc.doxygen_cxx.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.pydrake.build": { + "path": "C:\\repos\\v3\\drake\\doc\\pydrake\\build.py", + "parent": "doc.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.pydrake.conf": { + "path": "C:\\repos\\v3\\drake\\doc\\pydrake\\conf.py", + "parent": "doc.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.pydrake.pydrake_sphinx_extension": { + "path": "C:\\repos\\v3\\drake\\doc\\pydrake\\pydrake_sphinx_extension.py", + "parent": "doc.pydrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.styleguide.build": { + "path": "C:\\repos\\v3\\drake\\doc\\styleguide\\build.py", + "parent": "doc.styleguide", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "doc.tutorials.build": { + "path": "C:\\repos\\v3\\drake\\doc\\tutorials\\build.py", + "parent": "doc.tutorials", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.acrobot.acrobot_io": { + "path": "C:\\repos\\v3\\drake\\examples\\acrobot\\acrobot_io.py", + "parent": "examples.acrobot", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.acrobot.metrics": { + "path": "C:\\repos\\v3\\drake\\examples\\acrobot\\metrics.py", + "parent": "examples.acrobot", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.acrobot.optimizer_demo": { + "path": "C:\\repos\\v3\\drake\\examples\\acrobot\\optimizer_demo.py", + "parent": "examples.acrobot", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.acrobot.spong_sim": { + "path": "C:\\repos\\v3\\drake\\examples\\acrobot\\spong_sim.py", + "parent": "examples.acrobot", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.acrobot.test.acrobot_io_test": { + "path": "C:\\repos\\v3\\drake\\examples\\acrobot\\test\\acrobot_io_test.py", + "parent": "examples.acrobot.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.acrobot.test.metrics_test": { + "path": "C:\\repos\\v3\\drake\\examples\\acrobot\\test\\metrics_test.py", + "parent": "examples.acrobot.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.acrobot.test.spong_sim_lib_py_test": { + "path": "C:\\repos\\v3\\drake\\examples\\acrobot\\test\\spong_sim_lib_py_test.py", + "parent": "examples.acrobot.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.acrobot.test.spong_sim_main_test": { + "path": "C:\\repos\\v3\\drake\\examples\\acrobot\\test\\spong_sim_main_test.py", + "parent": "examples.acrobot.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.allegro_hand.joint_control.test.run_twisting_mug_test": { + "path": "C:\\repos\\v3\\drake\\examples\\allegro_hand\\joint_control\\test\\run_twisting_mug_test.py", + "parent": "examples.allegro_hand.joint_control.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hardware_sim.hardware_sim": { + "path": "C:\\repos\\v3\\drake\\examples\\hardware_sim\\hardware_sim.py", + "parent": "examples.hardware_sim", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hardware_sim.robot_commander": { + "path": "C:\\repos\\v3\\drake\\examples\\hardware_sim\\robot_commander.py", + "parent": "examples.hardware_sim", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hardware_sim.test.hardware_sim_cc_test": { + "path": "C:\\repos\\v3\\drake\\examples\\hardware_sim\\test\\hardware_sim_cc_test.py", + "parent": "examples.hardware_sim.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hardware_sim.test.hardware_sim_py_test": { + "path": "C:\\repos\\v3\\drake\\examples\\hardware_sim\\test\\hardware_sim_py_test.py", + "parent": "examples.hardware_sim.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hardware_sim.test.hardware_sim_test_common": { + "path": "C:\\repos\\v3\\drake\\examples\\hardware_sim\\test\\hardware_sim_test_common.py", + "parent": "examples.hardware_sim.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hardware_sim.test.robot_commander_test": { + "path": "C:\\repos\\v3\\drake\\examples\\hardware_sim\\test\\robot_commander_test.py", + "parent": "examples.hardware_sim.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hydroelastic.python_ball_paddle.contact_sim_demo": { + "path": "C:\\repos\\v3\\drake\\examples\\hydroelastic\\python_ball_paddle\\contact_sim_demo.py", + "parent": "examples.hydroelastic.python_ball_paddle", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.hydroelastic.python_nonconvex_mesh.drop_pepper": { + "path": "C:\\repos\\v3\\drake\\examples\\hydroelastic\\python_nonconvex_mesh\\drop_pepper.py", + "parent": "examples.hydroelastic.python_nonconvex_mesh", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.multibody.strandbeest.test.run_with_motor_test": { + "path": "C:\\repos\\v3\\drake\\examples\\multibody\\strandbeest\\test\\run_with_motor_test.py", + "parent": "examples.multibody.strandbeest.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.van_der_pol.plot_limit_cycle": { + "path": "C:\\repos\\v3\\drake\\examples\\van_der_pol\\plot_limit_cycle.py", + "parent": "examples.van_der_pol", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "geometry.proximity.test.refine_mesh_test": { + "path": "C:\\repos\\v3\\drake\\geometry\\proximity\\test\\refine_mesh_test.py", + "parent": "geometry.proximity.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "geometry.render_gltf_client.test.acceptance_test": { + "path": "C:\\repos\\v3\\drake\\geometry\\render_gltf_client\\test\\acceptance_test.py", + "parent": "geometry.render_gltf_client.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "geometry.render_gltf_client.test.file_size_test": { + "path": "C:\\repos\\v3\\drake\\geometry\\render_gltf_client\\test\\file_size_test.py", + "parent": "geometry.render_gltf_client.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "geometry.render_gltf_client.test.integration_test": { + "path": "C:\\repos\\v3\\drake\\geometry\\render_gltf_client\\test\\integration_test.py", + "parent": "geometry.render_gltf_client.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "geometry.render_gltf_client.test.server_demo": { + "path": "C:\\repos\\v3\\drake\\geometry\\render_gltf_client\\test\\server_demo.py", + "parent": "geometry.render_gltf_client.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "geometry.test.meshcat_websocket_client": { + "path": "C:\\repos\\v3\\drake\\geometry\\test\\meshcat_websocket_client.py", + "parent": "geometry.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "lcm.test.initialization_sequence_test": { + "path": "C:\\repos\\v3\\drake\\lcm\\test\\initialization_sequence_test.py", + "parent": "lcm.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "lcmtypes.test.nested_types_test": { + "path": "C:\\repos\\v3\\drake\\lcmtypes\\test\\nested_types_test.py", + "parent": "lcmtypes.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "multibody.parsing.package_downloader": { + "path": "C:\\repos\\v3\\drake\\multibody\\parsing\\package_downloader.py", + "parent": "multibody.parsing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "multibody.parsing.test.package_downloader_stress_test": { + "path": "C:\\repos\\v3\\drake\\multibody\\parsing\\test\\package_downloader_stress_test.py", + "parent": "multibody.parsing.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "multibody.parsing.test.package_downloader_test": { + "path": "C:\\repos\\v3\\drake\\multibody\\parsing\\test\\package_downloader_test.py", + "parent": "multibody.parsing.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "multibody.plant.images.ideal_stiction": { + "path": "C:\\repos\\v3\\drake\\multibody\\plant\\images\\ideal_stiction.py", + "parent": "multibody.plant.images", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "multibody.plant.images.stiction": { + "path": "C:\\repos\\v3\\drake\\multibody\\plant\\images\\stiction.py", + "parent": "multibody.plant.images", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "multibody.plant.images.test.scripts_test": { + "path": "C:\\repos\\v3\\drake\\multibody\\plant\\images\\test\\scripts_test.py", + "parent": "multibody.plant.images.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "setup.install_prereqs": { + "path": "C:\\repos\\v3\\drake\\setup\\install_prereqs.py", + "parent": "setup", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "setup.test.install_prereqs_test": { + "path": "C:\\repos\\v3\\drake\\setup\\test\\install_prereqs_test.py", + "parent": "setup.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "solvers.test.gurobi_solver_license_retention_test": { + "path": "C:\\repos\\v3\\drake\\solvers\\test\\gurobi_solver_license_retention_test.py", + "parent": "solvers.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "systems.analysis.test.simulator_gflags_test": { + "path": "C:\\repos\\v3\\drake\\systems\\analysis\\test\\simulator_gflags_test.py", + "parent": "systems.analysis.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "third_party.com_github_bazelbuild_bazelisk.bazelisk": { + "path": "C:\\repos\\v3\\drake\\third_party\\com_github_bazelbuild_bazelisk\\bazelisk.py", + "parent": "third_party.com_github_bazelbuild_bazelisk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.model_visualizer_private": { + "path": "C:\\repos\\v3\\drake\\tools\\model_visualizer_private.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools": { + "path": "C:\\repos\\v3\\drake\\tools\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.clion.test.bazel_wrapper_test": { + "path": "C:\\repos\\v3\\drake\\tools\\clion\\test\\bazel_wrapper_test.py", + "parent": "tools.clion.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.installer": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\installer.py", + "parent": "tools.install", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.install_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\install_test.py", + "parent": "tools.install", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.install_test_helper": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\install_test_helper.py", + "parent": "tools.install", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.otool": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\otool.py", + "parent": "tools.install", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\__init__.py", + "parent": "tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.dummy.dummy": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\dummy\\dummy.py", + "parent": "tools.install.dummy", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.build_components_refresh": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\build_components_refresh.py", + "parent": "tools.install.libdrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.parse_version": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\parse_version.py", + "parent": "tools.install.libdrake", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.test.drake_python_dir_install_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\test\\drake_python_dir_install_test.py", + "parent": "tools.install.libdrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.test.exported_symbols_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\test\\exported_symbols_test.py", + "parent": "tools.install.libdrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.test.find_package_drake_install_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\test\\find_package_drake_install_test.py", + "parent": "tools.install.libdrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.test.header_dependency_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\test\\header_dependency_test.py", + "parent": "tools.install.libdrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.test.metadata_install_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\test\\metadata_install_test.py", + "parent": "tools.install.libdrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.test.rpath_install_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\test\\rpath_install_test.py", + "parent": "tools.install.libdrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.libdrake.test.snopt_visibility_install_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\libdrake\\test\\snopt_visibility_install_test.py", + "parent": "tools.install.libdrake.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.test.installer_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\test\\installer_test.py", + "parent": "tools.install.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.test.install_meta_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\test\\install_meta_test.py", + "parent": "tools.install.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.install.test.install_test_helper_test": { + "path": "C:\\repos\\v3\\drake\\tools\\install\\test\\install_test_helper_test.py", + "parent": "tools.install.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.jupyter.example_library": { + "path": "C:\\repos\\v3\\drake\\tools\\jupyter\\example_library.py", + "parent": "tools.jupyter", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.jupyter.jupyter_bazel": { + "path": "C:\\repos\\v3\\drake\\tools\\jupyter\\jupyter_bazel.py", + "parent": "tools.jupyter", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.jupyter.test.failing_notebook_test": { + "path": "C:\\repos\\v3\\drake\\tools\\jupyter\\test\\failing_notebook_test.py", + "parent": "tools.jupyter.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.jupyter.test.jupyter_prereqs_test": { + "path": "C:\\repos\\v3\\drake\\tools\\jupyter\\test\\jupyter_prereqs_test.py", + "parent": "tools.jupyter.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.kcov.kcoverage": { + "path": "C:\\repos\\v3\\drake\\tools\\kcov\\kcoverage.py", + "parent": "tools.kcov", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lcm_gen": { + "path": "C:\\repos\\v3\\drake\\tools\\lcm_gen\\__init__.py", + "parent": "tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lcm_gen.test.lcm_gen_test": { + "path": "C:\\repos\\v3\\drake\\tools\\lcm_gen\\test\\lcm_gen_test.py", + "parent": "tools.lcm_gen.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint.buildifier": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\buildifier.py", + "parent": "tools.lint", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint.clang_format": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\clang_format.py", + "parent": "tools.lint", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint.clang_format_lint": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\clang_format_lint.py", + "parent": "tools.lint", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint.drakelint": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\drakelint.py", + "parent": "tools.lint", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint.library_lint_reporter": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\library_lint_reporter.py", + "parent": "tools.lint", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint.util": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\util.py", + "parent": "tools.lint", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\__init__.py", + "parent": "tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint.test.buildifier_test": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\test\\buildifier_test.py", + "parent": "tools.lint.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.lint.test.util_test": { + "path": "C:\\repos\\v3\\drake\\tools\\lint\\test\\util_test.py", + "parent": "tools.lint.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.performance.benchmark_tool": { + "path": "C:\\repos\\v3\\drake\\tools\\performance\\benchmark_tool.py", + "parent": "tools.performance", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.release_engineering.download_release_candidate": { + "path": "C:\\repos\\v3\\drake\\tools\\release_engineering\\download_release_candidate.py", + "parent": "tools.release_engineering", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.release_engineering.mirror_to_s3": { + "path": "C:\\repos\\v3\\drake\\tools\\release_engineering\\mirror_to_s3.py", + "parent": "tools.release_engineering", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.release_engineering.relnotes": { + "path": "C:\\repos\\v3\\drake\\tools\\release_engineering\\relnotes.py", + "parent": "tools.release_engineering", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.release_engineering.repack_deb": { + "path": "C:\\repos\\v3\\drake\\tools\\release_engineering\\repack_deb.py", + "parent": "tools.release_engineering", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.skylark.py_env_runner": { + "path": "C:\\repos\\v3\\drake\\tools\\skylark\\py_env_runner.py", + "parent": "tools.skylark", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.skylark.rewrite_osx_ar_hidden": { + "path": "C:\\repos\\v3\\drake\\tools\\skylark\\rewrite_osx_ar_hidden.py", + "parent": "tools.skylark", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.skylark.test.pathutils_test": { + "path": "C:\\repos\\v3\\drake\\tools\\skylark\\test\\pathutils_test.py", + "parent": "tools.skylark.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\__init__.py", + "parent": "tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.image.setup": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\image\\setup.py", + "parent": "tools.wheel.image", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.macos.change_lpath": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\macos\\change_lpath.py", + "parent": "tools.wheel.macos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.macos.strip_rpath": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\macos\\strip_rpath.py", + "parent": "tools.wheel.macos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.test.tests.libs-test": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\test\\tests\\libs-test.py", + "parent": "tools.wheel.test.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.test.tests.meshcat-test": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\test\\tests\\meshcat-test.py", + "parent": "tools.wheel.test.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.test.tests.metadata_test": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\test\\tests\\metadata_test.py", + "parent": "tools.wheel.test.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.test.tests.mosek-test": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\test\\tests\\mosek-test.py", + "parent": "tools.wheel.test.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.test.tests.pyi-install-test": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\test\\tests\\pyi-install-test.py", + "parent": "tools.wheel.test.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.test.tests.render-vtk": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\test\\tests\\render-vtk.py", + "parent": "tools.wheel.test.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.test.tests.sanity-test": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\test\\tests\\sanity-test.py", + "parent": "tools.wheel.test.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.test.tests.size-test": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\test\\tests\\size-test.py", + "parent": "tools.wheel.test.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.wheel_builder.common": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\wheel_builder\\common.py", + "parent": "tools.wheel.wheel_builder", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.wheel_builder.linux": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\wheel_builder\\linux.py", + "parent": "tools.wheel.wheel_builder", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.wheel_builder.linux_types": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\wheel_builder\\linux_types.py", + "parent": "tools.wheel.wheel_builder", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.wheel_builder.macos": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\wheel_builder\\macos.py", + "parent": "tools.wheel.wheel_builder", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.wheel_builder.macos_types": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\wheel_builder\\macos_types.py", + "parent": "tools.wheel.wheel_builder", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.wheel.wheel_builder.main": { + "path": "C:\\repos\\v3\\drake\\tools\\wheel\\wheel_builder\\main.py", + "parent": "tools.wheel.wheel_builder", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.bzlmod_sync_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\bzlmod_sync_test.py", + "parent": "tools.workspace", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.cmake_configure_file": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\cmake_configure_file.py", + "parent": "tools.workspace", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.metadata": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\metadata.py", + "parent": "tools.workspace", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.mirror_to_s3": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\mirror_to_s3.py", + "parent": "tools.workspace", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.new_release": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\new_release.py", + "parent": "tools.workspace", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.vendor_cxx": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\vendor_cxx.py", + "parent": "tools.workspace", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.vendor_cxx_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\vendor_cxx_test.py", + "parent": "tools.workspace", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\__init__.py", + "parent": "tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.bazelisk_internal.test.lint_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\bazelisk_internal\\test\\lint_test.py", + "parent": "tools.workspace.bazelisk_internal.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.clarabel_cpp_internal.gen_serialize": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\clarabel_cpp_internal\\gen_serialize.py", + "parent": "tools.workspace.clarabel_cpp_internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.clarabel_cpp_internal.test.lint_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\clarabel_cpp_internal\\test\\lint_test.py", + "parent": "tools.workspace.clarabel_cpp_internal.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.drake_models.test.parse_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\drake_models\\test\\parse_test.py", + "parent": "tools.workspace.drake_models.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.drake_models.test.tri_homecart_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\drake_models\\test\\tri_homecart_test.py", + "parent": "tools.workspace.drake_models.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.ipopt_internal.test.lint_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\ipopt_internal\\test\\lint_test.py", + "parent": "tools.workspace.ipopt_internal.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.lapack_internal.sources_gen": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\lapack_internal\\sources_gen.py", + "parent": "tools.workspace.lapack_internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.libjpeg_turbo_internal.upgrade": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\libjpeg_turbo_internal\\upgrade.py", + "parent": "tools.workspace.libjpeg_turbo_internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.mkdoc_internal.libclang_setup": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\mkdoc_internal\\libclang_setup.py", + "parent": "tools.workspace.mkdoc_internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.mkdoc_internal.mkdoc": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\mkdoc_internal\\mkdoc.py", + "parent": "tools.workspace.mkdoc_internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.mkdoc_internal.mkdoc_comment": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\mkdoc_internal\\mkdoc_comment.py", + "parent": "tools.workspace.mkdoc_internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.mkdoc_internal": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\mkdoc_internal\\__init__.py", + "parent": "tools.workspace", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.mkdoc_internal.test.mkdoc_comment_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\mkdoc_internal\\test\\mkdoc_comment_test.py", + "parent": "tools.workspace.mkdoc_internal.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\mkdoc_internal\\test\\sample_header_documentation_py_test.py", + "parent": "tools.workspace.mkdoc_internal.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.nlopt_internal.test.enum_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\nlopt_internal\\test\\enum_test.py", + "parent": "tools.workspace.nlopt_internal.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.ros_xacro_internal.test.xacro_smoke_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\ros_xacro_internal\\test\\xacro_smoke_test.py", + "parent": "tools.workspace.ros_xacro_internal.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.sdformat_internal.embed_sdf": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\sdformat_internal\\embed_sdf.py", + "parent": "tools.workspace.sdformat_internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\stable_baselines3_internal\\test\\stable_baselines3_internal_test.py", + "parent": "tools.workspace.stable_baselines3_internal.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.workspace.vtk_internal.data_to_header": { + "path": "C:\\repos\\v3\\drake\\tools\\workspace\\vtk_internal\\data_to_header.py", + "parent": "tools.workspace.vtk_internal", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tutorials.test.notebook_lint_test": { + "path": "C:\\repos\\v3\\drake\\tutorials\\test\\notebook_lint_test.py", + "parent": "tutorials.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + } + }, + "import_graph": { + "bindings.generated_docstrings.test.diff_test": [], + "bindings.generated_docstrings.tools.regenerate": [], + "bindings.pydrake.all": [ + { + "from_module": "bindings.pydrake.all", + "imports": "getDrakePath", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "getDrakePath", + "lineno": 40 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "autodiffutils.*", + "type": "from_import", + "relative_level": 1, + "module_part": "autodiffutils", + "symbol_part": "*", + "lineno": 41 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "forwarddiff.*", + "type": "from_import", + "relative_level": 1, + "module_part": "forwarddiff", + "symbol_part": "*", + "lineno": 42 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "lcm.*", + "type": "from_import", + "relative_level": 1, + "module_part": "lcm", + "symbol_part": "*", + "lineno": 43 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "manipulation.*", + "type": "from_import", + "relative_level": 1, + "module_part": "manipulation", + "symbol_part": "*", + "lineno": 44 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "math.*", + "type": "from_import", + "relative_level": 1, + "module_part": "math", + "symbol_part": "*", + "lineno": 45 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "perception.*", + "type": "from_import", + "relative_level": 1, + "module_part": "perception", + "symbol_part": "*", + "lineno": 46 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "planning.*", + "type": "from_import", + "relative_level": 1, + "module_part": "planning", + "symbol_part": "*", + "lineno": 47 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "polynomial.*", + "type": "from_import", + "relative_level": 1, + "module_part": "polynomial", + "symbol_part": "*", + "lineno": 48 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "solvers.*", + "type": "from_import", + "relative_level": 1, + "module_part": "solvers", + "symbol_part": "*", + "lineno": 49 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "symbolic.*", + "type": "from_import", + "relative_level": 1, + "module_part": "symbolic", + "symbol_part": "*", + "lineno": 50 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "trajectories.*", + "type": "from_import", + "relative_level": 1, + "module_part": "trajectories", + "symbol_part": "*", + "lineno": 51 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "common.all.*", + "type": "from_import", + "relative_level": 1, + "module_part": "common.all", + "symbol_part": "*", + "lineno": 56 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "geometry.all.*", + "type": "from_import", + "relative_level": 1, + "module_part": "geometry.all", + "symbol_part": "*", + "lineno": 57 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "multibody.all.*", + "type": "from_import", + "relative_level": 1, + "module_part": "multibody.all", + "symbol_part": "*", + "lineno": 58 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "systems.all.*", + "type": "from_import", + "relative_level": 1, + "module_part": "systems.all", + "symbol_part": "*", + "lineno": 59 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "visualization.*", + "type": "from_import", + "relative_level": 1, + "module_part": "visualization", + "symbol_part": "*", + "lineno": 60 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "math.*", + "type": "from_import", + "relative_level": 1, + "module_part": "math", + "symbol_part": "*", + "lineno": 65 + }, + { + "from_module": "bindings.pydrake.all", + "imports": "symbolic.Polynomial", + "type": "from_import", + "relative_level": 1, + "module_part": "symbolic", + "symbol_part": "Polynomial", + "lineno": 68 + } + ], + "bindings.pydrake.forwarddiff": [ + { + "from_module": "bindings.pydrake.forwarddiff", + "imports": "autodiffutils.AutoDiffXd", + "type": "from_import", + "relative_level": 1, + "module_part": "autodiffutils", + "symbol_part": "AutoDiffXd", + "lineno": 3 + } + ], + "bindings.pydrake.stubgen": [], + "bindings.pydrake.tutorials": [], + "bindings.pydrake._all_everything": [], + "bindings.pydrake._lcm_extra": [], + "bindings.pydrake._trajectories_extra": [], + "bindings.pydrake": [ + { + "from_module": "bindings.pydrake", + "imports": "common", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "common", + "lineno": 147 + } + ], + "bindings.pydrake.autodiffutils._autodiffutils_extra": [], + "bindings.pydrake.autodiffutils.test.autodiffutils_test": [], + "bindings.pydrake.common.all": [ + { + "from_module": "bindings.pydrake.common.all", + "imports": "*", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "*", + "lineno": 4 + }, + { + "from_module": "bindings.pydrake.common.all", + "imports": "compatibility.*", + "type": "from_import", + "relative_level": 1, + "module_part": "compatibility", + "symbol_part": "*", + "lineno": 5 + }, + { + "from_module": "bindings.pydrake.common.all", + "imports": "containers.*", + "type": "from_import", + "relative_level": 1, + "module_part": "containers", + "symbol_part": "*", + "lineno": 6 + }, + { + "from_module": "bindings.pydrake.common.all", + "imports": "eigen_geometry.*", + "type": "from_import", + "relative_level": 1, + "module_part": "eigen_geometry", + "symbol_part": "*", + "lineno": 12 + }, + { + "from_module": "bindings.pydrake.common.all", + "imports": "schema.*", + "type": "from_import", + "relative_level": 1, + "module_part": "schema", + "symbol_part": "*", + "lineno": 13 + }, + { + "from_module": "bindings.pydrake.common.all", + "imports": "yaml.*", + "type": "from_import", + "relative_level": 1, + "module_part": "yaml", + "symbol_part": "*", + "lineno": 14 + }, + { + "from_module": "bindings.pydrake.common.all", + "imports": "value.*", + "type": "from_import", + "relative_level": 1, + "module_part": "value", + "symbol_part": "*", + "lineno": 15 + }, + { + "from_module": "bindings.pydrake.common.all", + "imports": "pybind11_version", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "pybind11_version", + "lineno": 19 + } + ], + "bindings.pydrake.common.compatibility": [], + "bindings.pydrake.common.containers": [], + "bindings.pydrake.common.cpp_param": [], + "bindings.pydrake.common.cpp_template": [], + "bindings.pydrake.common.deprecation": [], + "bindings.pydrake.common.jupyter": [], + "bindings.pydrake.common.yaml": [], + "bindings.pydrake.common._common_extra": [], + "bindings.pydrake.common._eigen_geometry_extra": [], + "bindings.pydrake.common._value_extra": [], + "bindings.pydrake.common.test.compatibility_test": [], + "bindings.pydrake.common.test.containers_test": [], + "bindings.pydrake.common.test.cpp_param_test": [], + "bindings.pydrake.common.test.cpp_template_test": [], + "bindings.pydrake.common.test.deprecation_autocomplete_test": [], + "bindings.pydrake.common.test.deprecation_test": [], + "bindings.pydrake.common.test.deprecation_utility_test": [], + "bindings.pydrake.common.test.eigen_geometry_test": [], + "bindings.pydrake.common.test.eigen_pybind_test": [], + "bindings.pydrake.common.test.module_test": [], + "bindings.pydrake.common.test.numpy_compare_test": [], + "bindings.pydrake.common.test.pybind11_version_test": [], + "bindings.pydrake.common.test.ref_cycle_test": [], + "bindings.pydrake.common.test.schema_serialization_test": [], + "bindings.pydrake.common.test.schema_test": [], + "bindings.pydrake.common.test.serialize_import_failure_test": [], + "bindings.pydrake.common.test.serialize_pybind_test": [], + "bindings.pydrake.common.test.sorted_pair_test": [], + "bindings.pydrake.common.test.text_logging_example": [], + "bindings.pydrake.common.test.text_logging_gil_test": [], + "bindings.pydrake.common.test.text_logging_test": [], + "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test": [], + "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test": [], + "bindings.pydrake.common.test.type_safe_index_test": [], + "bindings.pydrake.common.test.value_test": [], + "bindings.pydrake.common.test.wrap_pybind_test": [], + "bindings.pydrake.common.test.yaml_test": [], + "bindings.pydrake.common.test.yaml_typed_test": [], + "bindings.pydrake.common.test.deprecation_example.import_all": [], + "bindings.pydrake.common.test.deprecation_example.sub_module": [], + "bindings.pydrake.common.test.deprecation_example": [], + "bindings.pydrake.common.test_utilities.deprecation": [], + "bindings.pydrake.common.test_utilities.meta": [], + "bindings.pydrake.common.test_utilities.numpy_compare": [], + "bindings.pydrake.common.test_utilities.pickle_compare": [], + "bindings.pydrake.common.test_utilities": [], + "bindings.pydrake.common.test_utilities.algebra_test_util": [], + "bindings.pydrake.common.test_utilities.scipy_none.scipy": [], + "bindings.pydrake.common.test_utilities.scipy_stub.scipy": [], + "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse": [], + "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test": [], + "bindings.pydrake.common.test_utilities.test.meta_test": [], + "bindings.pydrake.examples.gym.named_view_helpers": [], + "bindings.pydrake.examples.gym.play_cart_pole": [], + "bindings.pydrake.examples.gym.train_cart_pole": [], + "bindings.pydrake.examples.gym._bazel_cwd_helpers": [], + "bindings.pydrake.examples.gym": [], + "bindings.pydrake.examples.gym.envs.cart_pole": [], + "bindings.pydrake.examples.multibody.cart_pole_passive_simulation": [], + "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis": [], + "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer": [], + "bindings.pydrake.examples.multibody": [], + "bindings.pydrake.examples.test.acrobot_test": [], + "bindings.pydrake.examples.test.compass_gait_test": [], + "bindings.pydrake.examples.test.pendulum_test": [], + "bindings.pydrake.examples.test.quadrotor_test": [], + "bindings.pydrake.examples.test.rimless_wheel_test": [], + "bindings.pydrake.examples.test.van_der_pol_test": [], + "bindings.pydrake.geometry._geometry_extra": [], + "bindings.pydrake.geometry.test.bounding_box_test": [], + "bindings.pydrake.geometry.test.common_test": [], + "bindings.pydrake.geometry.test.frame_id_test": [], + "bindings.pydrake.geometry.test.hydro_test": [], + "bindings.pydrake.geometry.test.meshes_test": [], + "bindings.pydrake.geometry.test.optimization_test": [], + "bindings.pydrake.geometry.test.render_engine_gl_test": [], + "bindings.pydrake.geometry.test.render_engine_subclass_test": [], + "bindings.pydrake.geometry.test.render_test": [], + "bindings.pydrake.geometry.test.scene_graph_test": [], + "bindings.pydrake.geometry.test.visualizers_test": [], + "bindings.pydrake.gym._drake_gym_env": [], + "bindings.pydrake.gym": [ + { + "from_module": "bindings.pydrake.gym", + "imports": "_drake_gym_env.DrakeGymEnv", + "type": "from_import", + "relative_level": 1, + "module_part": "_drake_gym_env", + "symbol_part": "DrakeGymEnv", + "lineno": 42 + } + ], + "bindings.pydrake.gym.test.drake_gym_test": [], + "bindings.pydrake.gym.test.mock_torch.torch.distributions": [], + "bindings.pydrake.gym.test.mock_torch.torch.nn": [], + "bindings.pydrake.gym.test.mock_torch.torch.optim": [], + "bindings.pydrake.gym.test.mock_torch.torch": [ + { + "from_module": "bindings.pydrake.gym.test.mock_torch.torch", + "imports": "distributions", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "distributions", + "lineno": 8 + }, + { + "from_module": "bindings.pydrake.gym.test.mock_torch.torch", + "imports": "nn", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "nn", + "lineno": 8 + }, + { + "from_module": "bindings.pydrake.gym.test.mock_torch.torch", + "imports": "optim", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "optim", + "lineno": 8 + } + ], + "bindings.pydrake.manipulation._manipulation_extra": [], + "bindings.pydrake.manipulation.test.franka_panda_test": [], + "bindings.pydrake.manipulation.test.kuka_iiwa_test": [], + "bindings.pydrake.manipulation.test.schunk_wsg_test": [], + "bindings.pydrake.manipulation.test.util_test": [], + "bindings.pydrake.math.math_example": [], + "bindings.pydrake.math._math_extra": [], + "bindings.pydrake.math.test.math_overloads_matrix_test": [], + "bindings.pydrake.math.test.math_overloads_test": [], + "bindings.pydrake.math.test.math_test": [], + "bindings.pydrake.multibody.all": [ + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "cenic.*", + "type": "from_import", + "relative_level": 1, + "module_part": "cenic", + "symbol_part": "*", + "lineno": 7 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "contact_solvers.*", + "type": "from_import", + "relative_level": 1, + "module_part": "contact_solvers", + "symbol_part": "*", + "lineno": 8 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "inverse_kinematics.*", + "type": "from_import", + "relative_level": 1, + "module_part": "inverse_kinematics", + "symbol_part": "*", + "lineno": 9 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "fem.*", + "type": "from_import", + "relative_level": 1, + "module_part": "fem", + "symbol_part": "*", + "lineno": 10 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "math.*", + "type": "from_import", + "relative_level": 1, + "module_part": "math", + "symbol_part": "*", + "lineno": 11 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "meshcat.*", + "type": "from_import", + "relative_level": 1, + "module_part": "meshcat", + "symbol_part": "*", + "lineno": 12 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "optimization.*", + "type": "from_import", + "relative_level": 1, + "module_part": "optimization", + "symbol_part": "*", + "lineno": 13 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "parsing.*", + "type": "from_import", + "relative_level": 1, + "module_part": "parsing", + "symbol_part": "*", + "lineno": 14 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "plant.*", + "type": "from_import", + "relative_level": 1, + "module_part": "plant", + "symbol_part": "*", + "lineno": 15 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "rational.*", + "type": "from_import", + "relative_level": 1, + "module_part": "rational", + "symbol_part": "*", + "lineno": 16 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "tree.*", + "type": "from_import", + "relative_level": 1, + "module_part": "tree", + "symbol_part": "*", + "lineno": 17 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "benchmarks.all.*", + "type": "from_import", + "relative_level": 1, + "module_part": "benchmarks.all", + "symbol_part": "*", + "lineno": 20 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "fix_inertia", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "fix_inertia", + "lineno": 23 + }, + { + "from_module": "bindings.pydrake.multibody.all", + "imports": "mesh_to_model", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "mesh_to_model", + "lineno": 24 + } + ], + "bindings.pydrake.multibody.fix_inertia": [], + "bindings.pydrake.multibody.jupyter_widgets": [], + "bindings.pydrake.multibody.mesh_to_model": [], + "bindings.pydrake.multibody.run_installed_fix_inertia": [], + "bindings.pydrake.multibody.run_installed_mesh_to_model": [], + "bindings.pydrake.multibody._inertia_fixer": [], + "bindings.pydrake.multibody._math_extra": [], + "bindings.pydrake.multibody._mesh_model_maker": [], + "bindings.pydrake.multibody._plant_extra": [], + "bindings.pydrake.multibody._tree_extra": [], + "bindings.pydrake.multibody": [], + "bindings.pydrake.multibody.test.benchmarks_test": [], + "bindings.pydrake.multibody.test.cenic_test": [], + "bindings.pydrake.multibody.test.contact_solvers_test": [], + "bindings.pydrake.multibody.test.fem_test": [], + "bindings.pydrake.multibody.test.fix_inertia_test": [], + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test": [], + "bindings.pydrake.multibody.test.inverse_kinematics_test": [], + "bindings.pydrake.multibody.test.lifetime_test": [], + "bindings.pydrake.multibody.test.math_test": [], + "bindings.pydrake.multibody.test.meshcat_test": [], + "bindings.pydrake.multibody.test.mesh_to_model_test": [], + "bindings.pydrake.multibody.test.optimization_test": [], + "bindings.pydrake.multibody.test.parsing_test": [], + "bindings.pydrake.multibody.test.plant_test": [], + "bindings.pydrake.multibody.test.rational_test": [], + "bindings.pydrake.planning.test.collision_checker_test": [], + "bindings.pydrake.planning.test.collision_checker_trace_test": [], + "bindings.pydrake.planning.test.dof_mask_test": [], + "bindings.pydrake.planning.test.graph_algorithms_test": [], + "bindings.pydrake.planning.test.iris_from_clique_cover_test": [], + "bindings.pydrake.planning.test.iris_test": [], + "bindings.pydrake.planning.test.joint_limits_test": [], + "bindings.pydrake.planning.test.placeholder_test": [], + "bindings.pydrake.planning.test.robot_diagram_test": [], + "bindings.pydrake.planning.test.trajectory_optimization_test": [], + "bindings.pydrake.planning.test.zmp_planner_test": [], + "bindings.pydrake.solvers._extra": [], + "bindings.pydrake.solvers.test.augmented_lagrangian_test": [], + "bindings.pydrake.solvers.test.branch_and_bound_test": [], + "bindings.pydrake.solvers.test.clarabel_solver_test": [], + "bindings.pydrake.solvers.test.clp_solver_test": [], + "bindings.pydrake.solvers.test.csdp_solver_test": [], + "bindings.pydrake.solvers.test.evaluators_test": [], + "bindings.pydrake.solvers.test.gurobi_solver_test": [], + "bindings.pydrake.solvers.test.ipopt_solver_test": [], + "bindings.pydrake.solvers.test.mathematicalprogram_test": [], + "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test": [], + "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test": [], + "bindings.pydrake.solvers.test.mobylcp_solver_test": [], + "bindings.pydrake.solvers.test.mosek_solver_test": [], + "bindings.pydrake.solvers.test.nlopt_solver_test": [], + "bindings.pydrake.solvers.test.noscipy_test": [], + "bindings.pydrake.solvers.test.osqp_solver_test": [], + "bindings.pydrake.solvers.test.program_attribute_test": [], + "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test": [], + "bindings.pydrake.solvers.test.scs_solver_test": [], + "bindings.pydrake.solvers.test.sdpa_free_format_test": [], + "bindings.pydrake.solvers.test.semidefinite_relaxation_test": [], + "bindings.pydrake.solvers.test.snopt_solver_test": [], + "bindings.pydrake.solvers.test.unrevised_lemke_solver_test": [], + "bindings.pydrake.symbolic._symbolic_extra": [], + "bindings.pydrake.symbolic._symbolic_sympy": [], + "bindings.pydrake.symbolic.test.symbolic_test": [], + "bindings.pydrake.symbolic.test.sympy_test": [], + "bindings.pydrake.systems.all": [ + { + "from_module": "bindings.pydrake.systems.all", + "imports": "analysis.*", + "type": "from_import", + "relative_level": 1, + "module_part": "analysis", + "symbol_part": "*", + "lineno": 3 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "controllers.*", + "type": "from_import", + "relative_level": 1, + "module_part": "controllers", + "symbol_part": "*", + "lineno": 4 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "drawing.*", + "type": "from_import", + "relative_level": 1, + "module_part": "drawing", + "symbol_part": "*", + "lineno": 5 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "estimators.*", + "type": "from_import", + "relative_level": 1, + "module_part": "estimators", + "symbol_part": "*", + "lineno": 6 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "framework.*", + "type": "from_import", + "relative_level": 1, + "module_part": "framework", + "symbol_part": "*", + "lineno": 7 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "lcm.*", + "type": "from_import", + "relative_level": 1, + "module_part": "lcm", + "symbol_part": "*", + "lineno": 8 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "perception.*", + "type": "from_import", + "relative_level": 1, + "module_part": "perception", + "symbol_part": "*", + "lineno": 9 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "planar_scenegraph_visualizer.*", + "type": "from_import", + "relative_level": 1, + "module_part": "planar_scenegraph_visualizer", + "symbol_part": "*", + "lineno": 10 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "primitives.*", + "type": "from_import", + "relative_level": 1, + "module_part": "primitives", + "symbol_part": "*", + "lineno": 11 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "pyplot_visualizer.*", + "type": "from_import", + "relative_level": 1, + "module_part": "pyplot_visualizer", + "symbol_part": "*", + "lineno": 12 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "rendering.*", + "type": "from_import", + "relative_level": 1, + "module_part": "rendering", + "symbol_part": "*", + "lineno": 13 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "scalar_conversion.*", + "type": "from_import", + "relative_level": 1, + "module_part": "scalar_conversion", + "symbol_part": "*", + "lineno": 14 + }, + { + "from_module": "bindings.pydrake.systems.all", + "imports": "sensors.*", + "type": "from_import", + "relative_level": 1, + "module_part": "sensors", + "symbol_part": "*", + "lineno": 15 + } + ], + "bindings.pydrake.systems.drawing": [], + "bindings.pydrake.systems.drawing_graphviz_example": [], + "bindings.pydrake.systems.jupyter_widgets": [], + "bindings.pydrake.systems.perception": [], + "bindings.pydrake.systems.planar_scenegraph_visualizer": [], + "bindings.pydrake.systems.pyplot_visualizer": [], + "bindings.pydrake.systems.scalar_conversion": [], + "bindings.pydrake.systems._lcm_extra": [], + "bindings.pydrake.systems._resample_interp1d": [], + "bindings.pydrake.systems": [], + "bindings.pydrake.systems.test.analysis_test": [], + "bindings.pydrake.systems.test.builder_life_support_test": [], + "bindings.pydrake.systems.test.controllers_test": [], + "bindings.pydrake.systems.test.custom_test": [], + "bindings.pydrake.systems.test.estimators_test": [], + "bindings.pydrake.systems.test.event_gc_test": [], + "bindings.pydrake.systems.test.general_test": [], + "bindings.pydrake.systems.test.lcm_test": [], + "bindings.pydrake.systems.test.lifetime_test": [], + "bindings.pydrake.systems.test.monte_carlo_test": [], + "bindings.pydrake.systems.test.perception_test": [], + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test": [], + "bindings.pydrake.systems.test.primitives_test": [], + "bindings.pydrake.systems.test.pyplot_visualizer_test": [], + "bindings.pydrake.systems.test.rendering_test": [], + "bindings.pydrake.systems.test.scalar_conversion_test": [], + "bindings.pydrake.systems.test.sensors_test": [], + "bindings.pydrake.systems.test.value_test": [], + "bindings.pydrake.systems.test._resample_log_interp1d_test": [], + "bindings.pydrake.systems.test_utilities.framework_test_util": [], + "bindings.pydrake.systems.test_utilities": [], + "bindings.pydrake.test.all_each_import_test": [], + "bindings.pydrake.test.all_install_test": [], + "bindings.pydrake.test.all_test": [], + "bindings.pydrake.test.common_install_test": [], + "bindings.pydrake.test.dot_clang_format_test": [], + "bindings.pydrake.test.forward_diff_test": [], + "bindings.pydrake.test.lcm_test": [], + "bindings.pydrake.test.memory_leak_test": [], + "bindings.pydrake.test.odr_test": [], + "bindings.pydrake.test.parse_models_test": [], + "bindings.pydrake.test.perception_test": [], + "bindings.pydrake.test.polynomial_test": [], + "bindings.pydrake.test.print_symbol_collisions": [], + "bindings.pydrake.test.pydrake_pybind_test": [], + "bindings.pydrake.test.rtld_global_warning_test": [], + "bindings.pydrake.test.stubgen_test": [], + "bindings.pydrake.test.trajectories_test": [], + "bindings.pydrake.test": [], + "bindings.pydrake.test.mock_torch.torch": [], + "bindings.pydrake.visualization.meldis": [], + "bindings.pydrake.visualization.model_visualizer": [], + "bindings.pydrake.visualization.run_installed_meldis": [], + "bindings.pydrake.visualization.run_installed_model_visualizer": [], + "bindings.pydrake.visualization._lcm_image_array_viewer": [], + "bindings.pydrake.visualization._meldis": [], + "bindings.pydrake.visualization._model_visualizer": [], + "bindings.pydrake.visualization._plotting": [], + "bindings.pydrake.visualization._triad": [], + "bindings.pydrake.visualization._video": [], + "bindings.pydrake.visualization._visualization_extra": [ + { + "from_module": "bindings.pydrake.visualization._visualization_extra", + "imports": "_meldis.Meldis", + "type": "from_import", + "relative_level": 1, + "module_part": "_meldis", + "symbol_part": "Meldis", + "lineno": 3 + }, + { + "from_module": "bindings.pydrake.visualization._visualization_extra", + "imports": "_model_visualizer.AddFrameTriadIllustration", + "type": "from_import", + "relative_level": 1, + "module_part": "_model_visualizer", + "symbol_part": "AddFrameTriadIllustration", + "lineno": 6 + }, + { + "from_module": "bindings.pydrake.visualization._visualization_extra", + "imports": "_model_visualizer.ModelVisualizer", + "type": "from_import", + "relative_level": 1, + "module_part": "_model_visualizer", + "symbol_part": "ModelVisualizer", + "lineno": 6 + }, + { + "from_module": "bindings.pydrake.visualization._visualization_extra", + "imports": "_plotting.plot_sublevelset_expression", + "type": "from_import", + "relative_level": 1, + "module_part": "_plotting", + "symbol_part": "plot_sublevelset_expression", + "lineno": 10 + }, + { + "from_module": "bindings.pydrake.visualization._visualization_extra", + "imports": "_plotting.plot_sublevelset_quadratic", + "type": "from_import", + "relative_level": 1, + "module_part": "_plotting", + "symbol_part": "plot_sublevelset_quadratic", + "lineno": 10 + }, + { + "from_module": "bindings.pydrake.visualization._visualization_extra", + "imports": "_video.VideoWriter", + "type": "from_import", + "relative_level": 1, + "module_part": "_video", + "symbol_part": "VideoWriter", + "lineno": 14 + } + ], + "bindings.pydrake.visualization.test.config_test": [], + "bindings.pydrake.visualization.test.image_systems_test": [], + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test": [], + "bindings.pydrake.visualization.test.meldis_test": [], + "bindings.pydrake.visualization.test.model_visualizer_camera_test": [], + "bindings.pydrake.visualization.test.model_visualizer_reload_test": [], + "bindings.pydrake.visualization.test.model_visualizer_test": [], + "bindings.pydrake.visualization.test.multicam_scenario_test": [], + "bindings.pydrake.visualization.test.plotting_test": [], + "bindings.pydrake.visualization.test.sliders_test": [], + "bindings.pydrake.visualization.test.triad_test": [], + "bindings.pydrake.visualization.test.video_test": [], + "bindings.pydrake.visualization.test.visualization_install_tests": [], + "common.proto.call_python_client": [], + "common.proto.test.call_python_test": [], + "common.test.cpu_capabilities_test": [], + "common.test.drake_cc_googletest_main_test": [], + "common.test.find_runfiles_subprocess_test": [], + "common.test_utilities.drake_py_unittest_main": [], + "common.test_utilities.disable_python_unittest.unittest": [], + "doc.build": [ + { + "from_module": "doc.build", + "imports": "doc.defs.check_call", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "check_call", + "lineno": 14 + }, + { + "from_module": "doc.build", + "imports": "doc.defs.main", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "main", + "lineno": 14 + } + ], + "doc.defs": [], + "doc.pages": [ + { + "from_module": "doc.pages", + "imports": "doc.defs.check_call", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "check_call", + "lineno": 9 + }, + { + "from_module": "doc.pages", + "imports": "doc.defs.main", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "main", + "lineno": 9 + }, + { + "from_module": "doc.pages", + "imports": "doc.defs.perl_cleanup_html_output", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "perl_cleanup_html_output", + "lineno": 9 + }, + { + "from_module": "doc.pages", + "imports": "doc.defs.symlink_input", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "symlink_input", + "lineno": 9 + } + ], + "doc.doxygen_cxx.build": [ + { + "from_module": "doc.doxygen_cxx.build", + "imports": "doc.defs.check_call", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "check_call", + "lineno": 16 + }, + { + "from_module": "doc.doxygen_cxx.build", + "imports": "doc.defs.main", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "main", + "lineno": 16 + }, + { + "from_module": "doc.doxygen_cxx.build", + "imports": "doc.defs.perl_cleanup_html_output", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "perl_cleanup_html_output", + "lineno": 16 + }, + { + "from_module": "doc.doxygen_cxx.build", + "imports": "doc.defs.symlink_input", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "symlink_input", + "lineno": 16 + }, + { + "from_module": "doc.doxygen_cxx.build", + "imports": "doc.defs.verbose", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "verbose", + "lineno": 16 + } + ], + "doc.doxygen_cxx.system_doxygen": [], + "doc.doxygen_cxx.test.system_doxygen_test": [ + { + "from_module": "doc.doxygen_cxx.test.system_doxygen_test", + "imports": "doc.doxygen_cxx.system_doxygen", + "type": "import", + "lineno": 1 + } + ], + "doc.pydrake.build": [ + { + "from_module": "doc.pydrake.build", + "imports": "doc.defs.check_call", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "check_call", + "lineno": 10 + }, + { + "from_module": "doc.pydrake.build", + "imports": "doc.defs.main", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "main", + "lineno": 10 + }, + { + "from_module": "doc.pydrake.build", + "imports": "doc.defs.perl_cleanup_html_output", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "perl_cleanup_html_output", + "lineno": 10 + }, + { + "from_module": "doc.pydrake.build", + "imports": "doc.defs.symlink_input", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "symlink_input", + "lineno": 10 + }, + { + "from_module": "doc.pydrake.build", + "imports": "doc.defs.verbose", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "verbose", + "lineno": 10 + } + ], + "doc.pydrake.conf": [], + "doc.pydrake.pydrake_sphinx_extension": [ + { + "from_module": "doc.pydrake.pydrake_sphinx_extension", + "imports": "doc.doxygen_cxx.system_doxygen.system_yaml_to_html", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.doxygen_cxx.system_doxygen", + "symbol_part": "system_yaml_to_html", + "lineno": 27 + } + ], + "doc.styleguide.build": [ + { + "from_module": "doc.styleguide.build", + "imports": "doc.defs.check_call", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "check_call", + "lineno": 10 + }, + { + "from_module": "doc.styleguide.build", + "imports": "doc.defs.main", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "main", + "lineno": 10 + }, + { + "from_module": "doc.styleguide.build", + "imports": "doc.defs.symlink_input", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "symlink_input", + "lineno": 10 + } + ], + "doc.tutorials.build": [ + { + "from_module": "doc.tutorials.build", + "imports": "doc.defs.check_call", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "check_call", + "lineno": 12 + }, + { + "from_module": "doc.tutorials.build", + "imports": "doc.defs.main", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "main", + "lineno": 12 + }, + { + "from_module": "doc.tutorials.build", + "imports": "doc.defs.perl_cleanup_html_output", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "perl_cleanup_html_output", + "lineno": 12 + }, + { + "from_module": "doc.tutorials.build", + "imports": "doc.defs.symlink_input", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.defs", + "symbol_part": "symlink_input", + "lineno": 12 + } + ], + "examples.acrobot.acrobot_io": [], + "examples.acrobot.metrics": [], + "examples.acrobot.optimizer_demo": [ + { + "from_module": "examples.acrobot.optimizer_demo", + "imports": "examples.acrobot.acrobot_io.load_output", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "load_output", + "lineno": 14 + }, + { + "from_module": "examples.acrobot.optimizer_demo", + "imports": "examples.acrobot.acrobot_io.load_scenario", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "load_scenario", + "lineno": 14 + }, + { + "from_module": "examples.acrobot.optimizer_demo", + "imports": "examples.acrobot.acrobot_io.save_scenario", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "save_scenario", + "lineno": 14 + }, + { + "from_module": "examples.acrobot.optimizer_demo", + "imports": "examples.acrobot.metrics.ensemble_cost", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.metrics", + "symbol_part": "ensemble_cost", + "lineno": 19 + }, + { + "from_module": "examples.acrobot.optimizer_demo", + "imports": "examples.acrobot.metrics.success_rate", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.metrics", + "symbol_part": "success_rate", + "lineno": 19 + } + ], + "examples.acrobot.spong_sim": [ + { + "from_module": "examples.acrobot.spong_sim", + "imports": "examples.acrobot.acrobot_io.load_scenario", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "load_scenario", + "lineno": 8 + }, + { + "from_module": "examples.acrobot.spong_sim", + "imports": "examples.acrobot.acrobot_io.save_output", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "save_output", + "lineno": 8 + } + ], + "examples.acrobot.test.acrobot_io_test": [ + { + "from_module": "examples.acrobot.test.acrobot_io_test", + "imports": "examples.acrobot.acrobot_io.load_output", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "load_output", + "lineno": 5 + }, + { + "from_module": "examples.acrobot.test.acrobot_io_test", + "imports": "examples.acrobot.acrobot_io.load_scenario", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "load_scenario", + "lineno": 5 + }, + { + "from_module": "examples.acrobot.test.acrobot_io_test", + "imports": "examples.acrobot.acrobot_io.save_output", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "save_output", + "lineno": 5 + }, + { + "from_module": "examples.acrobot.test.acrobot_io_test", + "imports": "examples.acrobot.acrobot_io.save_scenario", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "save_scenario", + "lineno": 5 + } + ], + "examples.acrobot.test.metrics_test": [ + { + "from_module": "examples.acrobot.test.metrics_test", + "imports": "examples.acrobot.metrics.deviation_from_upright_equilibrium", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.metrics", + "symbol_part": "deviation_from_upright_equilibrium", + "lineno": 5 + }, + { + "from_module": "examples.acrobot.test.metrics_test", + "imports": "examples.acrobot.metrics.ensemble_cost", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.metrics", + "symbol_part": "ensemble_cost", + "lineno": 5 + }, + { + "from_module": "examples.acrobot.test.metrics_test", + "imports": "examples.acrobot.metrics.final_state_cost", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.metrics", + "symbol_part": "final_state_cost", + "lineno": 5 + }, + { + "from_module": "examples.acrobot.test.metrics_test", + "imports": "examples.acrobot.metrics.is_success", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.metrics", + "symbol_part": "is_success", + "lineno": 5 + }, + { + "from_module": "examples.acrobot.test.metrics_test", + "imports": "examples.acrobot.metrics.success_rate", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.metrics", + "symbol_part": "success_rate", + "lineno": 5 + } + ], + "examples.acrobot.test.spong_sim_lib_py_test": [ + { + "from_module": "examples.acrobot.test.spong_sim_lib_py_test", + "imports": "examples.acrobot.spong_sim.simulate", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.spong_sim", + "symbol_part": "simulate", + "lineno": 3 + } + ], + "examples.acrobot.test.spong_sim_main_test": [ + { + "from_module": "examples.acrobot.test.spong_sim_main_test", + "imports": "examples.acrobot.acrobot_io.load_output", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "load_output", + "lineno": 6 + }, + { + "from_module": "examples.acrobot.test.spong_sim_main_test", + "imports": "examples.acrobot.acrobot_io.load_scenario", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.acrobot.acrobot_io", + "symbol_part": "load_scenario", + "lineno": 6 + } + ], + "examples.allegro_hand.joint_control.test.run_twisting_mug_test": [], + "examples.hardware_sim.hardware_sim": [], + "examples.hardware_sim.robot_commander": [], + "examples.hardware_sim.test.hardware_sim_cc_test": [ + { + "from_module": "examples.hardware_sim.test.hardware_sim_cc_test", + "imports": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.hardware_sim.test.hardware_sim_test_common", + "symbol_part": "HardwareSimTest", + "lineno": 3 + } + ], + "examples.hardware_sim.test.hardware_sim_py_test": [ + { + "from_module": "examples.hardware_sim.test.hardware_sim_py_test", + "imports": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest", + "type": "from_import", + "relative_level": 0, + "module_part": "examples.hardware_sim.test.hardware_sim_test_common", + "symbol_part": "HardwareSimTest", + "lineno": 3 + } + ], + "examples.hardware_sim.test.hardware_sim_test_common": [], + "examples.hardware_sim.test.robot_commander_test": [ + { + "from_module": "examples.hardware_sim.test.robot_commander_test", + "imports": "examples.hardware_sim.robot_commander", + "type": "import", + "lineno": 1 + } + ], + "examples.hydroelastic.python_ball_paddle.contact_sim_demo": [], + "examples.hydroelastic.python_nonconvex_mesh.drop_pepper": [], + "examples.multibody.strandbeest.test.run_with_motor_test": [], + "examples.van_der_pol.plot_limit_cycle": [], + "geometry.proximity.test.refine_mesh_test": [], + "geometry.render_gltf_client.test.acceptance_test": [], + "geometry.render_gltf_client.test.file_size_test": [], + "geometry.render_gltf_client.test.integration_test": [], + "geometry.render_gltf_client.test.server_demo": [], + "geometry.test.meshcat_websocket_client": [], + "lcm.test.initialization_sequence_test": [], + "lcmtypes.test.nested_types_test": [], + "multibody.parsing.package_downloader": [], + "multibody.parsing.test.package_downloader_stress_test": [], + "multibody.parsing.test.package_downloader_test": [ + { + "from_module": "multibody.parsing.test.package_downloader_test", + "imports": "multibody.parsing.package_downloader", + "type": "import", + "lineno": 1 + } + ], + "multibody.plant.images.ideal_stiction": [], + "multibody.plant.images.stiction": [], + "multibody.plant.images.test.scripts_test": [], + "setup.install_prereqs": [], + "setup.test.install_prereqs_test": [], + "solvers.test.gurobi_solver_license_retention_test": [], + "systems.analysis.test.simulator_gflags_test": [], + "third_party.com_github_bazelbuild_bazelisk.bazelisk": [], + "tools.model_visualizer_private": [], + "tools": [], + "tools.clion.test.bazel_wrapper_test": [], + "tools.install.installer": [ + { + "from_module": "tools.install.installer", + "imports": "tools.install.otool", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.install", + "symbol_part": "otool", + "lineno": 27 + } + ], + "tools.install.install_test": [], + "tools.install.install_test_helper": [], + "tools.install.otool": [], + "tools.install": [], + "tools.install.dummy.dummy": [], + "tools.install.libdrake.build_components_refresh": [], + "tools.install.libdrake.parse_version": [], + "tools.install.libdrake.test.drake_python_dir_install_test": [], + "tools.install.libdrake.test.exported_symbols_test": [], + "tools.install.libdrake.test.find_package_drake_install_test": [], + "tools.install.libdrake.test.header_dependency_test": [], + "tools.install.libdrake.test.metadata_install_test": [], + "tools.install.libdrake.test.rpath_install_test": [], + "tools.install.libdrake.test.snopt_visibility_install_test": [], + "tools.install.test.installer_test": [ + { + "from_module": "tools.install.test.installer_test", + "imports": "tools.install.installer.Installer", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.install.installer", + "symbol_part": "Installer", + "lineno": 7 + } + ], + "tools.install.test.install_meta_test": [ + { + "from_module": "tools.install.test.install_meta_test", + "imports": "tools.install.installer", + "type": "import", + "lineno": 11 + } + ], + "tools.install.test.install_test_helper_test": [], + "tools.jupyter.example_library": [], + "tools.jupyter.jupyter_bazel": [], + "tools.jupyter.test.failing_notebook_test": [], + "tools.jupyter.test.jupyter_prereqs_test": [], + "tools.kcov.kcoverage": [], + "tools.lcm_gen": [], + "tools.lcm_gen.test.lcm_gen_test": [ + { + "from_module": "tools.lcm_gen.test.lcm_gen_test", + "imports": "tools.lcm_gen.CppGen", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.lcm_gen", + "symbol_part": "CppGen", + "lineno": 7 + }, + { + "from_module": "tools.lcm_gen.test.lcm_gen_test", + "imports": "tools.lcm_gen.Parser", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.lcm_gen", + "symbol_part": "Parser", + "lineno": 7 + }, + { + "from_module": "tools.lcm_gen.test.lcm_gen_test", + "imports": "tools.lcm_gen.PrimitiveType", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.lcm_gen", + "symbol_part": "PrimitiveType", + "lineno": 7 + }, + { + "from_module": "tools.lcm_gen.test.lcm_gen_test", + "imports": "tools.lcm_gen.Struct", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.lcm_gen", + "symbol_part": "Struct", + "lineno": 7 + }, + { + "from_module": "tools.lcm_gen.test.lcm_gen_test", + "imports": "tools.lcm_gen.UserType", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.lcm_gen", + "symbol_part": "UserType", + "lineno": 7 + } + ], + "tools.lint.buildifier": [ + { + "from_module": "tools.lint.buildifier", + "imports": "tools.lint.util.find_all_sources", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.lint.util", + "symbol_part": "find_all_sources", + "lineno": 17 + } + ], + "tools.lint.clang_format": [], + "tools.lint.clang_format_lint": [ + { + "from_module": "tools.lint.clang_format_lint", + "imports": "tools.lint.clang_format", + "type": "import", + "lineno": 6 + } + ], + "tools.lint.drakelint": [], + "tools.lint.library_lint_reporter": [], + "tools.lint.util": [], + "tools.lint": [], + "tools.lint.test.buildifier_test": [], + "tools.lint.test.util_test": [ + { + "from_module": "tools.lint.test.util_test", + "imports": "tools.lint.util.find_all_sources", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.lint.util", + "symbol_part": "find_all_sources", + "lineno": 4 + } + ], + "tools.performance.benchmark_tool": [], + "tools.release_engineering.download_release_candidate": [], + "tools.release_engineering.mirror_to_s3": [], + "tools.release_engineering.relnotes": [], + "tools.release_engineering.repack_deb": [], + "tools.skylark.py_env_runner": [], + "tools.skylark.rewrite_osx_ar_hidden": [], + "tools.skylark.test.pathutils_test": [], + "tools.wheel": [], + "tools.wheel.image.setup": [], + "tools.wheel.macos.change_lpath": [ + { + "from_module": "tools.wheel.macos.change_lpath", + "imports": "tools.install.otool", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.install", + "symbol_part": "otool", + "lineno": 11 + } + ], + "tools.wheel.macos.strip_rpath": [ + { + "from_module": "tools.wheel.macos.strip_rpath", + "imports": "tools.install.otool", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.install", + "symbol_part": "otool", + "lineno": 9 + } + ], + "tools.wheel.test.tests.libs-test": [], + "tools.wheel.test.tests.meshcat-test": [], + "tools.wheel.test.tests.metadata_test": [], + "tools.wheel.test.tests.mosek-test": [], + "tools.wheel.test.tests.pyi-install-test": [], + "tools.wheel.test.tests.render-vtk": [], + "tools.wheel.test.tests.sanity-test": [], + "tools.wheel.test.tests.size-test": [], + "tools.wheel.wheel_builder.common": [], + "tools.wheel.wheel_builder.linux": [ + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "common.create_snopt_tgz", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "create_snopt_tgz", + "lineno": 12 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "common.die", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "die", + "lineno": 12 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "common.find_tests", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "find_tests", + "lineno": 12 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "common.gripe", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "gripe", + "lineno": 12 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "common.resource_root", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "resource_root", + "lineno": 12 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "common.strip_tar_metadata", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "strip_tar_metadata", + "lineno": 12 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "common.wheel_name", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "wheel_name", + "lineno": 12 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "common.wheelhouse", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "wheelhouse", + "lineno": 12 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "linux_types.BUILD", + "type": "from_import", + "relative_level": 1, + "module_part": "linux_types", + "symbol_part": "BUILD", + "lineno": 22 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "linux_types.TEST", + "type": "from_import", + "relative_level": 1, + "module_part": "linux_types", + "symbol_part": "TEST", + "lineno": 22 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "linux_types.Platform", + "type": "from_import", + "relative_level": 1, + "module_part": "linux_types", + "symbol_part": "Platform", + "lineno": 22 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "linux_types.PythonManager", + "type": "from_import", + "relative_level": 1, + "module_part": "linux_types", + "symbol_part": "PythonManager", + "lineno": 22 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "linux_types.Role", + "type": "from_import", + "relative_level": 1, + "module_part": "linux_types", + "symbol_part": "Role", + "lineno": 22 + }, + { + "from_module": "tools.wheel.wheel_builder.linux", + "imports": "linux_types.Target", + "type": "from_import", + "relative_level": 1, + "module_part": "linux_types", + "symbol_part": "Target", + "lineno": 22 + } + ], + "tools.wheel.wheel_builder.linux_types": [], + "tools.wheel.wheel_builder.macos": [ + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "common.build_root", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "build_root", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "common.create_snopt_tgz", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "create_snopt_tgz", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "common.die", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "die", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "common.find_tests", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "find_tests", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "common.resource_root", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "resource_root", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "common.test_root", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "test_root", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "common.wheel_name", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "wheel_name", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "common.wheelhouse", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "wheelhouse", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.macos", + "imports": "macos_types.PythonTarget", + "type": "from_import", + "relative_level": 1, + "module_part": "macos_types", + "symbol_part": "PythonTarget", + "lineno": 21 + } + ], + "tools.wheel.wheel_builder.macos_types": [], + "tools.wheel.wheel_builder.main": [ + { + "from_module": "tools.wheel.wheel_builder.main", + "imports": "tools.wheel.wheel_builder.common.do_main", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.wheel.wheel_builder.common", + "symbol_part": "do_main", + "lineno": 7 + }, + { + "from_module": "tools.wheel.wheel_builder.main", + "imports": "tools.wheel.wheel_builder.linux", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.wheel.wheel_builder", + "symbol_part": "linux", + "lineno": 11 + }, + { + "from_module": "tools.wheel.wheel_builder.main", + "imports": "tools.wheel.wheel_builder.macos", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.wheel.wheel_builder", + "symbol_part": "macos", + "lineno": 13 + } + ], + "tools.workspace.bzlmod_sync_test": [], + "tools.workspace.cmake_configure_file": [], + "tools.workspace.metadata": [], + "tools.workspace.mirror_to_s3": [ + { + "from_module": "tools.workspace.mirror_to_s3", + "imports": "tools.workspace.metadata.read_repository_metadata", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.workspace.metadata", + "symbol_part": "read_repository_metadata", + "lineno": 27 + } + ], + "tools.workspace.new_release": [ + { + "from_module": "tools.workspace.new_release", + "imports": "tools.workspace.metadata.read_repository_metadata", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.workspace.metadata", + "symbol_part": "read_repository_metadata", + "lineno": 50 + } + ], + "tools.workspace.vendor_cxx": [], + "tools.workspace.vendor_cxx_test": [ + { + "from_module": "tools.workspace.vendor_cxx_test", + "imports": "tools.workspace.vendor_cxx._rewrite_one_text", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.workspace.vendor_cxx", + "symbol_part": "_rewrite_one_text", + "lineno": 3 + } + ], + "tools.workspace": [], + "tools.workspace.bazelisk_internal.test.lint_test": [], + "tools.workspace.clarabel_cpp_internal.gen_serialize": [], + "tools.workspace.clarabel_cpp_internal.test.lint_test": [], + "tools.workspace.drake_models.test.parse_test": [], + "tools.workspace.drake_models.test.tri_homecart_test": [], + "tools.workspace.ipopt_internal.test.lint_test": [], + "tools.workspace.lapack_internal.sources_gen": [], + "tools.workspace.libjpeg_turbo_internal.upgrade": [], + "tools.workspace.mkdoc_internal.libclang_setup": [], + "tools.workspace.mkdoc_internal.mkdoc": [ + { + "from_module": "tools.workspace.mkdoc_internal.mkdoc", + "imports": "tools.workspace.mkdoc_internal.libclang_setup.add_library_paths", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.workspace.mkdoc_internal.libclang_setup", + "symbol_part": "add_library_paths", + "lineno": 50 + }, + { + "from_module": "tools.workspace.mkdoc_internal.mkdoc", + "imports": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.workspace.mkdoc_internal.mkdoc_comment", + "symbol_part": "process_comment", + "lineno": 51 + } + ], + "tools.workspace.mkdoc_internal.mkdoc_comment": [ + { + "from_module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "imports": "doc.doxygen_cxx.system_doxygen.process_doxygen_to_sphinx", + "type": "from_import", + "relative_level": 0, + "module_part": "doc.doxygen_cxx.system_doxygen", + "symbol_part": "process_doxygen_to_sphinx", + "lineno": 41 + } + ], + "tools.workspace.mkdoc_internal": [], + "tools.workspace.mkdoc_internal.test.mkdoc_comment_test": [ + { + "from_module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "imports": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "type": "from_import", + "relative_level": 0, + "module_part": "tools.workspace.mkdoc_internal.mkdoc_comment", + "symbol_part": "process_comment", + "lineno": 3 + } + ], + "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test": [], + "tools.workspace.nlopt_internal.test.enum_test": [], + "tools.workspace.ros_xacro_internal.test.xacro_smoke_test": [], + "tools.workspace.sdformat_internal.embed_sdf": [], + "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test": [], + "tools.workspace.vtk_internal.data_to_header": [], + "tutorials.test.notebook_lint_test": [] + }, + "dependency_graph": { + "pathlib": { + "used_by": [ + "bindings.generated_docstrings.test.diff_test", + "bindings.generated_docstrings.tools.regenerate", + "bindings.pydrake.stubgen", + "bindings.pydrake.common.yaml", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.geometry.test.common_test", + "bindings.pydrake.multibody.mesh_to_model", + "bindings.pydrake.multibody._inertia_fixer", + "bindings.pydrake.multibody._mesh_model_maker", + "bindings.pydrake.multibody.test.fix_inertia_test", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "bindings.pydrake.multibody.test.parsing_test", + "bindings.pydrake.visualization.model_visualizer", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization._model_visualizer", + "bindings.pydrake.visualization.test.meldis_test", + "common.test.cpu_capabilities_test", + "common.test_utilities.drake_py_unittest_main", + "doc.build", + "doc.doxygen_cxx.build", + "doc.tutorials.build", + "geometry.proximity.test.refine_mesh_test", + "geometry.render_gltf_client.test.integration_test", + "geometry.render_gltf_client.test.server_demo", + "multibody.parsing.package_downloader", + "multibody.parsing.test.package_downloader_stress_test", + "multibody.parsing.test.package_downloader_test", + "multibody.plant.images.test.scripts_test", + "setup.install_prereqs", + "setup.test.install_prereqs_test", + "solvers.test.gurobi_solver_license_retention_test", + "tools.install.installer", + "tools.lcm_gen", + "tools.lcm_gen.test.lcm_gen_test", + "tools.lint.buildifier", + "tools.lint.clang_format", + "tools.lint.clang_format_lint", + "tools.lint.util", + "tools.lint.test.buildifier_test", + "tools.release_engineering.download_release_candidate", + "tools.release_engineering.relnotes", + "tools.release_engineering.repack_deb", + "tools.skylark.rewrite_osx_ar_hidden", + "tools.wheel.test.tests.libs-test", + "tools.wheel.wheel_builder.common", + "tools.workspace.bzlmod_sync_test", + "tools.workspace.metadata", + "tools.workspace.bazelisk_internal.test.lint_test", + "tools.workspace.clarabel_cpp_internal.test.lint_test", + "tools.workspace.drake_models.test.parse_test", + "tools.workspace.ipopt_internal.test.lint_test", + "tools.workspace.lapack_internal.sources_gen", + "tools.workspace.libjpeg_turbo_internal.upgrade", + "tools.workspace.vtk_internal.data_to_header" + ], + "import_count": 54 + }, + "sys": { + "used_by": [ + "bindings.generated_docstrings.test.diff_test", + "bindings.pydrake.stubgen", + "bindings.pydrake.tutorials", + "bindings.pydrake", + "bindings.pydrake.common.deprecation", + "bindings.pydrake.common.jupyter", + "bindings.pydrake.common._common_extra", + "bindings.pydrake.common.test.deprecation_autocomplete_test", + "bindings.pydrake.common.test.deprecation_test", + "bindings.pydrake.common.test.ref_cycle_test", + "bindings.pydrake.common.test.text_logging_test", + "bindings.pydrake.geometry._geometry_extra", + "bindings.pydrake.geometry.test.render_engine_gl_test", + "bindings.pydrake.multibody.run_installed_fix_inertia", + "bindings.pydrake.multibody.run_installed_mesh_to_model", + "bindings.pydrake.planning.test.collision_checker_test", + "bindings.pydrake.planning.test.robot_diagram_test", + "bindings.pydrake.symbolic._symbolic_extra", + "bindings.pydrake.systems.test.builder_life_support_test", + "bindings.pydrake.test.all_each_import_test", + "bindings.pydrake.test.all_install_test", + "bindings.pydrake.test.all_test", + "bindings.pydrake.test.common_install_test", + "bindings.pydrake.test.memory_leak_test", + "bindings.pydrake.test.print_symbol_collisions", + "bindings.pydrake.test.mock_torch.torch", + "bindings.pydrake.visualization.meldis", + "bindings.pydrake.visualization.run_installed_meldis", + "bindings.pydrake.visualization.run_installed_model_visualizer", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization._model_visualizer", + "bindings.pydrake.visualization.test.multicam_scenario_test", + "bindings.pydrake.visualization.test.video_test", + "common.proto.call_python_client", + "common.proto.test.call_python_test", + "common.test.drake_cc_googletest_main_test", + "common.test_utilities.drake_py_unittest_main", + "doc.build", + "doc.defs", + "doc.doxygen_cxx.build", + "doc.doxygen_cxx.system_doxygen", + "doc.pydrake.build", + "doc.tutorials.build", + "examples.acrobot.optimizer_demo", + "examples.acrobot.spong_sim", + "examples.acrobot.test.spong_sim_main_test", + "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "examples.hardware_sim.test.hardware_sim_test_common", + "geometry.render_gltf_client.test.integration_test", + "geometry.test.meshcat_websocket_client", + "lcm.test.initialization_sequence_test", + "multibody.parsing.package_downloader", + "multibody.parsing.test.package_downloader_stress_test", + "setup.install_prereqs", + "setup.test.install_prereqs_test", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.install.installer", + "tools.install.install_test", + "tools.install.install_test_helper", + "tools.install.libdrake.build_components_refresh", + "tools.install.libdrake.test.drake_python_dir_install_test", + "tools.install.libdrake.test.header_dependency_test", + "tools.install.libdrake.test.rpath_install_test", + "tools.install.libdrake.test.snopt_visibility_install_test", + "tools.install.test.install_meta_test", + "tools.jupyter.jupyter_bazel", + "tools.kcov.kcoverage", + "tools.lint.buildifier", + "tools.lint.clang_format", + "tools.lint.clang_format_lint", + "tools.lint.drakelint", + "tools.lint.library_lint_reporter", + "tools.performance.benchmark_tool", + "tools.release_engineering.download_release_candidate", + "tools.release_engineering.mirror_to_s3", + "tools.release_engineering.relnotes", + "tools.skylark.py_env_runner", + "tools.wheel.macos.change_lpath", + "tools.wheel.macos.strip_rpath", + "tools.wheel.test.tests.libs-test", + "tools.wheel.test.tests.mosek-test", + "tools.wheel.test.tests.size-test", + "tools.wheel.wheel_builder.common", + "tools.wheel.wheel_builder.linux", + "tools.wheel.wheel_builder.main", + "tools.workspace.mirror_to_s3", + "tools.workspace.mkdoc_internal.mkdoc", + "tools.workspace.sdformat_internal.embed_sdf", + "tutorials.test.notebook_lint_test" + ], + "import_count": 91 + }, + "python": { + "used_by": [ + "bindings.generated_docstrings.test.diff_test", + "bindings.generated_docstrings.tools.regenerate", + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "bindings.pydrake.test.stubgen_test", + "bindings.pydrake.visualization.test.multicam_scenario_test", + "common.test.cpu_capabilities_test", + "doc.build", + "doc.defs", + "doc.doxygen_cxx.build", + "doc.tutorials.build", + "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "examples.hardware_sim.test.hardware_sim_test_common", + "examples.hardware_sim.test.robot_commander_test", + "geometry.proximity.test.refine_mesh_test", + "geometry.render_gltf_client.test.acceptance_test", + "geometry.render_gltf_client.test.file_size_test", + "geometry.render_gltf_client.test.integration_test", + "geometry.render_gltf_client.test.server_demo", + "lcm.test.initialization_sequence_test", + "setup.test.install_prereqs_test", + "systems.analysis.test.simulator_gflags_test", + "tools.install.installer", + "tools.install.libdrake.test.exported_symbols_test", + "tools.jupyter.jupyter_bazel", + "tools.lcm_gen.test.lcm_gen_test", + "tools.lint.buildifier", + "tools.lint.clang_format", + "tools.lint.util", + "tools.release_engineering.repack_deb", + "tools.skylark.test.pathutils_test", + "tools.workspace.bzlmod_sync_test", + "tools.workspace.metadata", + "tools.workspace.bazelisk_internal.test.lint_test", + "tools.workspace.clarabel_cpp_internal.gen_serialize", + "tools.workspace.drake_models.test.parse_test", + "tools.workspace.ipopt_internal.test.lint_test", + "tools.workspace.lapack_internal.sources_gen", + "tools.workspace.nlopt_internal.test.enum_test", + "tutorials.test.notebook_lint_test" + ], + "import_count": 39 + }, + "shutil": { + "used_by": [ + "bindings.generated_docstrings.tools.regenerate", + "bindings.pydrake.stubgen", + "bindings.pydrake.multibody.test.fix_inertia_test", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "doc.defs", + "doc.doxygen_cxx.build", + "geometry.render_gltf_client.test.integration_test", + "geometry.render_gltf_client.test.server_demo", + "multibody.parsing.package_downloader", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.clion.test.bazel_wrapper_test", + "tools.install.installer", + "tools.release_engineering.repack_deb", + "tools.wheel.wheel_builder.common", + "tools.wheel.wheel_builder.macos", + "tools.workspace.mkdoc_internal.mkdoc" + ], + "import_count": 16 + }, + "pydrake": { + "used_by": [ + "bindings.pydrake.all", + "bindings.pydrake.tutorials", + "bindings.pydrake._trajectories_extra", + "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "bindings.pydrake.common.cpp_param", + "bindings.pydrake.common.cpp_template", + "bindings.pydrake.common.yaml", + "bindings.pydrake.common._eigen_geometry_extra", + "bindings.pydrake.common._value_extra", + "bindings.pydrake.common.test.compatibility_test", + "bindings.pydrake.common.test.containers_test", + "bindings.pydrake.common.test.cpp_param_test", + "bindings.pydrake.common.test.cpp_template_test", + "bindings.pydrake.common.test.deprecation_test", + "bindings.pydrake.common.test.deprecation_utility_test", + "bindings.pydrake.common.test.eigen_geometry_test", + "bindings.pydrake.common.test.eigen_pybind_test", + "bindings.pydrake.common.test.module_test", + "bindings.pydrake.common.test.numpy_compare_test", + "bindings.pydrake.common.test.pybind11_version_test", + "bindings.pydrake.common.test.ref_cycle_test", + "bindings.pydrake.common.test.schema_serialization_test", + "bindings.pydrake.common.test.schema_test", + "bindings.pydrake.common.test.serialize_import_failure_test", + "bindings.pydrake.common.test.serialize_pybind_test", + "bindings.pydrake.common.test.sorted_pair_test", + "bindings.pydrake.common.test.text_logging_example", + "bindings.pydrake.common.test.text_logging_gil_test", + "bindings.pydrake.common.test.text_logging_test", + "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test", + "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test", + "bindings.pydrake.common.test.type_safe_index_test", + "bindings.pydrake.common.test.value_test", + "bindings.pydrake.common.test.wrap_pybind_test", + "bindings.pydrake.common.test.yaml_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.common.test.deprecation_example", + "bindings.pydrake.common.test_utilities.deprecation", + "bindings.pydrake.common.test_utilities.numpy_compare", + "bindings.pydrake.common.test_utilities.pickle_compare", + "bindings.pydrake.common.test_utilities.algebra_test_util", + "bindings.pydrake.common.test_utilities.test.meta_test", + "bindings.pydrake.examples.gym.named_view_helpers", + "bindings.pydrake.examples.gym.play_cart_pole", + "bindings.pydrake.examples.gym.train_cart_pole", + "bindings.pydrake.examples.gym.envs.cart_pole", + "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "bindings.pydrake.examples.test.acrobot_test", + "bindings.pydrake.examples.test.compass_gait_test", + "bindings.pydrake.examples.test.pendulum_test", + "bindings.pydrake.examples.test.quadrotor_test", + "bindings.pydrake.examples.test.rimless_wheel_test", + "bindings.pydrake.examples.test.van_der_pol_test", + "bindings.pydrake.geometry.test.bounding_box_test", + "bindings.pydrake.geometry.test.common_test", + "bindings.pydrake.geometry.test.frame_id_test", + "bindings.pydrake.geometry.test.hydro_test", + "bindings.pydrake.geometry.test.meshes_test", + "bindings.pydrake.geometry.test.optimization_test", + "bindings.pydrake.geometry.test.render_engine_gl_test", + "bindings.pydrake.geometry.test.render_engine_subclass_test", + "bindings.pydrake.geometry.test.render_test", + "bindings.pydrake.geometry.test.scene_graph_test", + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.gym._drake_gym_env", + "bindings.pydrake.manipulation.test.franka_panda_test", + "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "bindings.pydrake.manipulation.test.schunk_wsg_test", + "bindings.pydrake.manipulation.test.util_test", + "bindings.pydrake.math.math_example", + "bindings.pydrake.math._math_extra", + "bindings.pydrake.math.test.math_overloads_matrix_test", + "bindings.pydrake.math.test.math_overloads_test", + "bindings.pydrake.math.test.math_test", + "bindings.pydrake.multibody.fix_inertia", + "bindings.pydrake.multibody.jupyter_widgets", + "bindings.pydrake.multibody.mesh_to_model", + "bindings.pydrake.multibody.run_installed_fix_inertia", + "bindings.pydrake.multibody.run_installed_mesh_to_model", + "bindings.pydrake.multibody._inertia_fixer", + "bindings.pydrake.multibody._math_extra", + "bindings.pydrake.multibody._mesh_model_maker", + "bindings.pydrake.multibody._plant_extra", + "bindings.pydrake.multibody._tree_extra", + "bindings.pydrake.multibody.test.benchmarks_test", + "bindings.pydrake.multibody.test.cenic_test", + "bindings.pydrake.multibody.test.contact_solvers_test", + "bindings.pydrake.multibody.test.fem_test", + "bindings.pydrake.multibody.test.fix_inertia_test", + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "bindings.pydrake.multibody.test.inverse_kinematics_test", + "bindings.pydrake.multibody.test.lifetime_test", + "bindings.pydrake.multibody.test.math_test", + "bindings.pydrake.multibody.test.meshcat_test", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "bindings.pydrake.multibody.test.optimization_test", + "bindings.pydrake.multibody.test.parsing_test", + "bindings.pydrake.multibody.test.plant_test", + "bindings.pydrake.multibody.test.rational_test", + "bindings.pydrake.planning.test.collision_checker_test", + "bindings.pydrake.planning.test.collision_checker_trace_test", + "bindings.pydrake.planning.test.dof_mask_test", + "bindings.pydrake.planning.test.graph_algorithms_test", + "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "bindings.pydrake.planning.test.iris_test", + "bindings.pydrake.planning.test.joint_limits_test", + "bindings.pydrake.planning.test.placeholder_test", + "bindings.pydrake.planning.test.robot_diagram_test", + "bindings.pydrake.planning.test.trajectory_optimization_test", + "bindings.pydrake.planning.test.zmp_planner_test", + "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "bindings.pydrake.solvers.test.branch_and_bound_test", + "bindings.pydrake.solvers.test.clarabel_solver_test", + "bindings.pydrake.solvers.test.clp_solver_test", + "bindings.pydrake.solvers.test.csdp_solver_test", + "bindings.pydrake.solvers.test.evaluators_test", + "bindings.pydrake.solvers.test.gurobi_solver_test", + "bindings.pydrake.solvers.test.ipopt_solver_test", + "bindings.pydrake.solvers.test.mathematicalprogram_test", + "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "bindings.pydrake.solvers.test.mobylcp_solver_test", + "bindings.pydrake.solvers.test.mosek_solver_test", + "bindings.pydrake.solvers.test.nlopt_solver_test", + "bindings.pydrake.solvers.test.noscipy_test", + "bindings.pydrake.solvers.test.osqp_solver_test", + "bindings.pydrake.solvers.test.program_attribute_test", + "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "bindings.pydrake.solvers.test.scs_solver_test", + "bindings.pydrake.solvers.test.sdpa_free_format_test", + "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "bindings.pydrake.solvers.test.snopt_solver_test", + "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "bindings.pydrake.symbolic._symbolic_extra", + "bindings.pydrake.symbolic._symbolic_sympy", + "bindings.pydrake.symbolic.test.symbolic_test", + "bindings.pydrake.symbolic.test.sympy_test", + "bindings.pydrake.systems.drawing", + "bindings.pydrake.systems.drawing_graphviz_example", + "bindings.pydrake.systems.jupyter_widgets", + "bindings.pydrake.systems.perception", + "bindings.pydrake.systems.planar_scenegraph_visualizer", + "bindings.pydrake.systems.pyplot_visualizer", + "bindings.pydrake.systems.scalar_conversion", + "bindings.pydrake.systems._lcm_extra", + "bindings.pydrake.systems.test.analysis_test", + "bindings.pydrake.systems.test.builder_life_support_test", + "bindings.pydrake.systems.test.controllers_test", + "bindings.pydrake.systems.test.custom_test", + "bindings.pydrake.systems.test.estimators_test", + "bindings.pydrake.systems.test.event_gc_test", + "bindings.pydrake.systems.test.general_test", + "bindings.pydrake.systems.test.lcm_test", + "bindings.pydrake.systems.test.lifetime_test", + "bindings.pydrake.systems.test.monte_carlo_test", + "bindings.pydrake.systems.test.perception_test", + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "bindings.pydrake.systems.test.primitives_test", + "bindings.pydrake.systems.test.pyplot_visualizer_test", + "bindings.pydrake.systems.test.rendering_test", + "bindings.pydrake.systems.test.scalar_conversion_test", + "bindings.pydrake.systems.test.sensors_test", + "bindings.pydrake.systems.test.value_test", + "bindings.pydrake.systems.test._resample_log_interp1d_test", + "bindings.pydrake.systems.test_utilities.framework_test_util", + "bindings.pydrake.test.all_each_import_test", + "bindings.pydrake.test.all_test", + "bindings.pydrake.test.forward_diff_test", + "bindings.pydrake.test.lcm_test", + "bindings.pydrake.test.memory_leak_test", + "bindings.pydrake.test.odr_test", + "bindings.pydrake.test.parse_models_test", + "bindings.pydrake.test.perception_test", + "bindings.pydrake.test.polynomial_test", + "bindings.pydrake.test.print_symbol_collisions", + "bindings.pydrake.test.pydrake_pybind_test", + "bindings.pydrake.test.rtld_global_warning_test", + "bindings.pydrake.test.trajectories_test", + "bindings.pydrake.visualization.meldis", + "bindings.pydrake.visualization.model_visualizer", + "bindings.pydrake.visualization.run_installed_meldis", + "bindings.pydrake.visualization.run_installed_model_visualizer", + "bindings.pydrake.visualization._lcm_image_array_viewer", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization._model_visualizer", + "bindings.pydrake.visualization._plotting", + "bindings.pydrake.visualization._triad", + "bindings.pydrake.visualization._video", + "bindings.pydrake.visualization.test.config_test", + "bindings.pydrake.visualization.test.image_systems_test", + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "bindings.pydrake.visualization.test.meldis_test", + "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "bindings.pydrake.visualization.test.model_visualizer_test", + "bindings.pydrake.visualization.test.plotting_test", + "bindings.pydrake.visualization.test.sliders_test", + "bindings.pydrake.visualization.test.triad_test", + "bindings.pydrake.visualization.test.video_test", + "common.test_utilities.drake_py_unittest_main", + "doc.pydrake.build", + "doc.pydrake.pydrake_sphinx_extension", + "examples.acrobot.acrobot_io", + "examples.acrobot.optimizer_demo", + "examples.acrobot.spong_sim", + "examples.acrobot.test.acrobot_io_test", + "examples.acrobot.test.spong_sim_main_test", + "examples.hardware_sim.hardware_sim", + "examples.hardware_sim.robot_commander", + "examples.hardware_sim.test.robot_commander_test", + "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "examples.van_der_pol.plot_limit_cycle", + "tools.model_visualizer_private", + "tools.wheel.test.tests.meshcat-test", + "tools.wheel.test.tests.mosek-test", + "tools.wheel.test.tests.pyi-install-test", + "tools.wheel.test.tests.render-vtk", + "tools.wheel.test.tests.sanity-test", + "tools.workspace.drake_models.test.parse_test", + "tools.workspace.drake_models.test.tri_homecart_test" + ], + "import_count": 1758 + }, + "numpy": { + "used_by": [ + "bindings.pydrake.forwarddiff", + "bindings.pydrake.autodiffutils._autodiffutils_extra", + "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "bindings.pydrake.common.compatibility", + "bindings.pydrake.common.containers", + "bindings.pydrake.common.cpp_param", + "bindings.pydrake.common.yaml", + "bindings.pydrake.common._common_extra", + "bindings.pydrake.common.test.compatibility_test", + "bindings.pydrake.common.test.containers_test", + "bindings.pydrake.common.test.cpp_param_test", + "bindings.pydrake.common.test.eigen_geometry_test", + "bindings.pydrake.common.test.eigen_pybind_test", + "bindings.pydrake.common.test.module_test", + "bindings.pydrake.common.test.numpy_compare_test", + "bindings.pydrake.common.test.schema_serialization_test", + "bindings.pydrake.common.test.schema_test", + "bindings.pydrake.common.test.serialize_pybind_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.common.test_utilities.numpy_compare", + "bindings.pydrake.common.test_utilities.pickle_compare", + "bindings.pydrake.common.test_utilities.algebra_test_util", + "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "bindings.pydrake.examples.gym.envs.cart_pole", + "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "bindings.pydrake.examples.test.quadrotor_test", + "bindings.pydrake.examples.test.rimless_wheel_test", + "bindings.pydrake.examples.test.van_der_pol_test", + "bindings.pydrake.geometry.test.bounding_box_test", + "bindings.pydrake.geometry.test.common_test", + "bindings.pydrake.geometry.test.meshes_test", + "bindings.pydrake.geometry.test.optimization_test", + "bindings.pydrake.geometry.test.render_test", + "bindings.pydrake.geometry.test.scene_graph_test", + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.gym._drake_gym_env", + "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "bindings.pydrake.manipulation.test.schunk_wsg_test", + "bindings.pydrake.math.math_example", + "bindings.pydrake.math._math_extra", + "bindings.pydrake.math.test.math_overloads_matrix_test", + "bindings.pydrake.math.test.math_overloads_test", + "bindings.pydrake.math.test.math_test", + "bindings.pydrake.multibody.jupyter_widgets", + "bindings.pydrake.multibody.mesh_to_model", + "bindings.pydrake.multibody._inertia_fixer", + "bindings.pydrake.multibody._mesh_model_maker", + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "bindings.pydrake.multibody.test.inverse_kinematics_test", + "bindings.pydrake.multibody.test.math_test", + "bindings.pydrake.multibody.test.meshcat_test", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "bindings.pydrake.multibody.test.optimization_test", + "bindings.pydrake.multibody.test.plant_test", + "bindings.pydrake.multibody.test.rational_test", + "bindings.pydrake.planning.test.collision_checker_test", + "bindings.pydrake.planning.test.collision_checker_trace_test", + "bindings.pydrake.planning.test.graph_algorithms_test", + "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "bindings.pydrake.planning.test.iris_test", + "bindings.pydrake.planning.test.joint_limits_test", + "bindings.pydrake.planning.test.robot_diagram_test", + "bindings.pydrake.planning.test.trajectory_optimization_test", + "bindings.pydrake.planning.test.zmp_planner_test", + "bindings.pydrake.solvers._extra", + "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "bindings.pydrake.solvers.test.clarabel_solver_test", + "bindings.pydrake.solvers.test.clp_solver_test", + "bindings.pydrake.solvers.test.csdp_solver_test", + "bindings.pydrake.solvers.test.evaluators_test", + "bindings.pydrake.solvers.test.gurobi_solver_test", + "bindings.pydrake.solvers.test.ipopt_solver_test", + "bindings.pydrake.solvers.test.mathematicalprogram_test", + "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "bindings.pydrake.solvers.test.mobylcp_solver_test", + "bindings.pydrake.solvers.test.mosek_solver_test", + "bindings.pydrake.solvers.test.nlopt_solver_test", + "bindings.pydrake.solvers.test.noscipy_test", + "bindings.pydrake.solvers.test.osqp_solver_test", + "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "bindings.pydrake.solvers.test.scs_solver_test", + "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "bindings.pydrake.solvers.test.snopt_solver_test", + "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "bindings.pydrake.symbolic.test.symbolic_test", + "bindings.pydrake.symbolic.test.sympy_test", + "bindings.pydrake.systems.jupyter_widgets", + "bindings.pydrake.systems.perception", + "bindings.pydrake.systems.planar_scenegraph_visualizer", + "bindings.pydrake.systems.pyplot_visualizer", + "bindings.pydrake.systems._resample_interp1d", + "bindings.pydrake.systems.test.analysis_test", + "bindings.pydrake.systems.test.controllers_test", + "bindings.pydrake.systems.test.custom_test", + "bindings.pydrake.systems.test.estimators_test", + "bindings.pydrake.systems.test.general_test", + "bindings.pydrake.systems.test.lcm_test", + "bindings.pydrake.systems.test.lifetime_test", + "bindings.pydrake.systems.test.perception_test", + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "bindings.pydrake.systems.test.primitives_test", + "bindings.pydrake.systems.test.pyplot_visualizer_test", + "bindings.pydrake.systems.test.rendering_test", + "bindings.pydrake.systems.test.sensors_test", + "bindings.pydrake.systems.test.value_test", + "bindings.pydrake.systems.test._resample_log_interp1d_test", + "bindings.pydrake.test.forward_diff_test", + "bindings.pydrake.test.perception_test", + "bindings.pydrake.test.polynomial_test", + "bindings.pydrake.test.trajectories_test", + "bindings.pydrake.visualization._lcm_image_array_viewer", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization._model_visualizer", + "bindings.pydrake.visualization._plotting", + "bindings.pydrake.visualization._triad", + "bindings.pydrake.visualization._video", + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "bindings.pydrake.visualization.test.meldis_test", + "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "bindings.pydrake.visualization.test.plotting_test", + "bindings.pydrake.visualization.test.triad_test", + "common.proto.call_python_client", + "examples.acrobot.acrobot_io", + "examples.acrobot.metrics", + "examples.acrobot.optimizer_demo", + "examples.acrobot.test.acrobot_io_test", + "examples.acrobot.test.metrics_test", + "examples.hardware_sim.hardware_sim", + "examples.hardware_sim.robot_commander", + "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "geometry.render_gltf_client.test.integration_test", + "multibody.plant.images.ideal_stiction", + "multibody.plant.images.stiction", + "tools.wheel.test.tests.sanity-test" + ], + "import_count": 140 + }, + "importlib": { + "used_by": [ + "bindings.pydrake.stubgen", + "bindings.pydrake._all_everything", + "bindings.pydrake.common.test.deprecation_test", + "bindings.pydrake.test.rtld_global_warning_test", + "common.test_utilities.drake_py_unittest_main", + "tools.clion.test.bazel_wrapper_test", + "tools.wheel.test.tests.metadata_test" + ], + "import_count": 7 + }, + "os": { + "used_by": [ + "bindings.pydrake.stubgen", + "bindings.pydrake", + "bindings.pydrake.common.deprecation", + "bindings.pydrake.common.test.deprecation_test", + "bindings.pydrake.common.test.module_test", + "bindings.pydrake.common.test.text_logging_test", + "bindings.pydrake.common.test.yaml_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.examples.gym._bazel_cwd_helpers", + "bindings.pydrake.geometry._geometry_extra", + "bindings.pydrake.geometry.test.optimization_test", + "bindings.pydrake.math.math_example", + "bindings.pydrake.multibody.fix_inertia", + "bindings.pydrake.multibody.mesh_to_model", + "bindings.pydrake.multibody.run_installed_fix_inertia", + "bindings.pydrake.multibody.run_installed_mesh_to_model", + "bindings.pydrake.multibody.test.fix_inertia_test", + "bindings.pydrake.multibody.test.parsing_test", + "bindings.pydrake.solvers.test.gurobi_solver_test", + "bindings.pydrake.solvers.test.sdpa_free_format_test", + "bindings.pydrake.systems.drawing", + "bindings.pydrake.systems.drawing_graphviz_example", + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "bindings.pydrake.test.all_each_import_test", + "bindings.pydrake.test.all_install_test", + "bindings.pydrake.test.all_test", + "bindings.pydrake.test.common_install_test", + "bindings.pydrake.test.parse_models_test", + "bindings.pydrake.test.stubgen_test", + "bindings.pydrake.test.mock_torch.torch", + "bindings.pydrake.visualization.meldis", + "bindings.pydrake.visualization.model_visualizer", + "bindings.pydrake.visualization.run_installed_meldis", + "bindings.pydrake.visualization.run_installed_model_visualizer", + "bindings.pydrake.visualization._model_visualizer", + "bindings.pydrake.visualization.test.meldis_test", + "bindings.pydrake.visualization.test.multicam_scenario_test", + "bindings.pydrake.visualization.test.video_test", + "bindings.pydrake.visualization.test.visualization_install_tests", + "common.proto.call_python_client", + "common.proto.test.call_python_test", + "common.test.drake_cc_googletest_main_test", + "common.test.find_runfiles_subprocess_test", + "common.test_utilities.drake_py_unittest_main", + "doc.build", + "doc.defs", + "doc.pages", + "doc.doxygen_cxx.build", + "doc.pydrake.build", + "doc.styleguide.build", + "doc.tutorials.build", + "examples.acrobot.optimizer_demo", + "examples.acrobot.test.spong_sim_main_test", + "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "examples.hardware_sim.robot_commander", + "examples.hardware_sim.test.hardware_sim_test_common", + "examples.van_der_pol.plot_limit_cycle", + "geometry.proximity.test.refine_mesh_test", + "geometry.render_gltf_client.test.acceptance_test", + "geometry.render_gltf_client.test.file_size_test", + "geometry.render_gltf_client.test.integration_test", + "geometry.render_gltf_client.test.server_demo", + "multibody.parsing.package_downloader", + "multibody.plant.images.test.scripts_test", + "setup.install_prereqs", + "setup.test.install_prereqs_test", + "solvers.test.gurobi_solver_license_retention_test", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.clion.test.bazel_wrapper_test", + "tools.install.installer", + "tools.install.install_test", + "tools.install.install_test_helper", + "tools.install.otool", + "tools.install.libdrake.build_components_refresh", + "tools.install.libdrake.test.drake_python_dir_install_test", + "tools.install.libdrake.test.find_package_drake_install_test", + "tools.install.libdrake.test.metadata_install_test", + "tools.install.libdrake.test.rpath_install_test", + "tools.install.libdrake.test.snopt_visibility_install_test", + "tools.install.test.installer_test", + "tools.install.test.install_meta_test", + "tools.install.test.install_test_helper_test", + "tools.jupyter.jupyter_bazel", + "tools.kcov.kcoverage", + "tools.lcm_gen", + "tools.lint.buildifier", + "tools.lint.clang_format", + "tools.lint.clang_format_lint", + "tools.lint.drakelint", + "tools.lint.test.buildifier_test", + "tools.lint.test.util_test", + "tools.performance.benchmark_tool", + "tools.release_engineering.download_release_candidate", + "tools.release_engineering.mirror_to_s3", + "tools.release_engineering.relnotes", + "tools.release_engineering.repack_deb", + "tools.skylark.py_env_runner", + "tools.wheel.image.setup", + "tools.wheel.test.tests.mosek-test", + "tools.wheel.test.tests.pyi-install-test", + "tools.wheel.test.tests.size-test", + "tools.wheel.wheel_builder.common", + "tools.wheel.wheel_builder.linux", + "tools.wheel.wheel_builder.macos", + "tools.workspace.cmake_configure_file", + "tools.workspace.mirror_to_s3", + "tools.workspace.new_release", + "tools.workspace.libjpeg_turbo_internal.upgrade", + "tools.workspace.mkdoc_internal.libclang_setup", + "tools.workspace.mkdoc_internal.mkdoc", + "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test" + ], + "import_count": 133 + }, + "subprocess": { + "used_by": [ + "bindings.pydrake.stubgen", + "bindings.pydrake.common.test.text_logging_test", + "bindings.pydrake.geometry._geometry_extra", + "bindings.pydrake.multibody.test.fix_inertia_test", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "bindings.pydrake.test.all_each_import_test", + "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "bindings.pydrake.visualization.test.model_visualizer_test", + "bindings.pydrake.visualization.test.multicam_scenario_test", + "common.proto.test.call_python_test", + "common.test.cpu_capabilities_test", + "common.test.drake_cc_googletest_main_test", + "common.test.find_runfiles_subprocess_test", + "doc.defs", + "examples.acrobot.optimizer_demo", + "examples.acrobot.test.spong_sim_main_test", + "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "examples.hardware_sim.test.hardware_sim_test_common", + "examples.multibody.strandbeest.test.run_with_motor_test", + "geometry.proximity.test.refine_mesh_test", + "geometry.render_gltf_client.test.acceptance_test", + "geometry.render_gltf_client.test.integration_test", + "geometry.render_gltf_client.test.server_demo", + "lcm.test.initialization_sequence_test", + "multibody.parsing.test.package_downloader_stress_test", + "multibody.plant.images.test.scripts_test", + "setup.install_prereqs", + "setup.test.install_prereqs_test", + "solvers.test.gurobi_solver_license_retention_test", + "systems.analysis.test.simulator_gflags_test", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.clion.test.bazel_wrapper_test", + "tools.install.installer", + "tools.install.install_test", + "tools.install.install_test_helper", + "tools.install.otool", + "tools.install.libdrake.build_components_refresh", + "tools.install.libdrake.test.drake_python_dir_install_test", + "tools.install.libdrake.test.exported_symbols_test", + "tools.install.libdrake.test.find_package_drake_install_test", + "tools.install.libdrake.test.rpath_install_test", + "tools.install.libdrake.test.snopt_visibility_install_test", + "tools.install.test.install_meta_test", + "tools.jupyter.test.failing_notebook_test", + "tools.kcov.kcoverage", + "tools.lint.buildifier", + "tools.lint.clang_format_lint", + "tools.lint.test.buildifier_test", + "tools.performance.benchmark_tool", + "tools.release_engineering.download_release_candidate", + "tools.release_engineering.repack_deb", + "tools.skylark.py_env_runner", + "tools.skylark.rewrite_osx_ar_hidden", + "tools.wheel.macos.change_lpath", + "tools.wheel.macos.strip_rpath", + "tools.wheel.test.tests.render-vtk", + "tools.wheel.wheel_builder.common", + "tools.wheel.wheel_builder.linux", + "tools.wheel.wheel_builder.macos", + "tools.workspace.new_release", + "tools.workspace.mkdoc_internal.libclang_setup" + ], + "import_count": 69 + }, + "tempfile": { + "used_by": [ + "bindings.pydrake.stubgen", + "bindings.pydrake.systems.drawing", + "bindings.pydrake.systems.test.sensors_test", + "bindings.pydrake.visualization.test.meldis_test", + "doc.defs", + "examples.acrobot.optimizer_demo", + "geometry.render_gltf_client.test.server_demo", + "multibody.parsing.package_downloader", + "multibody.parsing.test.package_downloader_stress_test", + "multibody.parsing.test.package_downloader_test", + "setup.test.install_prereqs_test", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.clion.test.bazel_wrapper_test", + "tools.lcm_gen.test.lcm_gen_test", + "tools.release_engineering.download_release_candidate", + "tools.release_engineering.mirror_to_s3", + "tools.release_engineering.repack_deb", + "tools.skylark.rewrite_osx_ar_hidden", + "tools.wheel.wheel_builder.macos", + "tools.workspace.mirror_to_s3", + "tools.workspace.new_release" + ], + "import_count": 21 + }, + "mypy": { + "used_by": [ + "bindings.pydrake.stubgen", + "bindings.pydrake.test.stubgen_test" + ], + "import_count": 2 + }, + "notebook": { + "used_by": [ + "bindings.pydrake.tutorials" + ], + "import_count": 2 + }, + "functools": { + "used_by": [ + "bindings.pydrake", + "bindings.pydrake.common.yaml", + "bindings.pydrake.common._common_extra", + "bindings.pydrake.common.test.compatibility_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.common.test_utilities.meta", + "bindings.pydrake.common.test_utilities.numpy_compare", + "bindings.pydrake.math._math_extra", + "bindings.pydrake.multibody.jupyter_widgets", + "bindings.pydrake.multibody.test.inverse_kinematics_test", + "bindings.pydrake.symbolic._symbolic_extra", + "bindings.pydrake.systems.jupyter_widgets", + "bindings.pydrake.systems.scalar_conversion", + "bindings.pydrake.test.memory_leak_test", + "bindings.pydrake.visualization.test.meldis_test", + "common.test_utilities.drake_py_unittest_main", + "doc.defs", + "setup.install_prereqs", + "tools.install.installer", + "tools.install.install_test", + "tools.workspace.lapack_internal.sources_gen" + ], + "import_count": 22 + }, + "warnings": { + "used_by": [ + "bindings.pydrake", + "bindings.pydrake.common.deprecation", + "bindings.pydrake.common.jupyter", + "bindings.pydrake.common.test.deprecation_test", + "bindings.pydrake.common.test_utilities.deprecation", + "bindings.pydrake.examples.gym.play_cart_pole", + "bindings.pydrake.gym._drake_gym_env", + "bindings.pydrake.multibody.all", + "bindings.pydrake.symbolic.test.symbolic_test", + "bindings.pydrake.test.all_test", + "bindings.pydrake.test.rtld_global_warning_test", + "common.test_utilities.drake_py_unittest_main", + "doc.pydrake.pydrake_sphinx_extension", + "tools.jupyter.jupyter_bazel" + ], + "import_count": 14 + }, + "copy": { + "used_by": [ + "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "bindings.pydrake.common.yaml", + "bindings.pydrake.common.test.eigen_geometry_test", + "bindings.pydrake.common.test.module_test", + "bindings.pydrake.common.test.schema_test", + "bindings.pydrake.common.test.value_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.geometry.test.bounding_box_test", + "bindings.pydrake.geometry.test.common_test", + "bindings.pydrake.geometry.test.meshes_test", + "bindings.pydrake.geometry.test.optimization_test", + "bindings.pydrake.geometry.test.render_test", + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.math.test.math_test", + "bindings.pydrake.multibody.test.contact_solvers_test", + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "bindings.pydrake.multibody.test.math_test", + "bindings.pydrake.multibody.test.meshcat_test", + "bindings.pydrake.multibody.test.optimization_test", + "bindings.pydrake.multibody.test.parsing_test", + "bindings.pydrake.multibody.test.plant_test", + "bindings.pydrake.planning.test.collision_checker_test", + "bindings.pydrake.solvers.test.branch_and_bound_test", + "bindings.pydrake.solvers.test.mathematicalprogram_test", + "bindings.pydrake.symbolic.test.symbolic_test", + "bindings.pydrake.systems.test.analysis_test", + "bindings.pydrake.systems.test.estimators_test", + "bindings.pydrake.systems.test.general_test", + "bindings.pydrake.systems.test.primitives_test", + "bindings.pydrake.systems.test.scalar_conversion_test", + "bindings.pydrake.systems.test.sensors_test", + "bindings.pydrake.systems.test.value_test", + "bindings.pydrake.systems.test_utilities.framework_test_util", + "bindings.pydrake.test.lcm_test", + "bindings.pydrake.test.parse_models_test", + "bindings.pydrake.test.perception_test", + "bindings.pydrake.test.pydrake_pybind_test", + "bindings.pydrake.test.trajectories_test", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization._model_visualizer", + "bindings.pydrake.visualization._video", + "bindings.pydrake.visualization.test.config_test", + "bindings.pydrake.visualization.test.model_visualizer_test", + "examples.hardware_sim.test.hardware_sim_test_common", + "geometry.render_gltf_client.test.integration_test", + "solvers.test.gurobi_solver_license_retention_test", + "tools.performance.benchmark_tool" + ], + "import_count": 47 + }, + "itertools": { + "used_by": [ + "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "bindings.pydrake.common.test_utilities.numpy_compare", + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.math.test.math_overloads_matrix_test", + "bindings.pydrake.multibody.test.plant_test", + "bindings.pydrake.symbolic.test.symbolic_test", + "bindings.pydrake.systems.test.scalar_conversion_test", + "examples.hardware_sim.robot_commander", + "geometry.render_gltf_client.test.server_demo", + "tools.install.installer" + ], + "import_count": 10 + }, + "unittest": { + "used_by": [ + "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "bindings.pydrake.common.test.compatibility_test", + "bindings.pydrake.common.test.containers_test", + "bindings.pydrake.common.test.cpp_param_test", + "bindings.pydrake.common.test.cpp_template_test", + "bindings.pydrake.common.test.deprecation_autocomplete_test", + "bindings.pydrake.common.test.deprecation_test", + "bindings.pydrake.common.test.deprecation_utility_test", + "bindings.pydrake.common.test.eigen_geometry_test", + "bindings.pydrake.common.test.eigen_pybind_test", + "bindings.pydrake.common.test.module_test", + "bindings.pydrake.common.test.numpy_compare_test", + "bindings.pydrake.common.test.pybind11_version_test", + "bindings.pydrake.common.test.ref_cycle_test", + "bindings.pydrake.common.test.schema_serialization_test", + "bindings.pydrake.common.test.schema_test", + "bindings.pydrake.common.test.serialize_import_failure_test", + "bindings.pydrake.common.test.serialize_pybind_test", + "bindings.pydrake.common.test.sorted_pair_test", + "bindings.pydrake.common.test.text_logging_gil_test", + "bindings.pydrake.common.test.text_logging_test", + "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test", + "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test", + "bindings.pydrake.common.test.type_safe_index_test", + "bindings.pydrake.common.test.value_test", + "bindings.pydrake.common.test.wrap_pybind_test", + "bindings.pydrake.common.test.yaml_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "bindings.pydrake.common.test_utilities.test.meta_test", + "bindings.pydrake.examples.test.acrobot_test", + "bindings.pydrake.examples.test.compass_gait_test", + "bindings.pydrake.examples.test.pendulum_test", + "bindings.pydrake.examples.test.quadrotor_test", + "bindings.pydrake.examples.test.rimless_wheel_test", + "bindings.pydrake.examples.test.van_der_pol_test", + "bindings.pydrake.geometry.test.bounding_box_test", + "bindings.pydrake.geometry.test.common_test", + "bindings.pydrake.geometry.test.frame_id_test", + "bindings.pydrake.geometry.test.hydro_test", + "bindings.pydrake.geometry.test.meshes_test", + "bindings.pydrake.geometry.test.optimization_test", + "bindings.pydrake.geometry.test.render_engine_gl_test", + "bindings.pydrake.geometry.test.render_engine_subclass_test", + "bindings.pydrake.geometry.test.render_test", + "bindings.pydrake.geometry.test.scene_graph_test", + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.gym.test.drake_gym_test", + "bindings.pydrake.manipulation.test.franka_panda_test", + "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "bindings.pydrake.manipulation.test.schunk_wsg_test", + "bindings.pydrake.manipulation.test.util_test", + "bindings.pydrake.math.test.math_overloads_matrix_test", + "bindings.pydrake.math.test.math_overloads_test", + "bindings.pydrake.math.test.math_test", + "bindings.pydrake.multibody.test.benchmarks_test", + "bindings.pydrake.multibody.test.cenic_test", + "bindings.pydrake.multibody.test.contact_solvers_test", + "bindings.pydrake.multibody.test.fem_test", + "bindings.pydrake.multibody.test.fix_inertia_test", + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "bindings.pydrake.multibody.test.inverse_kinematics_test", + "bindings.pydrake.multibody.test.lifetime_test", + "bindings.pydrake.multibody.test.math_test", + "bindings.pydrake.multibody.test.meshcat_test", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "bindings.pydrake.multibody.test.optimization_test", + "bindings.pydrake.multibody.test.parsing_test", + "bindings.pydrake.multibody.test.plant_test", + "bindings.pydrake.multibody.test.rational_test", + "bindings.pydrake.planning.test.collision_checker_test", + "bindings.pydrake.planning.test.collision_checker_trace_test", + "bindings.pydrake.planning.test.dof_mask_test", + "bindings.pydrake.planning.test.graph_algorithms_test", + "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "bindings.pydrake.planning.test.iris_test", + "bindings.pydrake.planning.test.joint_limits_test", + "bindings.pydrake.planning.test.placeholder_test", + "bindings.pydrake.planning.test.robot_diagram_test", + "bindings.pydrake.planning.test.trajectory_optimization_test", + "bindings.pydrake.planning.test.zmp_planner_test", + "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "bindings.pydrake.solvers.test.branch_and_bound_test", + "bindings.pydrake.solvers.test.clarabel_solver_test", + "bindings.pydrake.solvers.test.clp_solver_test", + "bindings.pydrake.solvers.test.csdp_solver_test", + "bindings.pydrake.solvers.test.evaluators_test", + "bindings.pydrake.solvers.test.gurobi_solver_test", + "bindings.pydrake.solvers.test.ipopt_solver_test", + "bindings.pydrake.solvers.test.mathematicalprogram_test", + "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "bindings.pydrake.solvers.test.mobylcp_solver_test", + "bindings.pydrake.solvers.test.mosek_solver_test", + "bindings.pydrake.solvers.test.nlopt_solver_test", + "bindings.pydrake.solvers.test.noscipy_test", + "bindings.pydrake.solvers.test.osqp_solver_test", + "bindings.pydrake.solvers.test.program_attribute_test", + "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "bindings.pydrake.solvers.test.scs_solver_test", + "bindings.pydrake.solvers.test.sdpa_free_format_test", + "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "bindings.pydrake.solvers.test.snopt_solver_test", + "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "bindings.pydrake.symbolic.test.symbolic_test", + "bindings.pydrake.symbolic.test.sympy_test", + "bindings.pydrake.systems.test.analysis_test", + "bindings.pydrake.systems.test.builder_life_support_test", + "bindings.pydrake.systems.test.controllers_test", + "bindings.pydrake.systems.test.custom_test", + "bindings.pydrake.systems.test.estimators_test", + "bindings.pydrake.systems.test.event_gc_test", + "bindings.pydrake.systems.test.general_test", + "bindings.pydrake.systems.test.lcm_test", + "bindings.pydrake.systems.test.lifetime_test", + "bindings.pydrake.systems.test.monte_carlo_test", + "bindings.pydrake.systems.test.perception_test", + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "bindings.pydrake.systems.test.primitives_test", + "bindings.pydrake.systems.test.pyplot_visualizer_test", + "bindings.pydrake.systems.test.rendering_test", + "bindings.pydrake.systems.test.scalar_conversion_test", + "bindings.pydrake.systems.test.sensors_test", + "bindings.pydrake.systems.test.value_test", + "bindings.pydrake.systems.test._resample_log_interp1d_test", + "bindings.pydrake.systems.test_utilities.framework_test_util", + "bindings.pydrake.test.all_each_import_test", + "bindings.pydrake.test.all_install_test", + "bindings.pydrake.test.all_test", + "bindings.pydrake.test.common_install_test", + "bindings.pydrake.test.dot_clang_format_test", + "bindings.pydrake.test.forward_diff_test", + "bindings.pydrake.test.lcm_test", + "bindings.pydrake.test.memory_leak_test", + "bindings.pydrake.test.odr_test", + "bindings.pydrake.test.parse_models_test", + "bindings.pydrake.test.perception_test", + "bindings.pydrake.test.polynomial_test", + "bindings.pydrake.test.pydrake_pybind_test", + "bindings.pydrake.test.rtld_global_warning_test", + "bindings.pydrake.test.stubgen_test", + "bindings.pydrake.test.trajectories_test", + "bindings.pydrake.visualization.test.config_test", + "bindings.pydrake.visualization.test.image_systems_test", + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "bindings.pydrake.visualization.test.meldis_test", + "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "bindings.pydrake.visualization.test.model_visualizer_test", + "bindings.pydrake.visualization.test.multicam_scenario_test", + "bindings.pydrake.visualization.test.plotting_test", + "bindings.pydrake.visualization.test.sliders_test", + "bindings.pydrake.visualization.test.triad_test", + "bindings.pydrake.visualization.test.video_test", + "bindings.pydrake.visualization.test.visualization_install_tests", + "common.proto.test.call_python_test", + "common.test.cpu_capabilities_test", + "common.test.drake_cc_googletest_main_test", + "common.test.find_runfiles_subprocess_test", + "common.test_utilities.drake_py_unittest_main", + "doc.doxygen_cxx.test.system_doxygen_test", + "examples.acrobot.test.acrobot_io_test", + "examples.acrobot.test.metrics_test", + "examples.acrobot.test.spong_sim_lib_py_test", + "examples.acrobot.test.spong_sim_main_test", + "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "examples.hardware_sim.test.hardware_sim_cc_test", + "examples.hardware_sim.test.hardware_sim_py_test", + "examples.hardware_sim.test.robot_commander_test", + "examples.multibody.strandbeest.test.run_with_motor_test", + "geometry.proximity.test.refine_mesh_test", + "geometry.render_gltf_client.test.acceptance_test", + "geometry.render_gltf_client.test.file_size_test", + "geometry.render_gltf_client.test.integration_test", + "lcm.test.initialization_sequence_test", + "multibody.parsing.test.package_downloader_stress_test", + "multibody.parsing.test.package_downloader_test", + "multibody.plant.images.test.scripts_test", + "setup.test.install_prereqs_test", + "solvers.test.gurobi_solver_license_retention_test", + "systems.analysis.test.simulator_gflags_test", + "tools.clion.test.bazel_wrapper_test", + "tools.install.install_test", + "tools.install.libdrake.test.drake_python_dir_install_test", + "tools.install.libdrake.test.exported_symbols_test", + "tools.install.libdrake.test.find_package_drake_install_test", + "tools.install.libdrake.test.header_dependency_test", + "tools.install.libdrake.test.metadata_install_test", + "tools.install.libdrake.test.rpath_install_test", + "tools.install.libdrake.test.snopt_visibility_install_test", + "tools.install.test.installer_test", + "tools.install.test.install_meta_test", + "tools.install.test.install_test_helper_test", + "tools.jupyter.test.failing_notebook_test", + "tools.jupyter.test.jupyter_prereqs_test", + "tools.lcm_gen.test.lcm_gen_test", + "tools.lint.test.buildifier_test", + "tools.lint.test.util_test", + "tools.skylark.test.pathutils_test", + "tools.workspace.bzlmod_sync_test", + "tools.workspace.vendor_cxx_test", + "tools.workspace.bazelisk_internal.test.lint_test", + "tools.workspace.clarabel_cpp_internal.test.lint_test", + "tools.workspace.drake_models.test.parse_test", + "tools.workspace.drake_models.test.tri_homecart_test", + "tools.workspace.ipopt_internal.test.lint_test", + "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test", + "tools.workspace.nlopt_internal.test.enum_test", + "tools.workspace.ros_xacro_internal.test.xacro_smoke_test", + "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test" + ], + "import_count": 211 + }, + "re": { + "used_by": [ + "bindings.pydrake.common.containers", + "bindings.pydrake.common.deprecation", + "bindings.pydrake.common.test.text_logging_test", + "bindings.pydrake.common.test_utilities.meta", + "bindings.pydrake.geometry.test.common_test", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization._model_visualizer", + "common.test_utilities.drake_py_unittest_main", + "doc.doxygen_cxx.system_doxygen", + "doc.pydrake.pydrake_sphinx_extension", + "examples.hardware_sim.test.hardware_sim_test_common", + "geometry.render_gltf_client.test.integration_test", + "setup.install_prereqs", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.install.installer", + "tools.install.install_test", + "tools.install.otool", + "tools.install.libdrake.parse_version", + "tools.install.libdrake.test.exported_symbols_test", + "tools.install.libdrake.test.header_dependency_test", + "tools.install.libdrake.test.rpath_install_test", + "tools.lcm_gen", + "tools.lint.buildifier", + "tools.lint.drakelint", + "tools.performance.benchmark_tool", + "tools.release_engineering.relnotes", + "tools.wheel.wheel_builder.common", + "tools.workspace.cmake_configure_file", + "tools.workspace.new_release", + "tools.workspace.vendor_cxx", + "tools.workspace.lapack_internal.sources_gen", + "tools.workspace.libjpeg_turbo_internal.upgrade", + "tools.workspace.mkdoc_internal.mkdoc", + "tools.workspace.mkdoc_internal.mkdoc_comment", + "tools.workspace.nlopt_internal.test.enum_test" + ], + "import_count": 36 + }, + "ctypes": { + "used_by": [ + "bindings.pydrake.common.cpp_param", + "bindings.pydrake.common.test.cpp_param_test", + "bindings.pydrake.test.memory_leak_test" + ], + "import_count": 3 + }, + "types": { + "used_by": [ + "bindings.pydrake.common.cpp_param", + "bindings.pydrake.common.cpp_template", + "bindings.pydrake.common.deprecation", + "bindings.pydrake.common.yaml", + "bindings.pydrake.common.test.cpp_template_test", + "bindings.pydrake.common.test.deprecation_test", + "bindings.pydrake.systems.test.custom_test" + ], + "import_count": 7 + }, + "typing": { + "used_by": [ + "bindings.pydrake.common.cpp_param", + "bindings.pydrake.common.yaml", + "bindings.pydrake.common._common_extra", + "bindings.pydrake.common.test.serialize_pybind_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.symbolic._symbolic_extra", + "doc.pydrake.pydrake_sphinx_extension", + "examples.hardware_sim.hardware_sim" + ], + "import_count": 8 + }, + "inspect": { + "used_by": [ + "bindings.pydrake.common.cpp_template", + "bindings.pydrake.common.test.serialize_pybind_test", + "bindings.pydrake.common.test_utilities.numpy_compare", + "bindings.pydrake.manipulation._manipulation_extra", + "bindings.pydrake.test.all_test", + "bindings.pydrake.visualization.test.model_visualizer_test" + ], + "import_count": 6 + }, + "asyncio": { + "used_by": [ + "bindings.pydrake.common.jupyter", + "geometry.test.meshcat_websocket_client" + ], + "import_count": 2 + }, + "IPython": { + "used_by": [ + "bindings.pydrake.common.jupyter", + "bindings.pydrake.geometry._geometry_extra", + "bindings.pydrake.multibody.jupyter_widgets", + "bindings.pydrake.systems.drawing", + "bindings.pydrake.systems.jupyter_widgets" + ], + "import_count": 9 + }, + "collections": { + "used_by": [ + "bindings.pydrake.common.yaml", + "bindings.pydrake.common.test_utilities.meta", + "bindings.pydrake.common.test_utilities.numpy_compare", + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.gym._drake_gym_env", + "bindings.pydrake.multibody._inertia_fixer", + "bindings.pydrake.multibody.test.inverse_kinematics_test", + "bindings.pydrake.multibody.test.optimization_test", + "bindings.pydrake.multibody.test.plant_test", + "bindings.pydrake.systems.jupyter_widgets", + "bindings.pydrake.systems.test.lcm_test", + "bindings.pydrake.test.print_symbol_collisions", + "bindings.pydrake.visualization.test.meldis_test", + "geometry.test.meshcat_websocket_client", + "tools.install.installer", + "tools.install.otool", + "tools.install.libdrake.test.exported_symbols_test", + "tools.release_engineering.relnotes", + "tools.workspace.cmake_configure_file", + "tools.workspace.drake_models.test.parse_test", + "tools.workspace.mkdoc_internal.mkdoc" + ], + "import_count": 22 + }, + "dataclasses": { + "used_by": [ + "bindings.pydrake.common.yaml", + "bindings.pydrake.common.test.schema_serialization_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.multibody._inertia_fixer", + "bindings.pydrake.systems.test_utilities.framework_test_util", + "bindings.pydrake.test.memory_leak_test", + "examples.hardware_sim.hardware_sim", + "tools.lcm_gen", + "tools.wheel.wheel_builder.linux_types", + "tools.workspace.new_release" + ], + "import_count": 11 + }, + "math": { + "used_by": [ + "bindings.pydrake.common.yaml", + "bindings.pydrake.common.test.schema_serialization_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.geometry.test.render_engine_subclass_test", + "bindings.pydrake.geometry.test.scene_graph_test", + "bindings.pydrake.math.test.math_overloads_test", + "bindings.pydrake.math.test.math_test", + "bindings.pydrake.multibody.test.inverse_kinematics_test", + "bindings.pydrake.symbolic._symbolic_sympy", + "bindings.pydrake.systems.planar_scenegraph_visualizer", + "bindings.pydrake.systems.test.controllers_test", + "bindings.pydrake.visualization.test.video_test", + "examples.hardware_sim.hardware_sim", + "geometry.render_gltf_client.test.server_demo" + ], + "import_count": 16 + }, + "yaml": { + "used_by": [ + "bindings.pydrake.common.yaml", + "doc.doxygen_cxx.system_doxygen", + "examples.hardware_sim.test.hardware_sim_test_common" + ], + "import_count": 4 + }, + "logging": { + "used_by": [ + "bindings.pydrake.common._common_extra", + "bindings.pydrake.common.test.text_logging_example", + "bindings.pydrake.common.test.text_logging_gil_test", + "bindings.pydrake.common.test.text_logging_test", + "bindings.pydrake.geometry.test.render_test", + "bindings.pydrake.multibody._mesh_model_maker", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "bindings.pydrake.visualization.model_visualizer", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization._model_visualizer", + "geometry.test.meshcat_websocket_client", + "multibody.parsing.package_downloader", + "setup.install_prereqs", + "setup.test.install_prereqs_test", + "tools.release_engineering.relnotes", + "tools.workspace.new_release", + "tools.workspace.libjpeg_turbo_internal.upgrade" + ], + "import_count": 22 + }, + "threading": { + "used_by": [ + "bindings.pydrake.common.test.compatibility_test", + "common.proto.call_python_client" + ], + "import_count": 2 + }, + "rlcompleter": { + "used_by": [ + "bindings.pydrake.common.test.deprecation_autocomplete_test" + ], + "import_count": 1 + }, + "deprecation_example": { + "used_by": [ + "bindings.pydrake.common.test.deprecation_autocomplete_test", + "bindings.pydrake.common.test.deprecation_test", + "bindings.pydrake.common.test.deprecation_utility_test", + "bindings.pydrake.common.test.deprecation_example.import_all" + ], + "import_count": 16 + }, + "pickle": { + "used_by": [ + "bindings.pydrake.common.test.eigen_geometry_test", + "bindings.pydrake.common.test.module_test", + "bindings.pydrake.common.test_utilities.pickle_compare", + "bindings.pydrake.geometry.test.common_test", + "bindings.pydrake.math.test.math_test", + "bindings.pydrake.multibody.test.math_test", + "bindings.pydrake.multibody.test.plant_test", + "bindings.pydrake.symbolic.test.symbolic_test", + "bindings.pydrake.test.all_each_import_test", + "bindings.pydrake.test.trajectories_test", + "setup.test.install_prereqs_test" + ], + "import_count": 11 + }, + "gc": { + "used_by": [ + "bindings.pydrake.common.test.ref_cycle_test", + "bindings.pydrake.common.test.wrap_pybind_test", + "bindings.pydrake.geometry.test.render_engine_subclass_test", + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "bindings.pydrake.multibody.test.lifetime_test", + "bindings.pydrake.planning.test.robot_diagram_test", + "bindings.pydrake.systems.test.analysis_test", + "bindings.pydrake.systems.test.controllers_test", + "bindings.pydrake.systems.test.custom_test", + "bindings.pydrake.systems.test.event_gc_test", + "bindings.pydrake.systems.test.general_test", + "bindings.pydrake.systems.test.lifetime_test", + "bindings.pydrake.systems.test.sensors_test", + "bindings.pydrake.systems.test_utilities.framework_test_util", + "bindings.pydrake.test.memory_leak_test" + ], + "import_count": 16 + }, + "weakref": { + "used_by": [ + "bindings.pydrake.common.test.ref_cycle_test", + "bindings.pydrake.geometry.test.render_engine_subclass_test", + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "bindings.pydrake.multibody.test.lifetime_test", + "bindings.pydrake.multibody.test.plant_test", + "bindings.pydrake.planning.test.robot_diagram_test", + "bindings.pydrake.planning.test.trajectory_optimization_test", + "bindings.pydrake.solvers.test.evaluators_test", + "bindings.pydrake.solvers.test.mathematicalprogram_test", + "bindings.pydrake.systems.test.analysis_test", + "bindings.pydrake.systems.test.controllers_test", + "bindings.pydrake.systems.test.custom_test", + "bindings.pydrake.systems.test.event_gc_test", + "bindings.pydrake.systems.test_utilities.framework_test_util", + "bindings.pydrake.test.memory_leak_test", + "bindings.pydrake.test.pydrake_pybind_test" + ], + "import_count": 17 + }, + "textwrap": { + "used_by": [ + "bindings.pydrake.common.test.schema_serialization_test", + "bindings.pydrake.common.test.yaml_test", + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.math.test.math_test", + "bindings.pydrake.multibody.test.inverse_kinematics_test", + "bindings.pydrake.multibody.test.math_test", + "bindings.pydrake.planning.test.collision_checker_test", + "bindings.pydrake.planning.test.collision_checker_trace_test", + "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "bindings.pydrake.solvers.test.mathematicalprogram_test", + "bindings.pydrake.systems.test.general_test", + "bindings.pydrake.systems.test.sensors_test", + "bindings.pydrake.test.all_each_import_test", + "bindings.pydrake.test.memory_leak_test", + "bindings.pydrake.test.trajectories_test", + "bindings.pydrake.visualization.model_visualizer", + "bindings.pydrake.visualization.test.model_visualizer_test", + "bindings.pydrake.visualization.test.video_test", + "doc.doxygen_cxx.system_doxygen", + "doc.doxygen_cxx.test.system_doxygen_test", + "doc.pydrake.pydrake_sphinx_extension", + "doc.styleguide.build", + "geometry.render_gltf_client.test.server_demo", + "setup.install_prereqs", + "setup.test.install_prereqs_test", + "tools.install.libdrake.test.drake_python_dir_install_test", + "tools.install.libdrake.test.find_package_drake_install_test", + "tools.workspace.mkdoc_internal.mkdoc_comment" + ], + "import_count": 29 + }, + "argparse": { + "used_by": [ + "bindings.pydrake.common.test.text_logging_example", + "bindings.pydrake.examples.gym.play_cart_pole", + "bindings.pydrake.examples.gym.train_cart_pole", + "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "bindings.pydrake.multibody.fix_inertia", + "bindings.pydrake.multibody.mesh_to_model", + "bindings.pydrake.visualization.meldis", + "bindings.pydrake.visualization.model_visualizer", + "bindings.pydrake.visualization._lcm_image_array_viewer", + "common.proto.call_python_client", + "common.test_utilities.drake_py_unittest_main", + "doc.defs", + "examples.acrobot.optimizer_demo", + "examples.acrobot.spong_sim", + "examples.hardware_sim.hardware_sim", + "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "geometry.render_gltf_client.test.server_demo", + "geometry.test.meshcat_websocket_client", + "setup.install_prereqs", + "tools.install.installer", + "tools.install.install_test", + "tools.install.libdrake.build_components_refresh", + "tools.install.libdrake.parse_version", + "tools.jupyter.jupyter_bazel", + "tools.kcov.kcoverage", + "tools.lcm_gen", + "tools.lint.library_lint_reporter", + "tools.performance.benchmark_tool", + "tools.release_engineering.download_release_candidate", + "tools.release_engineering.mirror_to_s3", + "tools.release_engineering.relnotes", + "tools.release_engineering.repack_deb", + "tools.skylark.rewrite_osx_ar_hidden", + "tools.wheel.macos.change_lpath", + "tools.wheel.macos.strip_rpath", + "tools.wheel.wheel_builder.common", + "tools.workspace.cmake_configure_file", + "tools.workspace.new_release", + "tools.workspace.vendor_cxx", + "tools.workspace.clarabel_cpp_internal.gen_serialize", + "tools.workspace.lapack_internal.sources_gen", + "tools.workspace.vtk_internal.data_to_header" + ], + "import_count": 45 + }, + "time": { + "used_by": [ + "bindings.pydrake.common.test.text_logging_gil_test", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization._model_visualizer", + "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "common.proto.call_python_client", + "common.proto.test.call_python_test", + "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "examples.hardware_sim.robot_commander", + "lcm.test.initialization_sequence_test", + "setup.test.install_prereqs_test", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.install.install_test_helper", + "tools.performance.benchmark_tool", + "tools.release_engineering.relnotes", + "tools.workspace.new_release" + ], + "import_count": 15 + }, + "base64": { + "used_by": [ + "bindings.pydrake.common.test.yaml_typed_test", + "bindings.pydrake.visualization._meldis", + "third_party.com_github_bazelbuild_bazelisk.bazelisk" + ], + "import_count": 3 + }, + "contextlib": { + "used_by": [ + "bindings.pydrake.common.test_utilities.deprecation", + "bindings.pydrake.common.test_utilities.numpy_compare", + "common.proto.test.call_python_test", + "examples.acrobot.optimizer_demo", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.install.test.install_meta_test", + "tools.performance.benchmark_tool" + ], + "import_count": 8 + }, + "operator": { + "used_by": [ + "bindings.pydrake.common.test_utilities.algebra_test_util", + "bindings.pydrake.math._math_extra", + "bindings.pydrake.symbolic._symbolic_extra", + "bindings.pydrake.symbolic._symbolic_sympy" + ], + "import_count": 4 + }, + "scipy": { + "used_by": [ + "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "bindings.pydrake.planning.test.collision_checker_test", + "bindings.pydrake.planning.test.graph_algorithms_test", + "bindings.pydrake.solvers.test.evaluators_test", + "bindings.pydrake.solvers.test.mathematicalprogram_test", + "bindings.pydrake.solvers.test.noscipy_test", + "bindings.pydrake.systems.test.primitives_test", + "bindings.pydrake.test.trajectories_test", + "examples.acrobot.optimizer_demo" + ], + "import_count": 9 + }, + "gymnasium": { + "used_by": [ + "bindings.pydrake.examples.gym.play_cart_pole", + "bindings.pydrake.examples.gym.train_cart_pole", + "bindings.pydrake.examples.gym.envs.cart_pole", + "bindings.pydrake.gym._drake_gym_env", + "bindings.pydrake.gym.test.drake_gym_test" + ], + "import_count": 5 + }, + "stable_baselines3": { + "used_by": [ + "bindings.pydrake.examples.gym.play_cart_pole", + "bindings.pydrake.examples.gym.train_cart_pole", + "bindings.pydrake.gym.test.drake_gym_test", + "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test" + ], + "import_count": 13 + }, + "torch": { + "used_by": [ + "bindings.pydrake.examples.gym.train_cart_pole", + "bindings.pydrake.test.rtld_global_warning_test" + ], + "import_count": 2 + }, + "matplotlib": { + "used_by": [ + "bindings.pydrake.examples.gym.envs.cart_pole", + "bindings.pydrake.math.math_example", + "bindings.pydrake.systems.drawing", + "bindings.pydrake.systems.drawing_graphviz_example", + "bindings.pydrake.systems.planar_scenegraph_visualizer", + "bindings.pydrake.systems.pyplot_visualizer", + "bindings.pydrake.systems.test.pyplot_visualizer_test", + "bindings.pydrake.visualization._plotting", + "bindings.pydrake.visualization.test.plotting_test", + "common.proto.call_python_client", + "examples.van_der_pol.plot_limit_cycle", + "multibody.plant.images.stiction" + ], + "import_count": 18 + }, + "socket": { + "used_by": [ + "bindings.pydrake.geometry._geometry_extra" + ], + "import_count": 1 + }, + "io": { + "used_by": [ + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "bindings.pydrake.visualization._lcm_image_array_viewer", + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "common.test_utilities.drake_py_unittest_main", + "geometry.render_gltf_client.test.server_demo", + "multibody.parsing.test.package_downloader_stress_test", + "multibody.parsing.test.package_downloader_test", + "tools.clion.test.bazel_wrapper_test", + "tools.install.test.install_meta_test", + "tools.lcm_gen", + "tools.release_engineering.download_release_candidate", + "tools.wheel.wheel_builder.common" + ], + "import_count": 13 + }, + "urllib": { + "used_by": [ + "bindings.pydrake.geometry.test.visualizers_test", + "doc.build", + "multibody.parsing.package_downloader", + "multibody.parsing.test.package_downloader_test", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.wheel.test.tests.meshcat-test", + "tools.workspace.new_release", + "tools.workspace.libjpeg_turbo_internal.upgrade" + ], + "import_count": 12 + }, + "zipfile": { + "used_by": [ + "bindings.pydrake.geometry.test.visualizers_test", + "multibody.parsing.test.package_downloader_stress_test", + "multibody.parsing.test.package_downloader_test", + "tools.release_engineering.download_release_candidate", + "tools.wheel.test.tests.libs-test" + ], + "import_count": 5 + }, + "umsgpack": { + "used_by": [ + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.visualization.test.meldis_test", + "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "geometry.test.meshcat_websocket_client" + ], + "import_count": 4 + }, + "drake": { + "used_by": [ + "bindings.pydrake.geometry.test.visualizers_test", + "bindings.pydrake.systems.test.lcm_test", + "bindings.pydrake.systems.test.sensors_test", + "bindings.pydrake.test.lcm_test", + "bindings.pydrake.visualization._lcm_image_array_viewer", + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "bindings.pydrake.visualization.test.meldis_test", + "common.proto.call_python_client", + "examples.hardware_sim.robot_commander", + "lcmtypes.test.nested_types_test" + ], + "import_count": 30 + }, + "webbrowser": { + "used_by": [ + "bindings.pydrake.math.math_example", + "bindings.pydrake.systems.drawing_graphviz_example", + "bindings.pydrake.visualization.meldis", + "bindings.pydrake.visualization._model_visualizer", + "examples.van_der_pol.plot_limit_cycle" + ], + "import_count": 5 + }, + "ipywidgets": { + "used_by": [ + "bindings.pydrake.multibody.jupyter_widgets", + "bindings.pydrake.systems.jupyter_widgets" + ], + "import_count": 5 + }, + "__future__": { + "used_by": [ + "bindings.pydrake.multibody._inertia_fixer", + "bindings.pydrake.visualization._meldis" + ], + "import_count": 2 + }, + "abc": { + "used_by": [ + "bindings.pydrake.multibody._inertia_fixer" + ], + "import_count": 1 + }, + "xml": { + "used_by": [ + "bindings.pydrake.multibody._inertia_fixer", + "bindings.pydrake.multibody._mesh_model_maker", + "bindings.pydrake.multibody.test.mesh_to_model_test", + "doc.build", + "tools.workspace.sdformat_internal.embed_sdf" + ], + "import_count": 5 + }, + "sympy": { + "used_by": [ + "bindings.pydrake.symbolic._symbolic_sympy", + "bindings.pydrake.symbolic.test.sympy_test" + ], + "import_count": 3 + }, + "pydot": { + "used_by": [ + "bindings.pydrake.systems.drawing" + ], + "import_count": 1 + }, + "PIL": { + "used_by": [ + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "bindings.pydrake.visualization._lcm_image_array_viewer", + "bindings.pydrake.visualization._video", + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "geometry.render_gltf_client.test.integration_test" + ], + "import_count": 5 + }, + "install_test_helper": { + "used_by": [ + "bindings.pydrake.test.all_install_test", + "bindings.pydrake.test.common_install_test", + "bindings.pydrake.visualization.test.visualization_install_tests", + "tools.install.install_test", + "tools.install.libdrake.test.drake_python_dir_install_test", + "tools.install.libdrake.test.find_package_drake_install_test", + "tools.install.libdrake.test.metadata_install_test", + "tools.install.libdrake.test.rpath_install_test", + "tools.install.libdrake.test.snopt_visibility_install_test", + "tools.install.test.install_test_helper_test" + ], + "import_count": 10 + }, + "glob": { + "used_by": [ + "bindings.pydrake.test.parse_models_test", + "doc.doxygen_cxx.build", + "geometry.render_gltf_client.test.file_size_test", + "multibody.parsing.test.package_downloader_stress_test", + "tools.wheel.wheel_builder.macos" + ], + "import_count": 5 + }, + "zlib": { + "used_by": [ + "bindings.pydrake.visualization._lcm_image_array_viewer" + ], + "import_count": 1 + }, + "flask": { + "used_by": [ + "bindings.pydrake.visualization._lcm_image_array_viewer", + "geometry.render_gltf_client.test.server_demo" + ], + "import_count": 5 + }, + "hashlib": { + "used_by": [ + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization.test.meldis_test", + "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "geometry.render_gltf_client.test.server_demo", + "multibody.parsing.package_downloader", + "multibody.parsing.test.package_downloader_stress_test", + "multibody.parsing.test.package_downloader_test", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.workspace.mirror_to_s3", + "tools.workspace.new_release" + ], + "import_count": 10 + }, + "json": { + "used_by": [ + "bindings.pydrake.visualization._meldis", + "bindings.pydrake.visualization.test.meldis_test", + "common.test.cpu_capabilities_test", + "geometry.render_gltf_client.test.acceptance_test", + "geometry.render_gltf_client.test.integration_test", + "geometry.test.meshcat_websocket_client", + "multibody.parsing.package_downloader", + "multibody.parsing.test.package_downloader_stress_test", + "multibody.parsing.test.package_downloader_test", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.workspace.metadata", + "tools.workspace.new_release" + ], + "import_count": 12 + }, + "cv2": { + "used_by": [ + "bindings.pydrake.visualization._video", + "bindings.pydrake.visualization.test.video_test" + ], + "import_count": 2 + }, + "queue": { + "used_by": [ + "common.proto.call_python_client" + ], + "import_count": 1 + }, + "signal": { + "used_by": [ + "common.proto.call_python_client", + "common.proto.test.call_python_test", + "tools.install.install_test_helper" + ], + "import_count": 3 + }, + "stat": { + "used_by": [ + "common.proto.call_python_client", + "doc.doxygen_cxx.build", + "tools.install.installer", + "tools.install.install_test_helper" + ], + "import_count": 4 + }, + "traceback": { + "used_by": [ + "common.proto.call_python_client", + "doc.defs" + ], + "import_count": 2 + }, + "mpl_toolkits": { + "used_by": [ + "common.proto.call_python_client" + ], + "import_count": 1 + }, + "pylab": { + "used_by": [ + "common.proto.call_python_client", + "multibody.plant.images.ideal_stiction", + "multibody.plant.images.stiction" + ], + "import_count": 3 + }, + "trace": { + "used_by": [ + "common.test_utilities.drake_py_unittest_main" + ], + "import_count": 1 + }, + "xmlrunner": { + "used_by": [ + "common.test_utilities.drake_py_unittest_main" + ], + "import_count": 1 + }, + "http": { + "used_by": [ + "doc.defs" + ], + "import_count": 1 + }, + "shlex": { + "used_by": [ + "doc.defs", + "examples.hardware_sim.test.hardware_sim_test_common", + "setup.install_prereqs", + "tools.performance.benchmark_tool", + "tools.release_engineering.download_release_candidate", + "tools.workspace.new_release" + ], + "import_count": 6 + }, + "socketserver": { + "used_by": [ + "doc.defs" + ], + "import_count": 1 + }, + "docutils": { + "used_by": [ + "doc.pydrake.pydrake_sphinx_extension" + ], + "import_count": 3 + }, + "sphinx": { + "used_by": [ + "doc.pydrake.pydrake_sphinx_extension" + ], + "import_count": 5 + }, + "atexit": { + "used_by": [ + "geometry.render_gltf_client.test.server_demo", + "tools.wheel.wheel_builder.linux" + ], + "import_count": 2 + }, + "datetime": { + "used_by": [ + "geometry.render_gltf_client.test.server_demo", + "tools.wheel.wheel_builder.linux" + ], + "import_count": 3 + }, + "enum": { + "used_by": [ + "geometry.render_gltf_client.test.server_demo", + "tools.lcm_gen", + "tools.wheel.wheel_builder.linux_types", + "tools.workspace.vendor_cxx" + ], + "import_count": 4 + }, + "websockets": { + "used_by": [ + "geometry.test.meshcat_websocket_client" + ], + "import_count": 1 + }, + "psutil": { + "used_by": [ + "lcm.test.initialization_sequence_test" + ], + "import_count": 1 + }, + "platform": { + "used_by": [ + "setup.install_prereqs", + "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "tools.release_engineering.repack_deb", + "tools.wheel.test.tests.mosek-test", + "tools.wheel.test.tests.render-vtk", + "tools.wheel.wheel_builder.linux", + "tools.wheel.wheel_builder.macos", + "tools.workspace.mkdoc_internal.libclang_setup" + ], + "import_count": 8 + }, + "netrc": { + "used_by": [ + "third_party.com_github_bazelbuild_bazelisk.bazelisk" + ], + "import_count": 1 + }, + "urlparse": { + "used_by": [ + "third_party.com_github_bazelbuild_bazelisk.bazelisk" + ], + "import_count": 1 + }, + "urllib2": { + "used_by": [ + "third_party.com_github_bazelbuild_bazelisk.bazelisk" + ], + "import_count": 3 + }, + "filecmp": { + "used_by": [ + "tools.install.installer" + ], + "import_count": 1 + }, + "otool": { + "used_by": [ + "tools.install.libdrake.test.rpath_install_test" + ], + "import_count": 1 + }, + "jupyter_core": { + "used_by": [ + "tools.jupyter.jupyter_bazel", + "tools.jupyter.test.jupyter_prereqs_test" + ], + "import_count": 2 + }, + "nbconvert": { + "used_by": [ + "tools.jupyter.jupyter_bazel" + ], + "import_count": 1 + }, + "nbformat": { + "used_by": [ + "tools.jupyter.jupyter_bazel" + ], + "import_count": 1 + }, + "struct": { + "used_by": [ + "tools.lcm_gen" + ], + "import_count": 1 + }, + "token": { + "used_by": [ + "tools.lcm_gen" + ], + "import_count": 1 + }, + "tokenize": { + "used_by": [ + "tools.lcm_gen" + ], + "import_count": 1 + }, + "tarfile": { + "used_by": [ + "tools.release_engineering.download_release_candidate", + "tools.release_engineering.repack_deb", + "tools.wheel.wheel_builder.common", + "tools.wheel.wheel_builder.linux" + ], + "import_count": 4 + }, + "boto3": { + "used_by": [ + "tools.release_engineering.mirror_to_s3", + "tools.workspace.mirror_to_s3" + ], + "import_count": 2 + }, + "botocore": { + "used_by": [ + "tools.release_engineering.mirror_to_s3", + "tools.workspace.mirror_to_s3" + ], + "import_count": 2 + }, + "github3": { + "used_by": [ + "tools.release_engineering.mirror_to_s3", + "tools.release_engineering.relnotes", + "tools.workspace.new_release" + ], + "import_count": 5 + }, + "csv": { + "used_by": [ + "tools.release_engineering.repack_deb" + ], + "import_count": 1 + }, + "email": { + "used_by": [ + "tools.release_engineering.repack_deb" + ], + "import_count": 1 + }, + "setuptools": { + "used_by": [ + "tools.wheel.image.setup" + ], + "import_count": 4 + }, + "gzip": { + "used_by": [ + "tools.wheel.wheel_builder.common" + ], + "import_count": 1 + }, + "locale": { + "used_by": [ + "tools.wheel.wheel_builder.common" + ], + "import_count": 1 + }, + "requests": { + "used_by": [ + "tools.workspace.mirror_to_s3" + ], + "import_count": 1 + }, + "getpass": { + "used_by": [ + "tools.workspace.new_release" + ], + "import_count": 1 + }, + "git": { + "used_by": [ + "tools.workspace.new_release" + ], + "import_count": 1 + }, + "clang": { + "used_by": [ + "tools.workspace.mkdoc_internal.libclang_setup", + "tools.workspace.mkdoc_internal.mkdoc" + ], + "import_count": 5 + }, + "fnmatch": { + "used_by": [ + "tools.workspace.mkdoc_internal.mkdoc" + ], + "import_count": 1 + } + }, + "declared_dependencies": {}, + "call_graph": { + "bindings.generated_docstrings.test.diff_test": [ + { + "caller": "bindings.generated_docstrings.test.diff_test._read_resource", + "callee": ".pathlib.Path", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.generated_docstrings.test.diff_test.main", + "callee": ".pathlib.Path", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.generated_docstrings.test.diff_test.main", + "callee": ".pathlib.Path", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.generated_docstrings.test.diff_test.main", + "callee": "bindings.generated_docstrings.test.diff_test._read_resource", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.generated_docstrings.test.diff_test.main", + "callee": "bindings.generated_docstrings.test.diff_test._read_resource", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.generated_docstrings.test.diff_test.", + "callee": "bindings.generated_docstrings.test.diff_test.main", + "lineno": 29, + "resolution": "direct_name_call" + } + ], + "bindings.generated_docstrings.tools.regenerate": [ + { + "caller": "bindings.generated_docstrings.tools.regenerate.main", + "callee": ".pathlib.Path", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.generated_docstrings.tools.regenerate.main", + "callee": ".pathlib.Path", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.generated_docstrings.tools.regenerate.main", + "callee": ".pathlib.Path", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.generated_docstrings.tools.regenerate.", + "callee": "bindings.generated_docstrings.tools.regenerate.main", + "lineno": 28, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.all": [], + "bindings.pydrake.forwarddiff": [ + { + "caller": "bindings.pydrake.forwarddiff.derivative", + "callee": ".bindings.pydrake.autodiffutils.AutoDiffXd", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.forwarddiff.gradient", + "callee": ".bindings.pydrake.autodiffutils.AutoDiffXd", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.forwarddiff.jacobian", + "callee": ".bindings.pydrake.autodiffutils.AutoDiffXd", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.stubgen": [ + { + "caller": "bindings.pydrake.stubgen._pydrake_modules", + "callee": ".list.append", + "lineno": 30, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.stubgen._pyi_generated", + "callee": ".pathlib.Path", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.stubgen._pyi_generated", + "callee": ".pathlib.Path", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.stubgen._pyi_generated", + "callee": ".list.append", + "lineno": 46, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.stubgen._actual_main", + "callee": ".pathlib.Path", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.stubgen._actual_main", + "callee": ".pathlib.Path", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.stubgen._actual_main", + "callee": "bindings.pydrake.stubgen._pydrake_modules", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.stubgen._actual_main", + "callee": "bindings.pydrake.stubgen._pyi_generated", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.stubgen._actual_main", + "callee": ".pathlib.Path", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.stubgen._actual_main", + "callee": "bindings.pydrake.stubgen._copy_pyi", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.stubgen._wrapper_main", + "callee": "bindings.pydrake.stubgen._actual_main", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.stubgen.", + "callee": "bindings.pydrake.stubgen._wrapper_main", + "lineno": 142, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.tutorials": [ + { + "caller": "bindings.pydrake.tutorials.", + "callee": "bindings.pydrake.tutorials.__main", + "lineno": 52, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake._all_everything": [], + "bindings.pydrake._lcm_extra": [ + { + "caller": "bindings.pydrake._lcm_extra.Subscriber.__init__", + "callee": "bindings.pydrake._lcm_extra.Subscriber.clear", + "lineno": 26, + "resolution": "self_method_call" + } + ], + "bindings.pydrake._trajectories_extra": [ + { + "caller": "bindings.pydrake._trajectories_extra.", + "callee": "bindings.pydrake._trajectories_extra._add_repr_functions", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake": [ + { + "caller": "bindings.pydrake._import_cc_module_vars", + "callee": ".list.append", + "lineno": 86, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.", + "callee": "bindings.pydrake._check_for_rtld_global_usages", + "lineno": 135, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.autodiffutils._autodiffutils_extra": [ + { + "caller": "bindings.pydrake.autodiffutils._autodiffutils_extra.InitializeAutoDiffTuple", + "callee": ".list.append", + "lineno": 35, + "resolution": "local_builtin_method_call" + } + ], + "bindings.pydrake.autodiffutils.test.autodiffutils_test": [ + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".pydrake.common.test_utilities.autodiffutils_test_util.autodiff_scalar_pass_through", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".pydrake.common.test_utilities.autodiffutils_test_util.autodiff_scalar_pass_through", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertIn", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".pydrake.common.test_utilities.autodiffutils_test_util.autodiff_vector_pass_through", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".pydrake.common.test_utilities.autodiffutils_test_util.autodiff_vector3_pass_through", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_api", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_api", + "callee": ".pydrake.common.test_utilities.autodiffutils_test_util.autodiff_vector_pass_through", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_api", + "callee": ".pydrake.common.test_utilities.autodiffutils_test_util.autodiff_vector_pass_through", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 165, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 167, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.check_logical", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "lineno": 208, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_algebra", + "callee": ".pydrake.common.test_utilities.algebra_test_util.ScalarAlgebra", + "lineno": 208, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_scalar_algebra", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 209, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_algebra", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd._check_algebra", + "lineno": 212, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_algebra", + "callee": ".pydrake.common.test_utilities.algebra_test_util.VectorizedAlgebra", + "lineno": 212, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_algebra", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_array_algebra", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_linear_algebra", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 227, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_linear_algebra", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.InitializeAutoDiff", + "lineno": 255, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.ExtractValue", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.ExtractGradient", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.InitializeAutoDiffTuple", + "lineno": 265, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.ExtractValue", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.ExtractValue", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.ExtractGradient", + "lineno": 268, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.ExtractGradient", + "lineno": 270, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.InitializeAutoDiff", + "lineno": 274, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.ExtractValue", + "lineno": 276, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_math_utils", + "callee": ".pydrake.autodiffutils.ExtractGradient", + "lineno": 278, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_autodiff_equal_to", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 300, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_autodiff_equal_to", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 308, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_autodiff_equal_to", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 309, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_autodiff_equal_to", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 310, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_autodiff_equal_to", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 313, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_autodiff_equal_to", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 316, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_autodiff_equal_to", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 319, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 348, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 349, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 354, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 356, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 359, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 361, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.check_operands", + "lineno": 383, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.autodiffutils.test.autodiffutils_test.TestAutoDiffXd.test_vectorized_binary_operator_type_combinatorics.check_operands", + "lineno": 384, + "resolution": "same_class_name_call" + } + ], + "bindings.pydrake.common.all": [], + "bindings.pydrake.common.compatibility": [ + { + "caller": "bindings.pydrake.common.compatibility.maybe_patch_numpy_formatters", + "callee": "bindings.pydrake.common.compatibility._defer_callable_type", + "lineno": 55, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common.containers": [ + { + "caller": "bindings.pydrake.common.containers._DictKeyWrap.items", + "callee": "bindings.pydrake.common.containers._DictKeyWrap.keys", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.containers._DictKeyWrap.raw", + "callee": "bindings.pydrake.common.containers._DictKeyWrap.items", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.containers.NamedViewBase.__setattr__", + "callee": "bindings.pydrake.common.containers.NamedViewBase.get_fields", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.containers.NamedViewBase._str_like", + "callee": ".list.append", + "lineno": 143, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.containers.NamedViewBase.__str__", + "callee": "bindings.pydrake.common.containers.NamedViewBase._str_like", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.containers.NamedViewBase.__repr__", + "callee": "bindings.pydrake.common.containers.NamedViewBase._str_like", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.containers.NamedViewBase._item_property", + "callee": "bindings.pydrake.common.containers.NamedViewBase.__setitem__", + "lineno": 158, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.containers.namedview", + "callee": "bindings.pydrake.common.containers._sanitize_field_name", + "lineno": 223, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common.cpp_param": [ + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases.__init__", + "callee": "bindings.pydrake.common.cpp_param._StrictMap.__init__", + "lineno": 32, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases.__init__", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "lineno": 33, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 38, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 40, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 41, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 42, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 43, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 44, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 45, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases._register_common", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.register", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.get_canonical", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases._resugar_typing_shortcuts", + "lineno": 87, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param.", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.__init__", + "lineno": 110, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param.get_param_names", + "callee": "bindings.pydrake.common.cpp_param._ParamAliases.get_name", + "lineno": 127, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param._Generic.__getitem__", + "callee": "bindings.pydrake.common.cpp_param.get_param_canonical", + "lineno": 149, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param.", + "callee": "bindings.pydrake.common.cpp_param._Generic.__init__", + "lineno": 176, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param.", + "callee": "bindings.pydrake.common.cpp_param._Generic.__init__", + "lineno": 179, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param.", + "callee": "bindings.pydrake.common.cpp_param._Generic.__init__", + "lineno": 183, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.cpp_param.", + "callee": "bindings.pydrake.common.cpp_param._Generic.__init__", + "lineno": 186, + "resolution": "same_module_class_call" + } + ], + "bindings.pydrake.common.cpp_template": [ + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.__init__", + "callee": "bindings.pydrake.common.cpp_template._get_module_from_stack", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.__getitem__", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.__call__", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._call_internal", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase._call_internal", + "callee": "bindings.pydrake.common.cpp_template._is_pybind11_type_error", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._param_resolve", + "lineno": 184, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._add_instantiation_internal", + "lineno": 189, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "lineno": 194, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "callee": ".pydrake.common.deprecation._warn_deprecated", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.add_instantiation", + "callee": ".pydrake.common.cpp_param.get_param_canonical", + "lineno": 208, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.add_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._param_resolve", + "lineno": 208, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.add_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._add_instantiation_internal", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase._add_instantiation_internal", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._on_add", + "lineno": 223, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.add_instantiations", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase.add_instantiation", + "lineno": 250, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.deprecate_instantiation", + "callee": ".pydrake.common.cpp_param.get_param_canonical", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.deprecate_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._param_resolve", + "lineno": 269, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.deprecate_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "lineno": 273, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.deprecate_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "lineno": 275, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.deprecate_instantiation", + "callee": "bindings.pydrake.common.cpp_template._Deprecation.__init__", + "lineno": 276, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.get_param_set", + "callee": ".list.append", + "lineno": 288, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.is_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase._param_resolve", + "callee": ".pydrake.common.cpp_param.get_param_canonical", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "callee": ".pydrake._is_building_documentation", + "lineno": 323, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "callee": ".pydrake.common.cpp_param.get_param_names", + "lineno": 330, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._param_resolve", + "lineno": 330, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.__str__", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 340, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.__str__", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._full_name", + "lineno": 341, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateBase.define", + "callee": "bindings.pydrake.common.cpp_template._get_module_from_stack", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateClass.__init__", + "callee": "bindings.pydrake.common.cpp_template._get_module_from_stack", + "lineno": 394, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateClass._on_add", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "lineno": 404, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateClass.is_subclass_of_instantiation", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase.get_instantiation", + "lineno": 423, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateFunction._on_add", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "lineno": 471, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateFunction._on_add", + "callee": "bindings.pydrake.common.cpp_template._rename_callable", + "lineno": 472, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateMethod.__init__", + "callee": "bindings.pydrake.common.cpp_template._get_module_from_stack", + "lineno": 482, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateMethod._on_add", + "callee": "bindings.pydrake.common.cpp_template.TemplateBase._instantiation_name", + "lineno": 490, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateMethod._on_add", + "callee": "bindings.pydrake.common.cpp_template._rename_callable", + "lineno": 491, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.cpp_template.TemplateMethod.__str__", + "callee": "bindings.pydrake.common.cpp_template.TemplateMethod._full_name", + "lineno": 506, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.common.deprecation": [ + { + "caller": "bindings.pydrake.common.deprecation._warn_deprecated", + "callee": "bindings.pydrake.common.deprecation._format_deprecation_message", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.deprecation._DeprecatedDescriptor._warn", + "callee": "bindings.pydrake.common.deprecation._warn_deprecated", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.deprecation._DeprecatedDescriptor.__get__", + "callee": "bindings.pydrake.common.deprecation._DeprecatedDescriptor._warn", + "lineno": 185, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.deprecation._DeprecatedDescriptor.__set__", + "callee": "bindings.pydrake.common.deprecation._DeprecatedDescriptor._warn", + "lineno": 189, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.deprecation._DeprecatedDescriptor.__delete__", + "callee": "bindings.pydrake.common.deprecation._DeprecatedDescriptor._warn", + "lineno": 193, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.deprecation.deprecated.wrapped", + "callee": "bindings.pydrake.common.deprecation._DeprecatedDescriptor.__init__", + "lineno": 218, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.deprecation.deprecated_callable.decorator.wrapped", + "callee": "bindings.pydrake.common.deprecation._warn_deprecated", + "lineno": 296, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.deprecation.deprecated_callable.decorator", + "callee": "bindings.pydrake.common.deprecation._format_deprecation_message", + "lineno": 301, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.deprecation._forward_callables_as_deprecated", + "callee": "bindings.pydrake.common.deprecation.deprecated_callable", + "lineno": 323, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.deprecation.", + "callee": "bindings.pydrake.common.deprecation._get_deprecation_severity", + "lineno": 350, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common.jupyter": [ + { + "caller": "bindings.pydrake.common.jupyter.process_ipywidget_events", + "callee": ".IPython.get_ipython", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.jupyter.process_ipywidget_events", + "callee": ".list.append", + "lineno": 38, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.jupyter.process_ipywidget_events", + "callee": "bindings.pydrake.common.jupyter.process_ipywidget_events._get_shell_stream", + "lineno": 59, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.common.jupyter.process_ipywidget_events", + "callee": "bindings.pydrake.common.jupyter.process_ipywidget_events._replay_events", + "lineno": 75, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.common.jupyter.process_ipywidget_events", + "callee": ".warnings.warn", + "lineno": 77, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.yaml": [ + { + "caller": "bindings.pydrake.common.yaml.yaml_load_file", + "callee": "bindings.pydrake.common.yaml.yaml_load_data", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml.yaml_load", + "callee": "bindings.pydrake.common.yaml.yaml_load_data", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml.yaml_load", + "callee": "bindings.pydrake.common.yaml.yaml_load_file", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._get_nested_optional_type", + "callee": "bindings.pydrake.common.yaml._is_union", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._create_from_schema", + "callee": "bindings.pydrake.common.yaml._is_union", + "lineno": 281, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._convert_yaml_primitive_to_schema_type", + "lineno": 356, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._get_nested_optional_type", + "lineno": 369, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._create_from_schema", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "lineno": 384, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": ".pathlib.Path", + "lineno": 400, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._create_from_schema", + "lineno": 425, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "lineno": 429, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": ".list.append", + "lineno": 436, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._create_from_schema", + "lineno": 458, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "lineno": 461, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._is_union", + "lineno": 472, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._convert_yaml_primitive_to_schema_type", + "lineno": 487, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 518, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._create_from_schema", + "lineno": 539, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "lineno": 544, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "callee": "bindings.pydrake.common.yaml._merge_yaml_dict_into_target", + "lineno": 564, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_into_target", + "callee": "bindings.pydrake.common.yaml._enumerate_field_types", + "lineno": 581, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_into_target", + "callee": "bindings.pydrake.common.yaml._get_nested_optional_type", + "lineno": 587, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._merge_yaml_dict_into_target", + "callee": "bindings.pydrake.common.yaml._merge_yaml_dict_item_into_target", + "lineno": 621, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml.yaml_load_typed", + "callee": "bindings.pydrake.common.yaml.yaml_load", + "lineno": 701, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml.yaml_load_typed", + "callee": "bindings.pydrake.common.yaml._merge_yaml_dict_into_target", + "lineno": 712, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "lineno": 760, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "lineno": 774, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._get_nested_optional_type", + "lineno": 779, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "lineno": 783, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._is_union", + "lineno": 786, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "lineno": 804, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 815, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "lineno": 834, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._enumerate_field_types", + "lineno": 839, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._yaml_dump_get_attribute", + "lineno": 840, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "lineno": 841, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "callee": "bindings.pydrake.common.yaml._get_nested_optional_type", + "lineno": 843, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml._erase_matching_maps", + "callee": ".list.append", + "lineno": 865, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.yaml._erase_matching_maps", + "callee": "bindings.pydrake.common.yaml._erase_matching_maps", + "lineno": 874, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml.yaml_dump_typed", + "callee": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "lineno": 917, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml.yaml_dump_typed", + "callee": "bindings.pydrake.common.yaml._yaml_dump_typed_item", + "lineno": 921, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.yaml.yaml_dump_typed", + "callee": "bindings.pydrake.common.yaml._erase_matching_maps", + "lineno": 922, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common._common_extra": [ + { + "caller": "bindings.pydrake.common._common_extra._sync_spdlog_level", + "callee": "bindings.pydrake.common._common_extra._python_level_to_spdlog", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common._common_extra.spdlog_syncing_dict._monkey_patch_logger_level_events.clear", + "callee": "bindings.pydrake.common._common_extra._sync_spdlog_level", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common._common_extra.", + "callee": "bindings.pydrake.common._common_extra._monkey_patch_logger_level_events", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common._common_extra.", + "callee": "bindings.pydrake.common._common_extra._add_extraneous_repr_functions", + "lineno": 316, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common._eigen_geometry_extra": [], + "bindings.pydrake.common._value_extra": [], + "bindings.pydrake.common.test.compatibility_test": [ + { + "caller": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_numpy_formatters", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_numpy_formatters", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_numpy_formatters", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_numpy_formatters", + "callee": ".unittest.TestCase.assertIn", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_gil_callback", + "callee": ".threading.Thread", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_gil_callback", + "callee": ".functools.partial", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.compatibility_test.TestCompatibility.test_gil_callback", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 51, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.containers_test": [ + { + "caller": "bindings.pydrake.common.test.containers_test.Item.__eq__", + "callee": "bindings.pydrake.common.test.containers_test.Comparison.__init__", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.", + "callee": "bindings.pydrake.common.test.containers_test.Item.__init__", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.", + "callee": "bindings.pydrake.common.test.containers_test.Item.__init__", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_normal_dict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_normal_dict", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".pydrake.common.containers.EqualToDict", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestEqualToDict.test_equal_to_dict", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": "bindings.pydrake.common.test.containers_test.is_same_array", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": "bindings.pydrake.common.test.containers_test.is_same_array", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": "bindings.pydrake.common.test.containers_test.is_same_array", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": "bindings.pydrake.common.test.containers_test.is_same_array", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": "bindings.pydrake.common.test.containers_test.is_same_array", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_meta", + "callee": "bindings.pydrake.common.test.containers_test.is_same_array", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".pydrake.common.containers.namedview", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": "bindings.pydrake.common.test.containers_test.is_same_array", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": "bindings.pydrake.common.test.containers_test.is_same_array", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_array", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_Zero", + "callee": ".pydrake.common.containers.namedview", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_Zero", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_Zero", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_Zero", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_name_sanitation", + "callee": ".pydrake.common.containers.namedview", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_name_sanitation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_name_sanitation", + "callee": ".pydrake.common.containers.namedview", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_name_sanitation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_uniqueness", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_uniqueness", + "callee": ".pydrake.common.containers.namedview", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_uniqueness", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.containers_test.TestNamedView.test_uniqueness", + "callee": ".pydrake.common.containers.namedview", + "lineno": 164, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.cpp_param_test": [ + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_alias", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_alias", + "lineno": 45, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_alias", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 67, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 72, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 74, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 76, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_idempotent", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_idempotent", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "lineno": 87, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "lineno": 88, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_aliases", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_aliases", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 97, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 107, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_names", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam._check_names", + "lineno": 110, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_mangled_names", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_mangled_names", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_mangled_names", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.assert_equal_but_not_aliased", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.assert_equal_but_not_aliased", + "lineno": 137, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.assert_equal_but_not_aliased", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic", + "callee": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.assert_equal_but_not_aliased", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic_dims", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic_dims", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic_dims", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic_dims", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic_dims", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_generic_dims", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 162, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_identifier_mangling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 176, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_identifier_mangling", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_identifier_mangling", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 186, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_identifier_mangling", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_identifier_mangling", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_identifier_mangling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_mangling_module_lookup", + "callee": ".unittest.TestCase.assertIs", + "lineno": 195, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_param_test.TestCppParam.test_mangling_module_lookup", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 206, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.cpp_template_test": [ + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base", + "callee": ".unittest.TestCase.assertIn", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base_negative", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_base_negative", + "callee": ".unittest.TestCase.assertIn", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "callee": ".pydrake.common.test_utilities.deprecation.catch_drake_warnings", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "callee": ".unittest.TestCase.assertIn", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_deprecation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_class", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 190, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 193, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 194, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 205, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 212, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_user_class", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_function", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 227, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_function", + "callee": ".unittest.TestCase.assertIn", + "lineno": 228, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_function", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_function", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_function", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 244, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": "bindings.pydrake.common.test.cpp_template_test.DummyC.", + "lineno": 252, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 253, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertIn", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 261, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 262, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 263, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 264, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_method", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 265, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": ".types.ModuleType", + "lineno": 268, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init.get_tpl_cls", + "lineno": 273, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 274, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 275, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init.get_tpl_cls", + "lineno": 276, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 277, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init.get_tpl_method", + "lineno": 282, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 283, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init.get_tpl_method", + "lineno": 285, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_get_or_init", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 306, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call", + "callee": ".unittest.TestCase.assertIn", + "lineno": 308, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 310, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 311, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 312, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_call", + "callee": ".unittest.TestCase.assertIn", + "lineno": 314, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_documentation_flag_sanity", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 320, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 325, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.DefaultInst", + "lineno": 325, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 329, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.TemplateWithDefault", + "lineno": 329, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 330, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 331, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 334, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.TemplateWithDefault", + "lineno": 335, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 340, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.simple_func", + "lineno": 345, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 349, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.SimpleTemplate", + "lineno": 349, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 351, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.SimpleTemplate", + "lineno": 351, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 356, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.Callee", + "lineno": 356, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 357, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.Callee", + "lineno": 357, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 359, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.SimpleType", + "lineno": 359, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 360, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.cpp_template_test.TestCppTemplate.test_template_type_mappings", + "callee": ".pydrake.common.cpp_template_test_util.SimpleType", + "lineno": 360, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.deprecation_autocomplete_test": [ + { + "caller": "bindings.pydrake.common.test.deprecation_autocomplete_test.get_completion_suffixes", + "callee": ".list.append", + "lineno": 31, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation.test_module_autocomplete", + "callee": "bindings.pydrake.common.test.deprecation_autocomplete_test.get_completion_suffixes", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation.test_module_autocomplete", + "callee": ".list.append", + "lineno": 83, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation.test_module_autocomplete", + "callee": ".list.append", + "lineno": 84, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation.test_module_autocomplete", + "callee": ".list.append", + "lineno": 94, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation.test_module_autocomplete", + "callee": "bindings.pydrake.common.test.deprecation_autocomplete_test.get_completion_suffixes", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation.test_module_autocomplete", + "callee": "bindings.pydrake.common.test.deprecation_autocomplete_test.get_completion_suffixes", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_autocomplete_test.TestDeprecation.test_module_autocomplete", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 103, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.deprecation_test": [ + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.tearDown", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_nominal", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_nominal", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_nominal", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_nominal", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_nominal", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_direct", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_from_direct", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_from_direct", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_from_all", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_module_import_exec", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "callee": "bindings.pydrake.common.test.deprecation_test._get_full_message", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "callee": ".unittest.TestCase.assertIn", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages.base_deprecation", + "lineno": 135, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "lineno": 162, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages.base_deprecation", + "lineno": 177, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "lineno": 182, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_python_deprecation_usages.base_deprecation", + "lineno": 194, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecated_callable", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecated_callable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 225, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecated_callable", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._check_warning", + "lineno": 226, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_invalid_deprecation_env", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._set_severity_env", + "lineno": 231, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_invalid_deprecation_env", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_invalid_deprecation_env", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_ignore_deprecation_warnings", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._set_severity_env", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_ignore_deprecation_warnings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 251, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._set_severity_env", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors", + "callee": ".dict.items", + "lineno": 267, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 268, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors", + "callee": "bindings.pydrake.common.test.deprecation_test._get_full_message", + "lineno": 273, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 275, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_ignore_deprecation_warnings_bindings", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._set_severity_env", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_ignore_deprecation_warnings_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 299, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors_bindings", + "callee": "bindings.pydrake.common.test.deprecation_test.TestDeprecation._set_severity_env", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors_bindings", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 336, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_test.TestDeprecation.test_deprecation_as_errors_bindings", + "callee": ".unittest.TestCase.assertIn", + "lineno": 341, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.deprecation_utility_test": [ + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_deprecated_param_init", + "callee": ".unittest.TestCase.assertIn", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_deprecated_param_init", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_deprecated_param_init", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_py_init_deprecated", + "callee": ".unittest.TestCase.assertIn", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_py_init_deprecated", + "callee": ".unittest.TestCase.assertIn", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_deprecate_attribute", + "callee": ".unittest.TestCase.assertIn", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_deprecate_attribute", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_wrap_deprecated_for_overload", + "callee": ".unittest.TestCase.assertIn", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_wrap_deprecated_for_parallelism", + "callee": ".unittest.TestCase.assertIn", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_utility_test.TestDeprecationExample.test_cc_wrap_deprecated_for_old_kwarg", + "callee": ".unittest.TestCase.assertIn", + "lineno": 77, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.eigen_geometry_test": [ + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.check_cast", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_argument_deduction", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertIn", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.check_cast", + "lineno": 58, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": "bindings.pydrake.common.test.eigen_geometry_test.normalize", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_quaternion", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_legacy_unpickle", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 168, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.check_cast", + "lineno": 206, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 212, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 244, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_isometry3", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 248, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_angle_axis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 254, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_angle_axis", + "callee": "bindings.pydrake.common.test.eigen_geometry_test.normalize", + "lineno": 294, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_angle_axis", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 296, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_angle_axis", + "callee": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.check_cast", + "lineno": 303, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_angle_axis", + "callee": "bindings.pydrake.common.test.eigen_geometry_test.normalize", + "lineno": 309, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_geometry_test.TestEigenGeometry.test_angle_axis", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 321, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.eigen_pybind_test": [ + { + "caller": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind.test_null_eigen_ptr", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind.test_null_eigen_ptr", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind.test_invalid_eigen_ptr", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.eigen_pybind_test.TestEigenPybind.test_invalid_eigen_ptr", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 43, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.module_test": [ + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_drake_demand_throws", + "callee": ".unittest.TestCase.fail", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_drake_demand_throws", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_drake_demand_throws", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_sha256", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_sha256", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_sha256", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_sha256", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_sha256", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file.string_regex", + "lineno": 88, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file.string_regex", + "lineno": 90, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file.string_regex", + "lineno": 91, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file_yaml_serialization", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file_yaml_serialization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file_yaml_serialization", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file_yaml_serialization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file_yaml_serialization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file_yaml_serialization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_memory_file_yaml_serialization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 153, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_parallelism", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_temp_directory", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_temp_directory", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_logging", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_random_generator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_random_generator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 190, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_random_numpy_coordination", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_calc_probability_density", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_calc_probability_density", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_assert_is_armed", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_nice_type_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_nice_type_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_nice_type_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 242, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_nice_type_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 248, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_nice_type_name", + "callee": ".unittest.TestCase.assertIs", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.module_test.TestCommon.test_nice_type_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 257, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.numpy_compare_test": [ + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "callee": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "lineno": 48, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "callee": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "lineno": 49, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_to_float", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_resolve_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_resolve_type", + "callee": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "lineno": 69, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_resolve_type", + "callee": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "lineno": 69, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_resolve_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_resolve_type", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_resolve_type", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_builtin", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_builtin", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_builtin", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_builtin", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "lineno": 99, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "lineno": 100, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "lineno": 113, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": "bindings.pydrake.common.test.numpy_compare_test.Custom.__init__", + "lineno": 113, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_custom", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_autodiff", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_autodiff", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_autodiff", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_symbolic", + "callee": ".pydrake.symbolic.Variable", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_symbolic", + "callee": ".pydrake.symbolic.Variable", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_asserts_symbolic", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators.decorated_all", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators.decorated_all", + "callee": ".list.append", + "lineno": 159, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators.decorated_nonsymbolic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators.decorated_nonsymbolic", + "callee": ".list.append", + "lineno": 164, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators", + "callee": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators.decorated_all", + "lineno": 166, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators", + "callee": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators.decorated_nonsymbolic", + "lineno": 169, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.numpy_compare_test.TestNumpyCompareSimple.test_decorators", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 170, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.pybind11_version_test": [ + { + "caller": "bindings.pydrake.common.test.pybind11_version_test.TestPybind11Version.test_values", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 12, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.pybind11_version_test.TestPybind11Version.test_values", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 13, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.pybind11_version_test.TestPybind11Version.test_values", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 14, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.ref_cycle_test": [ + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_no_cycle", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_invalid_index", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_invalid_index", + "callee": ".pydrake.common.ref_cycle_test_util.invalid_arg_index", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_ouroboros", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_ouroboros", + "callee": ".pydrake.common.ref_cycle_test_util.ouroboros", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_ouroboros", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_ouroboros", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_ouroboros", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_cycle_ok", + "callee": ".pydrake.common.ref_cycle_test_util.arbitrary_cycle_ok", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_cycle_ok", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_cycle_bad", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_cycle_bad", + "callee": ".pydrake.common.ref_cycle_test_util.arbitrary_cycle_bad", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_link_ok", + "callee": ".pydrake.common.ref_cycle_test_util.arbitrary_link_ok", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_link_ok", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_link_bad", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_arbitrary_link_bad", + "callee": ".pydrake.common.ref_cycle_test_util.arbitrary_link_bad", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_free_function", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_free_function", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_free_function", + "callee": ".pydrake.common.ref_cycle_test_util.free_function", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_free_function", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_init_cycle", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_init_cycle", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_init_cycle", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_add", + "callee": ".pydrake.common.ref_cycle_test_util.NotDynamic", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_add", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_add", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_no_cycle", + "lineno": 109, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_add", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_return", + "callee": ".pydrake.common.ref_cycle_test_util.NotDynamic", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_return", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_no_cycle", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_return", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_null", + "callee": ".pydrake.common.ref_cycle_test_util.NotDynamic", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_null", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_not_dynamic_null", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_not", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_not", + "callee": ".pydrake.common.ref_cycle_test_util.NotDynamic", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_not", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_no_cycle", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_not", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_not", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_not", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_no_cycle", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_not", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_null", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_null", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_null", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_null", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 162, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_null", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_is", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_is", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 167, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_is", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_no_cycle", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_add_is", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "lineno": 173, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_is", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_is", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_no_cycle", + "lineno": 179, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_is_dynamic_return_is", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.check_is_collectable_cycle", + "lineno": 182, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_actual_collection.make_a_cycle", + "callee": ".pydrake.common.ref_cycle_test_util.IsDynamic", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_actual_collection", + "callee": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_actual_collection.make_a_cycle", + "lineno": 189, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_actual_collection", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 192, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_actual_collection", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 195, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.ref_cycle_test.TestRefCycle.test_actual_collection", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 198, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.schema_serialization_test": [ + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_singular_types", + "callee": ".textwrap.dedent", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_singular_types", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_singular_types", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 60, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_singular_types", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_vector_types", + "callee": ".textwrap.dedent", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_vector_types", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_vector_types", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 74, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestStochasticSerialization.test_vector_types", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy", + "callee": ".numpy.testing.assert_allclose", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 88, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_angle_axis", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_angle_axis", + "callee": ".numpy.testing.assert_allclose", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_angle_axis", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 97, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_angle_axis", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_uniform", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_uniform", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 104, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_uniform", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy_uniform", + "callee": ".textwrap.dedent", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy_uniform", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy_uniform", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 115, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestRotationSerialization.test_rpy_uniform", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_deterministic", + "callee": ".textwrap.dedent", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_deterministic", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_deterministic", + "callee": ".numpy.testing.assert_allclose", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_deterministic", + "callee": ".numpy.testing.assert_allclose", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_deterministic", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 131, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_deterministic", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random", + "callee": ".textwrap.dedent", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random", + "callee": ".numpy.testing.assert_allclose", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random", + "callee": ".numpy.testing.assert_allclose", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 146, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "callee": ".textwrap.dedent", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "callee": ".numpy.testing.assert_allclose", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "callee": ".numpy.testing.assert_allclose", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "callee": ".numpy.testing.assert_allclose", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "callee": ".numpy.testing.assert_allclose", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 165, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_bounded", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_angle_axis", + "callee": ".textwrap.dedent", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_angle_axis", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_angle_axis", + "callee": ".numpy.testing.assert_allclose", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_angle_axis", + "callee": ".numpy.testing.assert_allclose", + "lineno": 184, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_angle_axis", + "callee": "bindings.pydrake.common.test.schema_serialization_test.BaseTest._check_yaml_semantic_equality", + "lineno": 185, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_serialization_test.TestTransformSerialization.test_random_angle_axis", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 185, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.schema_test": [ + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_deterministic", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution", + "lineno": 30, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_gaussian", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution", + "lineno": 38, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_uniform", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution", + "lineno": 46, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_uniform_discrete", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution", + "lineno": 53, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_distribution_variant", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_distribution_variant", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution_vector", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution_vector", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_deterministic_vector", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution_vector", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_gaussian_vector", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution_vector", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_uniform_vector", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution_vector", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_sized_vectors", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution_vector", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_distribution_vector_variant", + "callee": "bindings.pydrake.common.test.schema_test.TestSchema._check_distribution_vector", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_rotation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_rotation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_rotation", + "callee": ".unittest.TestCase.assertIn", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_rotation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 168, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_rotation_nested_classes", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_rotation_nested_classes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_transform", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 197, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_transform", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_transform", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_transform", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_transform", + "callee": ".unittest.TestCase.assertIn", + "lineno": 212, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_transform", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.schema_test.TestSchema.test_transform", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 227, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.serialize_import_failure_test": [ + { + "caller": "bindings.pydrake.common.test.serialize_import_failure_test.TestSerializeImportFailure.test_import_exception", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 11, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_import_failure_test.TestSerializeImportFailure.test_import_exception", + "callee": ".unittest.TestCase.assertIn", + "lineno": 14, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_import_failure_test.TestSerializeImportFailure.test_import_exception", + "callee": ".unittest.TestCase.assertIn", + "lineno": 15, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.serialize_pybind_test": [ + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind._make_data1", + "callee": ".pydrake.common.test.serialize_test_util.MyData1", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind._make_data2", + "callee": ".pydrake.common.test.serialize_test_util.MyData2", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_no_docs", + "callee": ".pydrake.common.test.serialize_test_util.MyData1", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_no_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_no_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_no_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_no_docs", + "callee": ".unittest.TestCase.assertSequenceEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_with_docs", + "callee": ".pydrake.common.test.serialize_test_util.MyData2", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_with_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_with_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_with_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_with_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind._make_data2", + "lineno": 74, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 92, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_attributes_using_serialize_types", + "callee": ".unittest.TestCase.assertSequenceEqual", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_using_serialize_no_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_using_serialize_no_docs", + "callee": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind._make_data1", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_using_serialize_with_docs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_using_serialize_with_docs", + "callee": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind._make_data2", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_with_templates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.serialize_pybind_test.TestSerializePybind.test_repr_with_templates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 150, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.sorted_pair_test": [ + { + "caller": "bindings.pydrake.common.test.sorted_pair_test.TestSortedPair.test_unsorted_pair_input", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.sorted_pair_test.TestSortedPair.test_unsorted_pair_input", + "callee": ".pydrake.common.sorted_pair_test_util.PassThrough", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.sorted_pair_test.TestSortedPair.test_composite_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.sorted_pair_test.TestSortedPair.test_composite_type", + "callee": ".pydrake.common.sorted_pair_test_util.PassThroughMap", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.text_logging_example": [ + { + "caller": "bindings.pydrake.common.test.text_logging_example.main", + "callee": ".pydrake.common.configure_logging", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_example.main", + "callee": ".pydrake.common.use_native_cpp_logging", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_example.main", + "callee": ".pydrake.common.test.text_logging_test_helpers.do_log_test", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_example.", + "callee": "bindings.pydrake.common.test.text_logging_example.main", + "lineno": 57, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common.test.text_logging_gil_test": [ + { + "caller": "bindings.pydrake.common.test.text_logging_gil_test.", + "callee": ".pydrake.common.configure_logging", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_gil_test.TestTextLoggingGil.test_multithreaded_logging", + "callee": ".pydrake.common.test.text_logging_test_helpers.Worker", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_gil_test.TestTextLoggingGil.test_multithreaded_logging", + "callee": ".pydrake.common.test.text_logging_test_helpers.do_log_test", + "lineno": 33, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.text_logging_test": [ + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": ".list.append", + "lineno": 107, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": ".unittest.TestCase.assertIn", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_example", + "callee": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample._all_permutations", + "lineno": 59, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_test.TestTextLoggingExample.test_disabled_via_env", + "callee": ".unittest.TestCase.assertIn", + "lineno": 211, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test": [ + { + "caller": "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test.", + "callee": ".pydrake.common.use_native_cpp_logging", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.text_logging_threading_direct_to_stderr_test.TestTextLoggingThreadingDirectToStderr.test_logging", + "callee": ".pydrake.common.test.text_logging_test_helpers.do_log_test_async", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test": [ + { + "caller": "bindings.pydrake.common.test.text_logging_threading_with_gil_release_test.TestTextLoggingThreadingWithGilRelease.test_logging", + "callee": ".pydrake.common.test.text_logging_test_helpers.do_log_test_async_with_gil_release", + "lineno": 21, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.type_safe_index_test": [ + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 21, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.pass_thru_int", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.pass_thru_int", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.pass_thru_index", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.pass_thru_index", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.pass_thru_index", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_basics", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_types_are_distinct", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_types_are_distinct", + "callee": ".pydrake.common.type_safe_index_test_util.pass_thru_index", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_index_types_are_distinct", + "callee": ".pydrake.common.type_safe_index_test_util.OtherIndex", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".unittest.TestCase.assertLess", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_comparison", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_hash", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_hash", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_hash", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_hash", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_hash", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_repr", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_value_instantiation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_value_instantiation", + "callee": ".pydrake.common.value.Value", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.type_safe_index_test.TestTypeSafeIndex.test_value_instantiation", + "callee": ".pydrake.common.type_safe_index_test_util.Index", + "lineno": 58, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.value_test": [ + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_module", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 17, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_module", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_type_conversion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_type_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_type_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_type_conversion", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_type_conversion", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_type_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".pydrake.common.test.value_test_util.MoveOnlyType", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_registered_class", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_assert_equal_but_not_aliased", + "callee": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "lineno": 75, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_assert_equal_but_not_aliased", + "callee": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_assert_equal_but_not_aliased", + "callee": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertIs", + "lineno": 92, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertIs", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertIs", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertIs", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": ".unittest.TestCase.assertIs", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_object", + "callee": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_list", + "callee": ".pydrake.common.test.value_test_util.CustomType", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_list", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_list", + "callee": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_list", + "callee": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_list", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_py_list", + "callee": "bindings.pydrake.common.test.value_test.TestValue.assert_equal_but_not_aliased", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "callee": ".pydrake.common.test.value_test_util.MoveOnlyType", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 153, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "callee": ".pydrake.common.test.value_test_util.CustomType", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_make", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_cc_type_unregistered", + "callee": ".pydrake.common.test.value_test_util.make_abstract_value_cc_type_unregistered", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_cc_type_unregistered", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_cc_type_unregistered", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_abstract_value_cc_type_unregistered", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "callee": ".pydrake.common.value.Value", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "callee": ".pydrake.common.value.Value", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "callee": ".pydrake.common.value.Value", + "lineno": 189, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 190, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.value_test.TestValue.test_value_ctor", + "callee": ".pydrake.common.value.Value", + "lineno": 190, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.wrap_pybind_test": [ + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_write_keep_alive", + "callee": ".pydrake.common.test.wrap_test_util.MyContainerRawPtr", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_write_keep_alive", + "callee": ".pydrake.common.test.wrap_test_util.MyValue", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_write_keep_alive", + "callee": ".pydrake.common.test.wrap_test_util.MyValue", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_write_keep_alive", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".pydrake.common.test.wrap_test_util.MyContainerUniquePtr", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".pydrake.common.test.wrap_test_util.MyValue", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".pydrake.common.test.wrap_test_util.MyValue", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_def_read_unique_ptr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "callee": ".pydrake.common.test.wrap_test_util.MakeTypeConversionExample", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "callee": ".pydrake.common.test.wrap_test_util.MakeTypeConversionExampleBadRvp", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_type_caster_wrapped", + "callee": ".pydrake.common.test.wrap_test_util.CheckTypeConversionExample", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks.callback", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".pydrake.common.test.wrap_test_util.FunctionNeedsWrapCallbacks_Bad", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".unittest.TestCase.assertIn", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".pydrake.common.test.wrap_test_util.FunctionNeedsWrapCallbacks", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".pydrake.common.test.wrap_test_util.NotCopyable", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".pydrake.common.test.wrap_test_util.FunctionNeedsWrapCallbacks", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.wrap_pybind_test.TestWrapPybind.test_wrap_callbacks", + "callee": ".unittest.TestCase.assertIs", + "lineno": 91, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.common.test.yaml_test": [ + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_via_file", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_via_str", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_load_merge_keys", + "callee": ".pydrake.common.yaml.yaml_load_data", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_load_merge_keys", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".pydrake.common.yaml.yaml_dump", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".textwrap.dedent", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_stochastic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_dump_misuse_error", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_dump_misuse_error", + "callee": ".pydrake.common.yaml.yaml_dump", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_dump_misuse_error", + "callee": ".pydrake.common.schema.UniformVectorX", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_dump_misuse_error", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_dump_misuse_error", + "callee": ".pydrake.common.yaml.yaml_dump", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_uniform", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_uniform", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_angle_axis", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_angle_axis", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_rpy", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_transform_rpy", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 176, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_unknown_tag", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_unknown_tag", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 194, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_standard_tag", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_standard_tag", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_using_template", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_using_template", + "callee": ".pydrake.common.yaml.yaml_load_data", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_using_template", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 247, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_using_template", + "callee": ".pydrake.common.yaml.yaml_load_data", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_bad_args", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 250, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_bad_args", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 251, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_bad_args", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 252, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_test.TestYaml.test_bad_args", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 253, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.yaml_typed_test": [ + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.", + "callee": ".pathlib.Path", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.", + "callee": ".pathlib.Path", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.", + "callee": ".pathlib.Path", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.", + "callee": ".pathlib.Path", + "lineno": 201, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "callee": ".list.append", + "lineno": 263, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 299, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 274, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 274, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float_missing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 305, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float_missing", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 307, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 308, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float_missing", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 301, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_float_missing", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 301, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_int", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 331, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_int", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 332, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_int", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 334, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_int", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 335, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_int", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 310, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_int", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 310, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bool", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 352, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bool", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bool", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 364, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bool", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 365, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bool", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 337, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bool", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 337, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_string_scalar_type_mismatch", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 375, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_string_scalar_type_mismatch", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_string_scalar_type_mismatch", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 367, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_string_scalar_type_mismatch", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 367, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 397, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path", + "callee": ".pathlib.Path", + "lineno": 398, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 412, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 413, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 378, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 378, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 419, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path_missing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 420, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path_missing", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 422, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 423, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path_missing", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 415, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_path_missing", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 415, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 436, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 437, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 446, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 447, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 476, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 479, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 493, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 499, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 425, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_bytes", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 425, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".textwrap.dedent", + "lineno": 503, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 511, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 512, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 513, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 514, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 515, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 516, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".pathlib.Path", + "lineno": 516, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 517, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 501, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_all_scalars", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 501, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 526, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 527, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 519, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 519, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 532, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_missing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 533, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_missing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 534, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_missing", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 536, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 537, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_missing", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 529, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_missing", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 529, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map", + "callee": ".textwrap.dedent", + "lineno": 541, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 546, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 550, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 539, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 539, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_append", + "callee": ".textwrap.dedent", + "lineno": 554, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_append", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 561, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_append", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 565, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_append", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 552, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_append", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 552, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_outer_value", + "callee": ".textwrap.dedent", + "lineno": 574, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_outer_value", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 579, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_outer_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 583, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_outer_value", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 567, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_outer_value", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 568, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_inner_value", + "callee": ".textwrap.dedent", + "lineno": 592, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_inner_value", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 598, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_inner_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 602, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_inner_value", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 585, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_new_inner_value", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 586, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_empty", + "callee": ".textwrap.dedent", + "lineno": 611, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_empty", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 615, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_empty", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 620, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_empty", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 604, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_big_map_merge_empty", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 605, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 625, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map_missing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 626, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map_missing", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 628, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 629, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map_missing", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 622, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_map_missing", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 622, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 667, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 668, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 674, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 677, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 637, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 637, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional_bytes", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 688, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_optional_bytes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 689, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 694, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 695, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 696, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 699, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 700, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 701, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 704, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 705, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 706, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 709, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 710, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 713, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 714, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 722, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 725, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 727, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 728, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 691, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 691, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_generic_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 745, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_generic_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 746, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_generic_variant", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 735, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_generic_variant", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 735, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 752, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 753, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 755, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 756, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 759, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 760, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 762, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 763, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 766, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 767, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 769, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 770, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 773, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 774, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 776, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 777, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 780, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 781, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 748, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_primitive_variant", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 748, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 786, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_missing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 787, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_missing", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 789, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 790, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_missing", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 783, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_missing", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 783, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 795, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 796, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 798, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 799, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 801, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 802, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 792, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_no_tag", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 792, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_unknown_tag", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 807, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_unknown_tag", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 808, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_unknown_tag", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 804, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_found_unknown_tag", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 804, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": ".textwrap.dedent", + "lineno": 812, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 819, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 820, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 821, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 822, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 823, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 824, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 810, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_list_variant", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 810, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".textwrap.dedent", + "lineno": 828, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 836, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 841, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 846, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 863, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 864, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 865, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 866, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 867, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".pathlib.Path", + "lineno": 867, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 868, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 869, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 870, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 826, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_variant_type_promotion", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 826, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_vector", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 876, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_vector", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 881, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_vector", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 886, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_vector", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 872, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_vector", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 872, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_matrix", + "callee": ".textwrap.dedent", + "lineno": 891, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_matrix", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 902, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_matrix", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 889, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_matrix", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 889, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 911, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_missing", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 914, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_missing", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 915, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_missing", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 905, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_missing", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 905, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_no_getattr", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 921, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_no_getattr", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 917, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_np_no_getattr", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 917, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_nested", + "callee": ".textwrap.dedent", + "lineno": 928, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_nested", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 933, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_nested", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 934, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_nested", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 926, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead.test_read_nested", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedRead._all_typed_read_options", + "lineno": 926, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string", + "callee": ".textwrap.dedent", + "lineno": 972, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 976, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 977, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_child_name", + "callee": ".textwrap.dedent", + "lineno": 980, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_child_name", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 985, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_child_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 988, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_child_name", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 991, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_child_name", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 992, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_defaults", + "callee": ".textwrap.dedent", + "lineno": 997, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_defaults", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1004, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_defaults", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 1005, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_defaults", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1010, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_defaults", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 1016, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_inferred_schema", + "callee": ".textwrap.dedent", + "lineno": 1019, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_inferred_schema", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1023, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_inferred_schema", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1024, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_inferred_schema", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 1025, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_inferred_schema", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1029, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_inferred_schema", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1030, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_options", + "callee": ".textwrap.dedent", + "lineno": 1033, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_options", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1037, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1040, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_options", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1043, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_string_options", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1044, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_file", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 1047, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_file", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1050, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_load_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1051, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_read_bad_schema", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1056, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadAcceptance.test_read_bad_schema", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1057, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_float", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1086, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_float", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1088, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_string", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1115, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_all_scalars", + "callee": ".pathlib.Path", + "lineno": 1125, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_all_scalars", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1127, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_all_scalars", + "callee": ".textwrap.dedent", + "lineno": 1128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_all_scalars", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_bytes", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_bytes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_path", + "callee": ".pathlib.Path", + "lineno": 1153, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_path", + "callee": ".pathlib.Path", + "lineno": 1154, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_path", + "callee": ".pathlib.Path", + "lineno": 1155, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_path", + "callee": ".pathlib.Path", + "lineno": 1156, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_path", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_path", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_list_plain", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1171, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_list_plain", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_list_nested", + "callee": ".textwrap.dedent", + "lineno": 1180, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_list_nested", + "callee": ".textwrap.dedent", + "lineno": 1191, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_list_nested", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1197, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_list_nested", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1198, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map", + "callee": ".textwrap.dedent", + "lineno": 1204, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map", + "callee": ".textwrap.dedent", + "lineno": 1210, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map", + "callee": ".textwrap.dedent", + "lineno": 1217, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1225, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_bad_map_key", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_bad_map_key", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1234, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map_directly", + "callee": ".textwrap.dedent", + "lineno": 1240, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map_directly", + "callee": ".textwrap.dedent", + "lineno": 1246, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map_directly", + "callee": ".textwrap.dedent", + "lineno": 1252, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map_directly", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1260, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_map_directly", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1261, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1269, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1270, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1272, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1273, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional_bytes", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1279, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional_bytes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1280, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional_bytes", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1281, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_optional_bytes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1282, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "callee": ".textwrap.dedent", + "lineno": 1303, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "callee": ".textwrap.dedent", + "lineno": 1310, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1319, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1320, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1323, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1324, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1325, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_variant", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1326, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_nullable_variant", + "callee": ".textwrap.dedent", + "lineno": 1336, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_nullable_variant", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1345, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_nullable_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_primitive_variant", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1384, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_primitive_variant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1385, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_vector", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1394, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1395, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_matrix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1407, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_matrix", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1408, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_matrix", + "callee": ".textwrap.dedent", + "lineno": 1409, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_matrix00", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1419, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_matrix00", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1420, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_numpy_matrix00", + "callee": ".textwrap.dedent", + "lineno": 1421, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_nested", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1431, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_nested", + "callee": ".textwrap.dedent", + "lineno": 1432, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_nested", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1438, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_blank_inner", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1444, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_blank_inner", + "callee": ".textwrap.dedent", + "lineno": 1445, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_blank_inner", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_child_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1455, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_child_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1456, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWrite.test_write_child_name", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1457, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1471, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1483, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example1", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1484, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example1", + "callee": ".textwrap.dedent", + "lineno": 1485, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1499, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example2", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1500, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example2", + "callee": ".textwrap.dedent", + "lineno": 1501, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1518, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1519, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": ".textwrap.dedent", + "lineno": 1520, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1527, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1528, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": ".textwrap.dedent", + "lineno": 1529, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1535, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1536, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_basic_example3", + "callee": ".textwrap.dedent", + "lineno": 1537, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_order1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1552, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_order1", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1553, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_order1", + "callee": ".textwrap.dedent", + "lineno": 1554, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_order2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1570, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_order2", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1571, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_order2", + "callee": ".textwrap.dedent", + "lineno": 1572, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_nulls", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1585, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_nulls", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1586, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_nulls", + "callee": ".textwrap.dedent", + "lineno": 1587, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_lists", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1599, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_lists", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1600, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_lists", + "callee": ".textwrap.dedent", + "lineno": 1601, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_size_lists", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1614, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_size_lists", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1615, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_size_lists", + "callee": ".textwrap.dedent", + "lineno": 1616, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_variant_tag", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1629, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_variant_tag", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1630, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_variant_tag", + "callee": ".textwrap.dedent", + "lineno": 1631, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_keys", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1645, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_keys", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1646, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_keys", + "callee": ".textwrap.dedent", + "lineno": 1647, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1661, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_values", + "callee": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults._save", + "lineno": 1662, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteDefaults.test_dump_default_different_map_values", + "callee": ".textwrap.dedent", + "lineno": 1663, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1681, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1682, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string_child", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1687, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string_child", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1688, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string_defaults", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1698, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string_defaults", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1699, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_string_defaults", + "callee": ".textwrap.dedent", + "lineno": 1701, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file", + "callee": ".pathlib.Path", + "lineno": 1715, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1717, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1719, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file_all_args", + "callee": ".pathlib.Path", + "lineno": 1728, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file_all_args", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1729, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file_all_args", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1736, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_save_file_all_args", + "callee": ".textwrap.dedent", + "lineno": 1738, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_write_bad_schema", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1748, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedWriteAcceptance.test_write_bad_schema", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1749, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_missing_serialize_binding", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1760, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_missing_serialize_binding", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1761, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_missing_serialize_binding", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1762, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_missing_serialize_binding", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1763, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".textwrap.dedent", + "lineno": 1766, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1782, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1783, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1784, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1785, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1786, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1787, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1788, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1789, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1790, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1791, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1792, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1793, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1794, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test.yaml_typed_test.TestYamlTypedReadPybind11.test_mydata2", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1794, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test.deprecation_example.import_all": [], + "bindings.pydrake.common.test.deprecation_example.sub_module": [], + "bindings.pydrake.common.test.deprecation_example": [ + { + "caller": "bindings.pydrake.common.test.deprecation_example.ExampleClass.deprecated_method", + "callee": ".pydrake.common.deprecation.deprecated", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_example.", + "callee": ".pydrake.common.deprecation.deprecated", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test.deprecation_example.deprecated_func", + "callee": ".pydrake.common.deprecation.deprecated_callable", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.common.test_utilities.deprecation": [ + { + "caller": "bindings.pydrake.common.test_utilities.deprecation.catch_drake_warnings", + "callee": "bindings.pydrake.common.test_utilities.deprecation._check_expected", + "lineno": 31, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common.test_utilities.meta": [ + { + "caller": "bindings.pydrake.common.test_utilities.meta._make_test_pairs", + "callee": "bindings.pydrake.common.test_utilities.meta._choose_test_suffix", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.meta.run_with_multiple_values", + "callee": "bindings.pydrake.common.test_utilities.meta._make_test_pairs", + "lineno": 121, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common.test_utilities.numpy_compare": [ + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.", + "callee": ".collections.namedtuple", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare._Registry.get_comparator_from_arrays", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare.resolve_type", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare._Registry.get_comparator_from_arrays", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare.resolve_type", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.assert_allclose", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare.assert_allclose", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.assert_not_equal", + "callee": ".list.append", + "lineno": 150, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.assert_float_equal", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare.to_float", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.assert_float_equal", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare.assert_equal", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.assert_float_not_equal", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare.to_float", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.assert_float_not_equal", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare.assert_not_equal", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.assert_float_allclose", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare.to_float", + "lineno": 184, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.formula_bool_eq", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.sym_struct_eq", + "lineno": 257, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.formula_bool_eq", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.from_bool", + "lineno": 257, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.formula_bool_ne", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.sym_struct_ne", + "lineno": 260, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.formula_bool_ne", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic.from_bool", + "lineno": 260, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic", + "callee": ".itertools.product", + "lineno": 277, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._Registry.__init__", + "lineno": 305, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._register_autodiff", + "lineno": 306, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._register_symbolic", + "lineno": 307, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._register_polynomial", + "lineno": 308, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.numpy_compare.", + "callee": "bindings.pydrake.common.test_utilities.numpy_compare._register_rational_function", + "lineno": 309, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common.test_utilities.pickle_compare": [ + { + "caller": "bindings.pydrake.common.test_utilities.pickle_compare._assert_equal", + "callee": "bindings.pydrake.common.test_utilities.pickle_compare._assert_equal", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.pickle_compare.assert_pickle", + "callee": "bindings.pydrake.common.test_utilities.pickle_compare._assert_equal", + "lineno": 37, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.common.test_utilities": [], + "bindings.pydrake.common.test_utilities.algebra_test_util": [], + "bindings.pydrake.common.test_utilities.scipy_none.scipy": [], + "bindings.pydrake.common.test_utilities.scipy_stub.scipy": [], + "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse": [], + "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test": [ + { + "caller": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_import", + "callee": ".unittest.TestCase.assertIn", + "lineno": 9, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_sparse_ctor.check_matrix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_sparse_ctor.check_matrix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_sparse_ctor", + "callee": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_sparse_ctor.check_matrix", + "lineno": 36, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_sparse_ctor", + "callee": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test.Test.test_scipy_sparse_ctor.check_matrix", + "lineno": 39, + "resolution": "same_class_name_call" + } + ], + "bindings.pydrake.common.test_utilities.test.meta_test": [ + { + "caller": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta._test_chosen_suffixes", + "callee": ".unittest.TestCase.assertSequenceEqual", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta.test_naming_basic", + "callee": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta._test_chosen_suffixes", + "lineno": 20, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta.test_naming_two_args", + "callee": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta._test_chosen_suffixes", + "lineno": 29, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta.test_conflicting_names", + "callee": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta._test_chosen_suffixes", + "lineno": 41, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta.test_short_names", + "callee": "bindings.pydrake.common.test_utilities.test.meta_test.TestMeta._test_chosen_suffixes", + "lineno": 51, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.examples.gym.named_view_helpers": [ + { + "caller": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewActuation", + "callee": ".pydrake.common.containers.namedview", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewPositions", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewPositions", + "callee": ".pydrake.common.containers.namedview", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewVelocities", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewVelocities", + "callee": ".pydrake.common.containers.namedview", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewState", + "callee": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewPositions", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewState", + "callee": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewVelocities", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.examples.gym.named_view_helpers.MakeNamedViewState", + "callee": ".pydrake.common.containers.namedview", + "lineno": 74, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.examples.gym.play_cart_pole": [ + { + "caller": "bindings.pydrake.examples.gym.play_cart_pole._run_playing", + "callee": ".pydrake.geometry.StartMeshcat", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.play_cart_pole._run_playing", + "callee": ".stable_baselines3.common.env_checker.check_env", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.play_cart_pole._main", + "callee": ".pydrake.examples.gym._bazel_cwd_helpers.bazel_chdir", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.play_cart_pole._main", + "callee": ".pydrake.common.configure_logging", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.play_cart_pole._main", + "callee": "bindings.pydrake.examples.gym.play_cart_pole._run_playing", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.examples.gym.play_cart_pole.", + "callee": "bindings.pydrake.examples.gym.play_cart_pole._main", + "lineno": 89, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.examples.gym.train_cart_pole": [ + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "callee": ".stable_baselines3.common.env_util.make_vec_env", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "callee": ".pydrake.geometry.StartMeshcat", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "callee": ".stable_baselines3.common.env_checker.check_env", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "callee": ".stable_baselines3.PPO", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "callee": ".stable_baselines3.PPO", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "callee": ".stable_baselines3.common.vec_env.DummyVecEnv", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "callee": ".stable_baselines3.common.vec_env.VecVideoRecorder", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "callee": ".stable_baselines3.common.callbacks.EvalCallback", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._main", + "callee": ".pydrake.examples.gym._bazel_cwd_helpers.bazel_chdir", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._main", + "callee": ".pydrake.common.configure_logging", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole._main", + "callee": "bindings.pydrake.examples.gym.train_cart_pole._run_training", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.examples.gym.train_cart_pole.", + "callee": "bindings.pydrake.examples.gym.train_cart_pole._main", + "lineno": 179, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.examples.gym._bazel_cwd_helpers": [], + "bindings.pydrake.examples.gym": [], + "bindings.pydrake.examples.gym.envs.cart_pole": [ + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.AddAgent", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.AddAgent", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": "bindings.pydrake.examples.gym.envs.cart_pole.AddAgent", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": "bindings.pydrake.examples.gym.envs.cart_pole.AddAgent", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.examples.gym.named_view_helpers.MakeNamedViewState", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.examples.gym.named_view_helpers.MakeNamedViewPositions", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.examples.gym.named_view_helpers.MakeNamedViewActuation", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.drawing.plot_graphviz", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.primitives.Multiplexer", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.geometry.MakeRenderEngineVtk", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.geometry.RenderEngineVtkParams", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.geometry.ColorRenderCamera", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.geometry.RenderCameraCore", + "lineno": 196, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.sensors.CameraInfo", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.geometry.ClippingRange", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.math.RigidTransform", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.geometry.DepthRenderCamera", + "lineno": 204, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.geometry.DepthRange", + "lineno": 205, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.math.RigidTransform", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 208, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.sensors.RgbdSensor", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.DisturbanceGenerator.make_sim.CalcDisturbances", + "callee": ".pydrake.multibody.math.SpatialForce", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.DisturbanceGenerator.make_sim.CalcDisturbances", + "callee": ".pydrake.multibody.math.SpatialForce", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 281, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.drawing.plot_graphviz", + "lineno": 321, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "callee": ".pydrake.systems.drawing.plot_system_graphviz", + "lineno": 323, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.DrakeCartPoleEnv", + "callee": "bindings.pydrake.examples.gym.envs.cart_pole.make_sim", + "lineno": 407, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.examples.gym.envs.cart_pole.DrakeCartPoleEnv", + "callee": ".pydrake.gym.DrakeGymEnv", + "lineno": 439, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.examples.multibody.cart_pole_passive_simulation": [ + { + "caller": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.main", + "callee": ".pydrake.common.configure_logging", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.main", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.main", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.main", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.main", + "callee": ".pydrake.visualization.AddDefaultVisualization", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.main", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.", + "callee": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation.main", + "lineno": 68, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis": [ + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.common.configure_logging", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.symbolic.Variable", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.systems.controllers.LinearQuadraticRegulator", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.systems.primitives.Saturation", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main.make_simulator", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.systems.analysis.MonteCarloSimulation", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.", + "callee": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis.main", + "lineno": 166, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer": [ + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.run_pendulum_example", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.run_pendulum_example", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.run_pendulum_example", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.run_pendulum_example", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.ConnectPlanarSceneGraphVisualizer", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.run_pendulum_example", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.run_pendulum_example", + "callee": ".pydrake.common.temp_directory", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.main", + "callee": ".pydrake.common.configure_logging", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.main", + "callee": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.run_pendulum_example", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.", + "callee": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer.main", + "lineno": 91, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.examples.multibody": [], + "bindings.pydrake.examples.test.acrobot_test": [ + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_input", + "callee": ".pydrake.examples.AcrobotInput", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_input", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".pydrake.examples.AcrobotParams", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_state", + "callee": ".pydrake.examples.AcrobotState", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry", + "callee": ".pydrake.examples.AcrobotPlant", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry_with_params", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry_with_params", + "callee": ".pydrake.examples.AcrobotPlant", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry_with_params", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry_with_params", + "callee": ".pydrake.examples.AcrobotParams", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_geometry_with_params", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".pydrake.examples.AcrobotPlant", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".pydrake.examples.AcrobotInput", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_simulation", + "callee": ".unittest.TestCase.assertLessEqual", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_acrobot_w_encoder", + "callee": ".pydrake.examples.AcrobotWEncoder", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_acrobot_w_encoder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_acrobot_w_encoder", + "callee": ".pydrake.examples.AcrobotWEncoder", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_acrobot_w_encoder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_acrobot_w_encoder", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobot.test_acrobot_w_encoder", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_default_parameters", + "callee": ".pydrake.examples.AcrobotSpongController", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_default_parameters", + "callee": ".pydrake.examples.SpongControllerParams", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_default_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_default_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_default_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_default_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_param_accessors", + "callee": ".pydrake.examples.AcrobotSpongController", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestAcrobotSpongController.test_param_accessors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_accessors", + "callee": ".pydrake.examples.SpongControllerParams", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_accessors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_accessors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 168, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_accessors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_accessors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_defaults", + "callee": ".pydrake.examples.SpongControllerParams", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_defaults", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_defaults", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 175, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_defaults", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 176, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.acrobot_test.TestSpongControllerParams.test_param_defaults", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 177, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.examples.test.compass_gait_test": [ + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_compass_gait", + "callee": ".pydrake.examples.CompassGait", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_params", + "callee": ".pydrake.examples.CompassGaitParams", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_state", + "callee": ".pydrake.examples.CompassGaitContinuousState", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry", + "callee": ".pydrake.examples.CompassGait", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry_with_params", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry_with_params", + "callee": ".pydrake.examples.CompassGait", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry_with_params", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry_with_params", + "callee": ".pydrake.examples.CompassGaitParams", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_geometry_with_params", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_simulation", + "callee": ".pydrake.examples.CompassGait", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_simulation", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.compass_gait_test.TestCompassGait.test_simulation", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 96, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.examples.test.pendulum_test": [ + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_plant", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_plant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_plant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_plant", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_plant", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_plant", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_plant", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_input", + "callee": ".pydrake.examples.PendulumInput", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_input", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_input", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".pydrake.examples.PendulumParams", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_state", + "callee": ".pydrake.examples.PendulumState", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_geometry", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_geometry", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_geometry", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_geometry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_simulation", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_simulation", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_simulation", + "callee": ".pydrake.examples.PendulumInput", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.pendulum_test.TestPendulum.test_simulation", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 106, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.examples.test.quadrotor_test": [ + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "callee": ".pydrake.examples.QuadrotorPlant", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "callee": ".pydrake.examples.QuadrotorPlant", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_basics", + "callee": ".pydrake.examples.StabilizingLQRController", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_geometry", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_geometry", + "callee": ".pydrake.examples.QuadrotorPlant", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_geometry", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.quadrotor_test.TestQuadrotor.test_geometry", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 37, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.examples.test.rimless_wheel_test": [ + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_rimless_wheel", + "callee": ".pydrake.examples.RimlessWheel", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_params", + "callee": ".pydrake.examples.RimlessWheelParams", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_state", + "callee": ".pydrake.examples.RimlessWheelContinuousState", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_state", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry", + "callee": ".pydrake.examples.RimlessWheel", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry_with_params", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry_with_params", + "callee": ".pydrake.examples.RimlessWheel", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry_with_params", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry_with_params", + "callee": ".pydrake.examples.RimlessWheelParams", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_geometry_with_params", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_simulation", + "callee": ".pydrake.examples.RimlessWheel", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_simulation", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.rimless_wheel_test.TestRimlessWheel.test_simulation", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 91, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.examples.test.van_der_pol_test": [ + { + "caller": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_simulation", + "callee": ".pydrake.examples.VanDerPolOscillator", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_simulation", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_simulation", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_ports", + "callee": ".pydrake.examples.VanDerPolOscillator", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_ports", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.examples.test.van_der_pol_test.TestVanDerPol.test_ports", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 30, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry._geometry_extra": [ + { + "caller": "bindings.pydrake.geometry._geometry_extra._start_meshcat_deepnote", + "callee": "bindings.pydrake.geometry._geometry_extra._is_listening", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.geometry._geometry_extra._start_meshcat_deepnote", + "callee": "bindings.pydrake.geometry._geometry_extra._restart_nginx_service", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.geometry._geometry_extra._start_meshcat_deepnote", + "callee": ".IPython.display.display", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry._geometry_extra._start_meshcat_deepnote", + "callee": ".IPython.display.HTML", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry._geometry_extra.StartMeshcat", + "callee": "bindings.pydrake.geometry._geometry_extra._start_meshcat_deepnote", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions", + "callee": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions.mesh_or_convex_repr", + "lineno": 116, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions", + "callee": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions.mesh_or_convex_repr", + "lineno": 117, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.geometry._geometry_extra.", + "callee": "bindings.pydrake.geometry._geometry_extra._add_extraneous_repr_functions", + "lineno": 120, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.geometry.test.bounding_box_test": [ + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_api", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_api", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_overlap", + "callee": ".pydrake.math.RigidTransform", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_overlap", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_overlap", + "callee": ".pydrake.math.RigidTransform", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_overlap", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_overlap", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_overlap", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_api", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_overlap", + "callee": ".pydrake.math.RigidTransform", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_overlap", + "callee": ".pydrake.math.RigidTransform", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_overlap", + "callee": ".pydrake.math.RigidTransform", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_overlap", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_overlap", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_obb_overlap", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 155, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_obb_cross_overlap", + "callee": ".pydrake.math.RigidTransform", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_obb_cross_overlap", + "callee": ".pydrake.math.RigidTransform", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_obb_cross_overlap", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_aabb_obb_cross_overlap", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 218, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 224, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 225, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_triangle_mesh", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 263, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 279, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_volume_mesh", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 285, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_volume_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_compute_bounding_boxes_for_volume_mesh", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_calc_obb", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 292, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.bounding_box_test.TestGeometryBoundingBox.test_calc_obb", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 295, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry.test.common_test": [ + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_collision_filtering", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_frame_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_frame_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_instance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 175, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 186, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 193, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 204, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 219, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_cpp_types", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_properties_cpp_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 249, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 252, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 259, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 262, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 266, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 269, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_geometry_version_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_identifier_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_identifier_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_identifier_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_identifier_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 291, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_identifier_api", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 295, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_identifier_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 296, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_identifier_api", + "callee": ".unittest.TestCase.assertIn", + "lineno": 298, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 302, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".pydrake.common.MemoryFile", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 308, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 309, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 324, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 332, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 338, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 339, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".pydrake.common.MemoryFile", + "lineno": 344, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 349, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertIn", + "lineno": 350, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 351, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 364, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 371, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 378, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_in_memory_mesh", + "callee": ".unittest.TestCase.assertIn", + "lineno": 381, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 386, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 387, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 390, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 391, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 392, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 394, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".pathlib.Path", + "lineno": 394, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 395, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 399, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 402, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 406, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 407, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 409, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 416, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 417, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 418, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".pydrake.common.MemoryFile", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 422, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 423, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 424, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 425, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 426, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 427, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 429, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 440, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 447, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 451, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 452, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".pydrake.multibody.plant.CoulombFriction", + "lineno": 466, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 473, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 476, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 479, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 482, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 485, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 487, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 491, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 502, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 503, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 504, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 505, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 511, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 512, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 513, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 520, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 521, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 522, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 523, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 526, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 529, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 540, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 541, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 542, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 543, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 546, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 549, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 555, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 558, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 559, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 560, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 561, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 562, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 563, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 564, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 566, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 568, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 570, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 572, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 576, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 577, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 578, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 579, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 581, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 582, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 583, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 584, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 585, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 586, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 587, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 588, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 589, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 591, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 593, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 597, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 598, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 605, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 606, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 607, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 608, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 609, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 612, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 613, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 614, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 615, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 616, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 619, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 620, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 623, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 624, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 627, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_rgba_yaml", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 628, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".pydrake.common.MemoryFile", + "lineno": 642, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".pydrake.common.MemoryFile", + "lineno": 648, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".pydrake.common.MemoryFile", + "lineno": 656, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".pydrake.common.MemoryFile", + "lineno": 662, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 669, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 674, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 675, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 678, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 679, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 690, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shape_constructors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 691, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 697, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 700, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 701, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "lineno": 706, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 708, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 709, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 710, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 711, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 713, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "lineno": 716, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 718, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 719, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 720, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 755, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 757, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 759, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 760, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "lineno": 763, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 765, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 766, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 767, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "lineno": 770, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 772, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 773, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 774, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 775, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 778, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.MemoryFile", + "lineno": 785, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.MemoryFile", + "lineno": 793, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "lineno": 799, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 800, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 801, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 803, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 804, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 810, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "lineno": 813, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 814, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 815, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes.assert_shape_api", + "lineno": 818, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 820, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 821, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 822, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_shapes", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 823, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_pickle_compatibility", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 854, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_pickle_compatibility", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 856, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_pickle_compatibility", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 857, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_pickle_compatibility", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 858, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_mesh_pickle_compatibility", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 862, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.common_test.TestGeometryCore.test_plane", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 891, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.geometry.test.frame_id_test": [ + { + "caller": "bindings.pydrake.geometry.test.frame_id_test.TestFrameId.test_id_uniqueness", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.frame_id_test.TestFrameId.test_id_uniqueness", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.frame_id_test.TestFrameId.test_id_uniqueness", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 20, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry.test.hydro_test": [ + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_hydro_proximity_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_make_convex_hull", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.hydro_test.TestGeometryHydro.test_make_convex_hull", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 76, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry.test.meshes_test": [ + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_polygon_surface_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_polygon_surface_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_triangle_surface_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 155, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 162, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_volume_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_convert_volume_to_surface_mesh", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_no_refinement", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_to_string", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_to_string", + "callee": ".unittest.TestCase.assertIn", + "lineno": 251, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_to_string", + "callee": ".unittest.TestCase.assertIn", + "lineno": 252, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_to_string", + "callee": ".unittest.TestCase.assertIn", + "lineno": 253, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_to_string", + "callee": ".unittest.TestCase.assertIn", + "lineno": 254, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_to_string", + "callee": ".unittest.TestCase.assertIn", + "lineno": 255, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_refine_volume_mesh_to_string", + "callee": ".unittest.TestCase.assertIn", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.meshes_test.TestGeometryMeshes.test_read_obj_to_surface_mesh", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 259, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.geometry.test.optimization_test": [ + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.__init__", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_point_convex_set", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_point_convex_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_point_convex_set", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_ball", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 153, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 155, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 162, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 197, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_affine_subspace", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 225, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 265, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 270, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 274, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 275, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 277, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 280, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 281, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 283, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 286, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 299, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 303, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 304, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 331, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 332, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 339, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 340, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 347, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 355, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 357, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_h_polyhedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 362, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 367, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 368, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 369, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 370, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 373, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 378, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 382, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 383, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 394, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 396, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyper_ellipsoid", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 403, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 427, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 430, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 431, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 432, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 433, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 434, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 436, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 437, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 441, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 442, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 446, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 447, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 457, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 458, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 460, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 464, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 472, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 477, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_hyperrectangle", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 486, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_calc_volume_via_sampling", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 490, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_calc_volume_via_sampling", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 498, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_calc_volume_via_sampling", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 499, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_calc_volume_via_sampling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 502, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 509, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 510, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 512, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 513, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 514, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 515, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 516, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_minkowski_sum", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 517, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_spectrahedron", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 521, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_spectrahedron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 526, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_spectrahedron", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 527, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_spectrahedron", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 528, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_spectrahedron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 529, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_spectrahedron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 530, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 536, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 537, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 538, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 541, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 545, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 549, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 550, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 560, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 561, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 562, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 564, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 565, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 567, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 569, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 584, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 585, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 591, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization._calculate_path_length", + "lineno": 592, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 606, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 607, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".pydrake.common.temp_directory", + "lineno": 608, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 610, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 613, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 614, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 620, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_v_polytope", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 621, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 642, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 643, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 644, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 645, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 646, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 647, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 648, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 650, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 651, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 652, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 656, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 657, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 658, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 659, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_cartesian_product", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 660, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 671, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 672, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 673, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 674, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 675, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 676, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 677, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 678, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 679, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 683, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 684, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_convex_hull", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 685, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 694, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 695, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 696, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 697, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 698, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 700, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 701, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_intersection", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 702, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 709, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.GeometryFrame", + "lineno": 712, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 717, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.math.RigidTransform", + "lineno": 718, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.Box", + "lineno": 718, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 724, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.math.RigidTransform", + "lineno": 725, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.Cylinder", + "lineno": 726, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 733, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.math.RigidTransform", + "lineno": 734, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.Sphere", + "lineno": 734, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 740, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.math.RigidTransform", + "lineno": 741, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.Capsule", + "lineno": 741, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.ProximityProperties", + "lineno": 751, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.geometry.FramePoseVector", + "lineno": 754, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.math.RigidTransform", + "lineno": 755, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 765, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 771, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 777, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 783, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 790, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 796, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 802, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 804, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 817, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 818, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 825, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_make_from_scene_graph_and_iris", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 839, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 856, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 857, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 858, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".pydrake.multibody.inverse_kinematics.InverseKinematics", + "lineno": 864, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 873, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 874, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 875, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 876, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 879, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertIs", + "lineno": 881, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 887, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 888, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 889, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_iris_cspace", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 890, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_serialize_iris_regions", + "callee": ".pydrake.common.temp_directory", + "lineno": 899, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_serialize_iris_regions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 906, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_serialize_iris_regions", + "callee": ".dict.keys", + "lineno": 906, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_serialize_iris_regions", + "callee": ".dict.keys", + "lineno": 907, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 920, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 921, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 922, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".pydrake.solvers.ClpSolver", + "lineno": 929, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".pydrake.solvers.ClpSolver", + "lineno": 930, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".pydrake.solvers.ClpSolver", + "lineno": 931, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 932, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 934, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 938, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIn", + "lineno": 943, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".pydrake.solvers.ClpSolver", + "lineno": 944, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIn", + "lineno": 946, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".pydrake.solvers.ClpSolver", + "lineno": 948, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIn", + "lineno": 950, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 955, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 956, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 959, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 960, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 964, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 965, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 966, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 967, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 968, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 969, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 973, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 974, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 980, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 988, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1004, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1010, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1024, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1028, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1034, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1047, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1057, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1058, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1064, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1065, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1066, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1067, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1068, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1073, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1078, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1079, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1088, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1093, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1097, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1105, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 1126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1131, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1162, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1177, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1190, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1194, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1199, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1204, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 1212, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1227, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1231, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1243, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1275, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1277, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets_from_explicit", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestGeometryOptimization.test_implicit_graph_of_convex_sets_from_explicit", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1289, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.setUp", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 1320, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.setUp", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 1321, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.setUp", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 1324, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_SeparatingPlaneOrder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1344, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 1349, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1360, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1362, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1363, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1364, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1373, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1374, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1375, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1376, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 1377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1378, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1385, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1386, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1387, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1388, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1389, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1395, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 1403, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1404, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 1406, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 1407, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1408, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1409, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1420, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1421, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1422, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1423, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1430, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1431, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1438, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1439, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1442, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1445, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1448, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1456, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1457, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1460, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1463, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1466, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1472, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1473, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1474, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1475, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1476, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1483, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1484, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1485, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1486, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1487, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1490, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1492, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1493, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_Options", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 1494, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 1502, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 1505, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1506, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1524, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1525, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1526, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1527, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1528, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1533, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1534, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1536, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 1537, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1538, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytope_getters_and_auxillary_structs", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1581, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1584, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1585, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 1599, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 1600, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 1601, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1602, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1603, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1604, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1605, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 1613, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 1614, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1615, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1625, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1628, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 1629, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1631, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1635, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1648, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1649, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1650, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1651, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1652, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1667, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1670, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1671, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1672, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1675, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1676, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_CspaceFreePolytopeMethods", + "callee": ".pydrake.solvers.MosekSolver", + "lineno": 1546, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_partition_convex_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1681, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_partition_convex_set", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1682, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1716, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1718, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".list.append", + "lineno": 1720, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".list.append", + "lineno": 1729, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".list.append", + "lineno": 1739, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".list.append", + "lineno": 1747, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1756, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1757, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1758, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1759, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1760, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1761, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1762, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.optimization_test.TestCspaceFreePolytope.test_calc_pairwise_intersections", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1763, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry.test.render_engine_gl_test": [ + { + "caller": "bindings.pydrake.geometry.test.render_engine_gl_test.TestGeometry.test_render_engine_gl_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_gl_test.TestGeometry.test_render_engine_gl_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 17, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_gl_test.TestGeometry.test_render_engine_gl_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_gl_test.TestGeometry.test_render_engine_gl_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_gl_test.TestGeometry.test_render_engine_gl_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry.test.render_engine_subclass_test": [ + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".pydrake.math.RigidTransform", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".pydrake.systems.sensors.CameraInfo", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".pydrake.systems.sensors.ImageRgba8U", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".pydrake.systems.sensors.ImageDepth32F", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".pydrake.systems.sensors.ImageLabel16I", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_unimplemented_rendering", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_legacy_DoClone", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 153, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_legacy_DoClone", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 193, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 209, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".pydrake.systems.sensors.CameraInfo", + "lineno": 214, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".pydrake.math.RigidTransform", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".pydrake.math.RigidTransform", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_engine_subclass_test.TestRenderEngineSubclass.test_lifecycle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 229, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry.test.render_test": [ + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_light_param", + "callee": ".unittest.TestCase.assertIn", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_ssao_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_ssao_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_ssao_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_ssao_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_ssao_param", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_ssao_param", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_ssao_param", + "callee": ".unittest.TestCase.assertIn", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_equirectangular_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_equirectangular_map", + "callee": ".unittest.TestCase.assertIn", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_environment_map", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_environment_map", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_environment_map", + "callee": ".unittest.TestCase.assertIn", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_gltf_extension", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_gltf_extension", + "callee": ".unittest.TestCase.assertIn", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_vtk_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_vtk_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_vtk_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_vtk_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_vtk_params", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_vtk_params", + "callee": ".unittest.TestCase.assertIn", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_vtk_gltf_warnings", + "callee": "bindings.pydrake.geometry.test.render_test.TestGeometryRender._do_test_render_vtk_gltf_warnings", + "lineno": 151, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender._do_test_render_vtk_gltf_warnings", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender._do_test_render_vtk_gltf_warnings", + "callee": ".unittest.TestCase.assertLogs", + "lineno": 171, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender._do_test_render_vtk_gltf_warnings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender._do_test_render_vtk_gltf_warnings", + "callee": ".unittest.TestCase.assertIn", + "lineno": 183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender._do_test_render_vtk_gltf_warnings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gl_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gl_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 197, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gl_params", + "callee": ".unittest.TestCase.assertIn", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gltf_client_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gltf_client_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gltf_client_params", + "callee": ".unittest.TestCase.assertIn", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertIs", + "lineno": 224, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 225, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 228, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 231, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 232, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label_repr", + "callee": ".unittest.TestCase.assertIn", + "lineno": 250, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_label_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.DummyRenderEngine.test_render_engine_api.__init__", + "callee": ".pydrake.math.RigidTransform", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 349, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 353, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".pydrake.systems.sensors.RgbdSensor", + "lineno": 357, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 359, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".pydrake.systems.sensors.CameraInfo", + "lineno": 363, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 365, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 383, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 384, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 385, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 388, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 389, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 392, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 396, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gltf_client_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gltf_client_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 412, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.render_test.TestGeometryRender.test_render_engine_gltf_client_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 413, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry.test.scene_graph_test": [ + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 155, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".list.append", + "lineno": 178, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".list.append", + "lineno": 182, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".list.append", + "lineno": 186, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 192, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".list.append", + "lineno": 210, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".list.append", + "lineno": 214, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".list.append", + "lineno": 218, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 227, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 249, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 250, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 254, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 255, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 261, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 266, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 269, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 276, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 277, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 280, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 290, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 298, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 304, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 309, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 313, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 314, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 320, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 324, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 328, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 329, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 331, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 343, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 381, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 387, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 391, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 407, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 411, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 424, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 433, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 443, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 465, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 473, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 494, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 495, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_renderer_with_context", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 502, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_renderer_with_context", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 505, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_renderer_with_context", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 513, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_renderer_with_context", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 514, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_renderer_with_context", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 520, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_renderer_with_context", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 524, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_renderer_with_context", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 526, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 538, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 551, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 552, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 563, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 564, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 578, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_register_geometry", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 579, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 600, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 604, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 611, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 614, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 624, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 633, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 641, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_change_shape", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 644, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_remove_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 677, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_remove_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 678, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_scene_graph_remove_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 683, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_frame_pose_vector_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 693, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_frame_pose_vector_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 694, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_frame_pose_vector_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 695, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_frame_pose_vector_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 696, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_frame_pose_vector_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 697, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_frame_pose_vector_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 699, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_geometry_configuration_vector_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 708, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_geometry_configuration_vector_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 710, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_geometry_configuration_vector_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 711, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_geometry_configuration_vector_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 712, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_geometry_configuration_vector_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 713, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_geometry_configuration_vector_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 715, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_geometry_configuration_vector_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 718, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_penetration_as_point_pair_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 723, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_penetration_as_point_pair_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 724, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_penetration_as_point_pair_api", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 725, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_penetration_as_point_pair_api", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 726, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_penetration_as_point_pair_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 728, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_penetration_as_point_pair_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 730, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 735, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 736, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_api", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 737, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_api", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 738, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 739, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_api", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 740, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_to_point_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 745, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_to_point_api", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 746, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_to_point_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 747, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_signed_distance_to_point_api", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 748, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 761, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 809, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 810, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 816, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 817, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 822, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 828, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 831, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 834, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 838, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 842, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 848, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 850, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 856, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 860, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 861, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 863, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 865, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 866, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 872, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".pydrake.systems.sensors.CameraInfo", + "lineno": 883, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 898, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 904, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_query_object", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 910, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 974, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 975, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 983, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertLess", + "lineno": 985, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 986, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 987, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 988, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 989, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 990, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 991, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 996, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.scene_graph_test.TestGeometrySceneGraph.test_contact_surface", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 997, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.geometry.test.visualizers_test": [ + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": ".unittest.TestCase.assertIn", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.add_subscribers", + "callee": ".pydrake.lcm.Subscriber", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.add_subscribers", + "callee": ".pydrake.lcm.Subscriber", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.by_hand", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.auto_connect_to_system", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.auto_connect_to_port", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.cxx_builder_build", + "callee": ".pydrake.systems.test.test_util.call_build_from_cpp", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.add_subscribers", + "lineno": 132, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer.add_subscribers", + "lineno": 153, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_drake_visualizer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_params", + "callee": ".unittest.TestCase.assertIn", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_params", + "callee": ".unittest.TestCase.assertIn", + "lineno": 192, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 205, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".pydrake.math.RigidTransform", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".pydrake.perception.PointCloud", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".pydrake.math.RigidTransform", + "lineno": 308, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 316, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 328, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 338, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 340, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 350, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 355, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 365, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 374, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 375, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 376, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 378, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 379, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 394, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 395, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 396, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 399, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 407, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 411, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 415, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 423, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_404", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 436, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_404", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 439, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 445, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 446, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 448, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 456, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 460, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 462, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_animation", + "callee": ".pydrake.math.RigidTransform", + "lineno": 464, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_visualizer", + "callee": ".unittest.TestCase.assertIn", + "lineno": 489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_visualizer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 493, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_visualizer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 495, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_visualizer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 496, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_visualizer_scalar_conversion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 520, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_point_cloud_visualizer", + "callee": ".pydrake.perception.PointCloud", + "lineno": 531, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_point_cloud_visualizer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 534, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_meshcat_point_cloud_visualizer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_start_meshcat", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 547, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_start_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 555, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.geometry.test.visualizers_test.TestGeometryVisualizers.test_start_meshcat", + "callee": ".unittest.TestCase.assertIn", + "lineno": 556, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.gym._drake_gym_env": [ + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.__init__", + "callee": ".pydrake.systems.framework.InputPortIndex", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.__init__", + "callee": ".pydrake.systems.framework.OutputPortIndex", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.__init__", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 167, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.__init__", + "callee": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup", + "callee": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup.get_output_port", + "lineno": 207, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup", + "callee": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup.get_output_port", + "lineno": 219, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup", + "callee": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup.get_output_port", + "lineno": 224, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.step", + "callee": "bindings.pydrake.gym._drake_gym_env._reached_termination", + "lineno": 278, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.reset", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv.reset", + "callee": "bindings.pydrake.gym._drake_gym_env.DrakeGymEnv._setup", + "lineno": 302, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.gym": [], + "bindings.pydrake.gym.test.drake_gym_test": [ + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_make_env", + "callee": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.make_env", + "lineno": 29, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_sb3_check_env", + "callee": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.make_env", + "lineno": 33, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_reset", + "callee": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.make_env", + "lineno": 44, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_reset", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_reset", + "callee": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.make_env", + "lineno": 50, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_reset", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_reset", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_reset", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_step", + "callee": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.make_env", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.gym.test.drake_gym_test.DrakeGymTest.test_step", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 67, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.gym.test.mock_torch.torch.distributions": [], + "bindings.pydrake.gym.test.mock_torch.torch.nn": [], + "bindings.pydrake.gym.test.mock_torch.torch.optim": [], + "bindings.pydrake.gym.test.mock_torch.torch": [], + "bindings.pydrake.manipulation._manipulation_extra": [], + "bindings.pydrake.manipulation.test.franka_panda_test": [ + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_constants", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 12, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 17, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_control_mode_bitwise_or", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_command_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_receiver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.franka_panda_test.TestFrankaPanda.test_franka_panda_status_sender", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 148, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.manipulation.test.kuka_iiwa_test": [ + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.multibody.parsing.LoadModelDirectives", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "callee": ".pydrake.math.RigidTransform", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_constants", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_build_control", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "lineno": 154, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_build_control", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_build_control", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".unittest.TestCase.assertIn", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".pydrake.multibody.parsing.LoadModelDirectives", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".pydrake.systems.lcm.LcmBuses", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_driver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "lineno": 203, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_init.make_diagram", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "lineno": 228, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_init", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control.make_diagram", + "lineno": 238, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.call_build_from", + "callee": ".pydrake.systems.test.test_util.call_build_from_cpp", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder.make_diagram", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "lineno": 257, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder.make_diagram", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.call_build_from", + "lineno": 266, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control.make_diagram", + "lineno": 272, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 281, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control.make_diagram", + "lineno": 285, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_add_to_builder", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 294, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control.make_diagram", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.make_builder_plant_controller_plant", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control.make_diagram", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 303, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control.make_diagram", + "callee": ".pydrake.systems.test.test_util.call_build_from_cpp", + "lineno": 310, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control", + "callee": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control.make_diagram", + "lineno": 321, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 323, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.kuka_iiwa_test.TestKukaIiwa.test_kuka_iiwa_sim_driver_lifetime_build_iiwa_control", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 328, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.manipulation.test.schunk_wsg_test": [ + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".pydrake.multibody.parsing.LoadModelDirectives", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_build_control", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".unittest.TestCase.assertIn", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".pydrake.multibody.parsing.LoadModelDirectives", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".pydrake.systems.lcm.LcmBuses", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_driver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_trajectory_generator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_trajectory_generator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_trajectory_generator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_trajectory_generator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.schunk_wsg_test.TestSchunkWsg.test_schunk_wsg_trajectory_generator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 161, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.manipulation.test.util_test": [ + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".unittest.TestCase.assertIn", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".pydrake.multibody.parsing.LoadModelDirectives", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".pydrake.systems.lcm.LcmBuses", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_driver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".pydrake.multibody.parsing.LoadModelDirectives", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".pydrake.systems.lcm.LcmBuses", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".pydrake.manipulation.ApplyDriverConfigs", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_driver_configs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_named_positions", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_named_positions", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_named_positions", + "callee": ".pydrake.manipulation.ApplyNamedPositionsAsDefaults", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.manipulation.test.util_test.TestUtil.test_apply_named_positions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.math.math_example": [ + { + "caller": "bindings.pydrake.math.math_example.", + "callee": ".pydrake.math.BarycentricMesh", + "lineno": 28, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.math._math_extra": [ + { + "caller": "bindings.pydrake.math._math_extra._best_effort_rich_compare", + "callee": "bindings.pydrake.math._math_extra._is_elementwise_comparison_error", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra.", + "callee": "bindings.pydrake.math._math_extra._drake_vectorize", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra.", + "callee": "bindings.pydrake.math._math_extra._drake_vectorize", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra.", + "callee": "bindings.pydrake.math._math_extra._drake_vectorize", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra.", + "callee": "bindings.pydrake.math._math_extra._drake_vectorize", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra.", + "callee": "bindings.pydrake.math._math_extra._drake_vectorize", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra.", + "callee": "bindings.pydrake.math._math_extra._drake_vectorize", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra._rotation_matrix_repr", + "callee": "bindings.pydrake.math._math_extra._indented_repr", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra._rotation_matrix_repr", + "callee": "bindings.pydrake.math._math_extra._indented_repr", + "lineno": 133, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra._rotation_matrix_repr", + "callee": "bindings.pydrake.math._math_extra._indented_repr", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra._rigid_transform_repr", + "callee": "bindings.pydrake.math._math_extra._indented_repr", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra._rigid_transform_repr", + "callee": "bindings.pydrake.math._math_extra._indented_repr", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math._math_extra.", + "callee": "bindings.pydrake.math._math_extra._add_repr_functions", + "lineno": 155, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.math.test.math_overloads_matrix_test": [ + { + "caller": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest._astype", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest._astype", + "callee": ".pydrake.symbolic.MakeMatrixContinuousVariable", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest._astype", + "callee": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest._astype", + "lineno": 51, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest.test_matmul", + "callee": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest._astype", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest.test_matmul", + "callee": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest._astype", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest.test_matmul", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_matrix_test.MathOverloadsMatrixTest.test_matmul", + "callee": "bindings.pydrake.math.test.math_overloads_matrix_test._matmul_dtype_pairs", + "lineno": 54, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.math.test.math_overloads_test": [ + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.test_overloads", + "callee": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.test_overloads", + "callee": "bindings.pydrake.math.test.math_overloads_test.FloatOverloads.__init__", + "lineno": 125, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.test_overloads", + "callee": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.test_overloads", + "callee": "bindings.pydrake.math.test.math_overloads_test.SymbolicOverloads.__init__", + "lineno": 126, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.test_overloads", + "callee": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.test_overloads", + "callee": "bindings.pydrake.math.test.math_overloads_test.AutoDiffOverloads.__init__", + "lineno": 127, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": "bindings.pydrake.math.test.math_overloads_test.debug_print", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": "bindings.pydrake.math.test.math_overloads_test.qualname", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": "bindings.pydrake.math.test.math_overloads_test.qualname", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": "bindings.pydrake.math.test.math_overloads_test.debug_print", + "lineno": 180, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": "bindings.pydrake.math.test.math_overloads_test.debug_print", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 204, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": "bindings.pydrake.math.test.math_overloads_test.debug_print", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": "bindings.pydrake.math.test.math_overloads_test.qualname", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": "bindings.pydrake.math.test.math_overloads_test.debug_print", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "lineno": 209, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": "bindings.pydrake.math.test.math_overloads_test.debug_print", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "lineno": 211, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": "bindings.pydrake.math.test.math_overloads_test.debug_print", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload.check_eval", + "lineno": 213, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_overloads_test.MathOverloadsTest.check_overload", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 227, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.math.test.math_test": [ + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".pydrake.math.BarycentricMesh", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_spelling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_weight", + "callee": ".pydrake.math.BarycentricMesh", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_mesh_values_from", + "callee": ".pydrake.math.BarycentricMesh", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestBarycentricMesh.test_mesh_values_from", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_math", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_math", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.check_cast", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 127, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 128, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 129, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 137, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 138, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 139, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 140, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 141, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 142, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 143, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 144, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 145, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 146, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.check_cast", + "lineno": 148, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 153, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform.check_equality", + "lineno": 164, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 168, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 171, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 177, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rigid_transform", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_legacy_unpickle", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": "bindings.pydrake.math.test.math_test.TestMath.check_cast", + "lineno": 309, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 312, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 322, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 355, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 356, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 357, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 373, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 382, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 390, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 392, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 394, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 396, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 399, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 402, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 404, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_rotation_matrix", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 406, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_roll_pitch_yaw", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 471, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_roll_pitch_yaw", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 475, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_roll_pitch_yaw", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 477, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 484, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 485, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 487, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 495, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 496, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 497, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 503, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 504, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 510, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 517, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 519, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 524, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 525, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 527, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 528, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_bspline_basis", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 529, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_wrap_to", + "callee": ".pydrake.math.wrap_to", + "lineno": 533, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_wrap_to", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 535, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_soft_min_max", + "callee": ".unittest.TestCase.assertLess", + "lineno": 540, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_soft_min_max", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 541, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_soft_min_max", + "callee": ".unittest.TestCase.assertLess", + "lineno": 542, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_soft_min_max", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 543, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_cross_product", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 549, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_quaternion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 558, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_quaternion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 562, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_quaternion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 574, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_quaternion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 576, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_random_rotations", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 585, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_random_rotations", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 587, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_random_rotations", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 589, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_random_rotations", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 591, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_random_rotations", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 593, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_random_rotations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 594, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_matrix_util", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 599, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_matrix_util", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 600, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_matrix_util", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 601, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_matrix_util", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 603, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_matrix_util", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 604, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_quadratic_form", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 637, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_quadratic_form", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 638, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_quadratic_form", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 639, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.math.test.math_test.TestMath.test_compute_numerical_gradient", + "callee": ".unittest.TestCase.assertIn", + "lineno": 665, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.all": [], + "bindings.pydrake.multibody.fix_inertia": [ + { + "caller": "bindings.pydrake.multibody.fix_inertia.", + "callee": "bindings.pydrake.multibody.fix_inertia._main", + "lineno": 120, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.multibody.jupyter_widgets": [ + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "callee": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__._reshape", + "lineno": 72, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "callee": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__._reshape", + "lineno": 73, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "callee": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__._reshape", + "lineno": 74, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "callee": ".ipywidgets.FloatSlider", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "callee": ".ipywidgets.Layout", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders.__init__", + "callee": ".IPython.display.display", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.JointSliders._process_event_queue", + "callee": ".pydrake.common.jupyter.process_ipywidget_events", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback._broadcast", + "lineno": 215, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback._broadcast", + "lineno": 216, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback._broadcast", + "lineno": 217, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": ".ipywidgets.FloatSlider", + "lineno": 246, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": ".ipywidgets.Layout", + "lineno": 254, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": ".functools.partial", + "lineno": 257, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": ".IPython.display.display", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.jupyter_widgets.MakeJointSlidersThatPublishOnCallback", + "callee": ".list.append", + "lineno": 260, + "resolution": "local_builtin_method_call" + } + ], + "bindings.pydrake.multibody.mesh_to_model": [ + { + "caller": "bindings.pydrake.multibody.mesh_to_model.", + "callee": "bindings.pydrake.multibody.mesh_to_model._main", + "lineno": 254, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.multibody.run_installed_fix_inertia": [ + { + "caller": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "callee": ".os.path.dirname", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "callee": ".os.path.dirname", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "callee": ".os.path.realpath", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "callee": ".os.path.isdir", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "callee": ".os.path.join", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "callee": ".os.path.join", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "callee": ".pydrake.multibody.fix_inertia._main", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_fix_inertia.", + "callee": "bindings.pydrake.multibody.run_installed_fix_inertia.main", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.multibody.run_installed_mesh_to_model": [ + { + "caller": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "callee": ".os.path.dirname", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "callee": ".os.path.dirname", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "callee": ".os.path.realpath", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "callee": ".os.path.isdir", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "callee": ".os.path.join", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "callee": ".os.path.join", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "callee": ".pydrake.multibody.mesh_to_model._main", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.run_installed_mesh_to_model.", + "callee": "bindings.pydrake.multibody.run_installed_mesh_to_model.main", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.multibody._inertia_fixer": [ + { + "caller": "bindings.pydrake.multibody._inertia_fixer.", + "callee": ".dataclasses.field", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.find_inertial_facts_for_link", + "callee": "bindings.pydrake.multibody._inertia_fixer.make_synth_element", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.maybe_synthesize_children", + "callee": "bindings.pydrake.multibody._inertia_fixer.make_synth_element", + "lineno": 205, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.adjusted_element_end_index", + "callee": "bindings.pydrake.multibody._inertia_fixer.is_synth_element", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers.coda", + "callee": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers.d", + "lineno": 273, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.associate_plant_models", + "callee": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver._is_element_ignored", + "lineno": 300, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.associate_plant_models", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 308, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.associate_plant_models", + "callee": "bindings.pydrake.multibody._inertia_fixer.find_inertial_facts_for_link", + "lineno": 309, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.adjusted_element_end_index", + "lineno": 326, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 328, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 328, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 330, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 330, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 331, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 332, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers", + "lineno": 335, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 339, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.maybe_synthesize_children", + "lineno": 343, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers", + "lineno": 350, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 354, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.adjusted_element_end_index", + "lineno": 360, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.associate_plant_models", + "callee": ".list.append", + "lineno": 385, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.associate_plant_models", + "callee": ".list.reverse", + "lineno": 386, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.associate_plant_models", + "callee": "bindings.pydrake.multibody._inertia_fixer.find_inertial_facts_for_link", + "lineno": 393, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.adjusted_element_end_index", + "lineno": 410, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 411, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers", + "lineno": 414, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 418, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 419, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 420, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 421, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 422, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 423, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 425, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.maybe_synthesize_children", + "lineno": 429, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.make_format_helpers", + "lineno": 436, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 440, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 441, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 442, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 443, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 444, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 445, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.gfmt", + "lineno": 448, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.adjusted_element_end_index", + "lineno": 451, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.format_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.adjusted_element_end_index", + "lineno": 452, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._make_element_facts", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._make_location", + "lineno": 500, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._handle_start_element", + "callee": "bindings.pydrake.multibody._inertia_fixer.UrdfDriver.", + "lineno": 509, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._handle_start_element", + "callee": "bindings.pydrake.multibody._inertia_fixer.SdformatDriver.", + "lineno": 511, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._handle_start_element", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._make_element_facts", + "lineno": 515, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._handle_end_element", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._make_location", + "lineno": 533, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.build_output", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper._format_inertia", + "lineno": 575, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.build_output", + "callee": "bindings.pydrake.multibody._inertia_fixer.adjusted_element_end_index", + "lineno": 576, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor._maybe_fix_inertia", + "callee": ".pydrake.multibody.tree.SpatialInertia", + "lineno": 656, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor._maybe_fix_inertia", + "callee": ".pydrake.multibody.tree.UnitInertia", + "lineno": 656, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor._maybe_fix_inertia", + "callee": ".pydrake.multibody.tree.CalcSpatialInertia", + "lineno": 658, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor._maybe_fix_inertia", + "callee": ".pydrake.multibody.tree.SpatialInertia", + "lineno": 667, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor.process", + "callee": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor._maybe_fix_inertia", + "lineno": 685, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 698, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 699, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 702, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.__init__", + "lineno": 708, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.parse", + "lineno": 709, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.build_plant_models_association", + "lineno": 710, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "callee": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor.__init__", + "lineno": 713, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "callee": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor.process", + "lineno": 716, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.", + "callee": ".dict.items", + "lineno": 724, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.__init__", + "callee": "bindings.pydrake.multibody._inertia_fixer._is_unique", + "lineno": 766, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 777, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 778, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 781, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.__init__", + "lineno": 793, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.parse", + "lineno": 794, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.XmlInertiaMapper.build_plant_models_association", + "lineno": 795, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor.__init__", + "lineno": 798, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.multibody._inertia_fixer.InertiaFixer.fix_inertia", + "callee": "bindings.pydrake.multibody._inertia_fixer.InertiaProcessor.process", + "lineno": 801, + "resolution": "local_typed_method_call" + } + ], + "bindings.pydrake.multibody._math_extra": [ + { + "caller": "bindings.pydrake.multibody._math_extra._spatial_vector_repr.repr_with_closure", + "callee": "bindings.pydrake.multibody._math_extra._indented_repr", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._math_extra._spatial_vector_repr.repr_with_closure", + "callee": "bindings.pydrake.multibody._math_extra._indented_repr", + "lineno": 25, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._math_extra._add_repr_functions", + "callee": "bindings.pydrake.multibody._math_extra._spatial_vector_repr", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._math_extra._add_repr_functions", + "callee": "bindings.pydrake.multibody._math_extra._spatial_vector_repr", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._math_extra._add_repr_functions", + "callee": "bindings.pydrake.multibody._math_extra._spatial_vector_repr", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._math_extra._add_repr_functions", + "callee": "bindings.pydrake.multibody._math_extra._spatial_vector_repr", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody._math_extra.", + "callee": "bindings.pydrake.multibody._math_extra._add_repr_functions", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.multibody._mesh_model_maker": [ + { + "caller": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker.make_model", + "callee": ".pydrake.geometry.ReadObjToTriangleSurfaceMesh", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker.make_model", + "callee": ".pydrake.multibody.tree.CalcSpatialInertia", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker.make_model", + "callee": ".pydrake.multibody.tree.SpatialInertia", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker.make_model", + "callee": ".pydrake.multibody.tree.CalcSpatialInertia", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker.make_model", + "callee": ".str.format", + "lineno": 258, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker._make_mesh_uri", + "callee": ".pathlib.Path", + "lineno": 289, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody._mesh_model_maker.MeshModelMaker._make_mesh_uri", + "callee": ".str.format", + "lineno": 321, + "resolution": "local_builtin_method_call" + } + ], + "bindings.pydrake.multibody._plant_extra": [], + "bindings.pydrake.multibody._tree_extra": [], + "bindings.pydrake.multibody": [], + "bindings.pydrake.multibody.test.benchmarks_test": [ + { + "caller": "bindings.pydrake.multibody.test.benchmarks_test.TestBenchmarks.test_mass_damper_spring_analytical_solution", + "callee": ".pydrake.multibody.benchmarks.MassDamperSpringAnalyticalSolution", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.benchmarks_test.TestBenchmarks.test_mass_damper_spring_analytical_solution", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 10, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.benchmarks_test.TestBenchmarks.test_mass_damper_spring_analytical_solution", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 11, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.benchmarks_test.TestBenchmarks.test_mass_damper_spring_analytical_solution", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 12, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.cenic_test": [ + { + "caller": "bindings.pydrake.multibody.test.cenic_test.TestCenic.test_cenic", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 21, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.contact_solvers_test": [ + { + "caller": "bindings.pydrake.multibody.test.contact_solvers_test.TestContactSolvers.test_icf_solver_parameters", + "callee": ".pydrake.multibody.contact_solvers.IcfSolverParameters", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.contact_solvers_test.TestContactSolvers.test_icf_solver_parameters", + "callee": ".unittest.TestCase.assertIn", + "lineno": 12, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.fem_test": [ + { + "caller": "bindings.pydrake.multibody.test.fem_test.TestMultibodyFem.test_deformable_body_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fem_test.TestMultibodyFem.test_deformable_body_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fem_test.TestMultibodyFem.test_deformable_body_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fem_test.TestMultibodyFem.test_deformable_body_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fem_test.TestMultibodyFem.test_deformable_body_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fem_test.TestMultibodyFem.test_deformable_body_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.fix_inertia_test": [ + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_min_urdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_min_urdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_min_sdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_min_sdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_sphere_sdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_sphere_sdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_massless_sphere_sdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_massless_sphere_sdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_bad_inertia_sphere_sdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_bad_inertia_sphere_sdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_sphere_urdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 225, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_sphere_urdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_massless_sphere_urdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_massless_sphere_urdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_offset_box_urdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 297, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_offset_box_urdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 298, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_combined_boxes_urdf", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 347, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_combined_boxes_urdf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_geom_inertia_role_order", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 405, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_geom_inertia_role_order", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 410, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_geom_inertia_role_order", + "callee": ".pydrake.multibody._inertia_fixer.fix_inertia_from_string", + "lineno": 436, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaFromString.test_geom_inertia_role_order", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 441, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture.setUp", + "callee": ".pathlib.Path", + "lineno": 446, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture.setUp", + "callee": ".pydrake.common.temp_directory", + "lineno": 446, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 447, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture.assert_files_equal", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 451, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestInertiaFixer.test_simple_valid_invocation", + "callee": ".pydrake.multibody._inertia_fixer.InertiaFixer", + "lineno": 458, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestInertiaFixer.test_simple_valid_invocation", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 462, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestInertiaFixer.test_simple_valid_invocation", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 463, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestInertiaFixer.test_simple_valid_invocation", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 465, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestInertiaFixer.test_in_place_invocation", + "callee": ".pydrake.multibody._inertia_fixer.InertiaFixer", + "lineno": 480, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 505, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 534, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "callee": ".pathlib.Path", + "lineno": 535, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "callee": ".pydrake.multibody._inertia_fixer.InertiaFixer", + "lineno": 537, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.subprocess_fix_inertia", + "lineno": 550, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture.assert_files_equal", + "lineno": 556, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.subprocess_fix_inertia", + "lineno": 559, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.FileHandlingFixture.assert_files_equal", + "lineno": 564, + "resolution": "inherited_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_urdf", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 567, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_urdf_no_inertia_link", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 571, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 574, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf_unicode", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 579, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_urdf_unicode", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 584, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf_no_geom", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 590, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf_no_inertia_link", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 596, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_sdf_nested_models", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 600, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_package_xml", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 606, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_package_xml", + "callee": ".pathlib.Path", + "lineno": 609, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_package_xml", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 610, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.test_geom_inertia_role_order", + "callee": "bindings.pydrake.multibody.test.fix_inertia_test.TestFixInertiaProcess.do_test_model", + "lineno": 615, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.multibody.test.inverse_kinematics_differential_test": [ + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".pydrake.solvers.SolverId", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_mbp_overloads", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_mbp_overloads", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_mbp_overloads", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_mbp_overloads", + "callee": ".pydrake.math.RigidTransform", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_mbp_overloads", + "callee": ".pydrake.math.RigidTransform", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_diff_ik_integrator", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_diff_ik_integrator", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_diff_ik_integrator", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_diff_ik_integrator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 195, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestPlanner.test_diff_ik_integrator", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_recipe", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._config_matches_params", + "callee": ".unittest.TestCase.assertIn", + "lineno": 235, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._config_matches_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 244, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient_config", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._config_matches_params", + "lineno": 258, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient_config", + "callee": ".unittest.TestCase.assertIn", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient_config", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient_config", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient_config", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._config_matches_params", + "lineno": 265, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient_config", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_joint_velocity_limit_constraint.ctor", + "lineno": 276, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._config_matches_params", + "lineno": 279, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._config_matches_params", + "lineno": 282, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_least_squares_cost", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "lineno": 298, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_joint_centering_cost", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "lineno": 309, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_cartesian_position_limit_constraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "lineno": 316, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_cartesian_velocity_limit_constraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "lineno": 325, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_collision_constraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_joint_velocity_limit_constraint", + "callee": ".pydrake.planning.JointLimits", + "lineno": 356, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_joint_velocity_limit_constraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._check_ingredient", + "lineno": 368, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_joint_velocity_limit_constraint", + "callee": ".pydrake.planning.JointLimits", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_collision_checker", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 393, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_collision_checker", + "callee": ".pydrake.multibody.tree.PrismaticJoint", + "lineno": 400, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_collision_checker", + "callee": ".pydrake.multibody.tree.PrismaticJoint", + "lineno": 405, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_collision_checker", + "callee": ".pydrake.planning.CollisionCheckerParams", + "lineno": 412, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_collision_checker", + "callee": ".pydrake.planning.SceneGraphCollisionChecker", + "lineno": 418, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_diff_ik_system", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_collision_checker", + "lineno": 427, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_diff_ik_system", + "callee": ".pydrake.planning.DofMask", + "lineno": 428, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_diff_ik_system", + "callee": ".pydrake.multibody.math.SpatialVelocity", + "lineno": 430, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_diff_ik_system", + "lineno": 444, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".pydrake.systems.framework.BusValue", + "lineno": 454, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".pydrake.common.value.Value", + "lineno": 456, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".pydrake.multibody.math.SpatialVelocity", + "lineno": 456, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".unittest.TestCase.assertIs", + "lineno": 467, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 468, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 469, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 470, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 471, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 475, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 478, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 479, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".pydrake.systems.framework.BusValue", + "lineno": 488, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".pydrake.common.value.Value", + "lineno": 489, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_system", + "callee": ".pydrake.math.RigidTransform", + "lineno": 489, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_controller", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems._make_diff_ik_system", + "lineno": 503, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 508, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test.TestDiffIkSystems.test_diff_ik_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 511, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.inverse_kinematics_test": [ + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.setUp", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMultibodyPlantConstraints", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 114, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_xyz", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_xyz", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint1", + "callee": ".unittest.TestCase.assertIs", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".pydrake.math.RigidTransform", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_xyz", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_xyz", + "lineno": 162, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 177, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionConstraint2", + "callee": ".unittest.TestCase.assertIs", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPositionCost", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 202, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 202, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 204, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 219, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 232, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 233, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 235, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationConstraint", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 240, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationCost", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationCost", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddOrientationCost", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 250, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 268, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_xyz", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 273, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_xyz", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 275, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 276, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 282, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 291, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 294, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_xyz", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_xyz", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddGazeTargetConstraint", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 305, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 331, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 335, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 336, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 337, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "callee": ".unittest.TestCase.assertLess", + "lineno": 347, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 350, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddAngleBetweenVectorsConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 351, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 381, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 384, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 385, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 386, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 387, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_xyz", + "lineno": 389, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_xyz", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": ".unittest.TestCase.assertLess", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 394, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToPointDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 418, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_quat", + "lineno": 421, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_quat", + "lineno": 422, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 423, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 424, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body1_xyz", + "lineno": 426, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics._body2_xyz", + "lineno": 427, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": ".unittest.TestCase.assertLess", + "lineno": 434, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 435, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 438, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPointToLineDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 439, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddPolyhedronConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 454, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": ".pydrake.math.RigidTransform", + "lineno": 470, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": ".pydrake.math.RigidTransform", + "lineno": 473, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint.get_min_distance_actual", + "callee": ".functools.partial", + "lineno": 477, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": ".unittest.TestCase.assertLess", + "lineno": 483, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint.get_min_distance_actual", + "lineno": 483, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 486, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint.get_min_distance_actual", + "lineno": 489, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 492, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddMinimumDistanceLowerBoundConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 493, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": ".pydrake.math.RigidTransform", + "lineno": 537, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": ".pydrake.math.RigidTransform", + "lineno": 540, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint.get_min_distance_actual", + "callee": ".functools.partial", + "lineno": 544, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": ".unittest.TestCase.assertLess", + "lineno": 550, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint.get_min_distance_actual", + "lineno": 550, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 553, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 556, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint.get_min_distance_actual", + "lineno": 556, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": ".unittest.TestCase.assertLess", + "lineno": 557, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint.get_min_distance_actual", + "lineno": 557, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 560, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestInverseKinematics.test_AddDistanceConstraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 561, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 578, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 579, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 580, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 582, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 583, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "callee": ".collections.namedtuple", + "lineno": 592, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp.make_type_variables", + "lineno": 608, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.setUp.make_type_variables", + "lineno": 609, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.check_type_variables.wrapper", + "callee": ".functools.wraps", + "lineno": 612, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_angle_between_vectors_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 631, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_angle_between_vectors_cost", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 644, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_1", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_1.get_sphere_geometry_id", + "lineno": 655, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_1", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_1.get_sphere_geometry_id", + "lineno": 656, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_1", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 662, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_gaze_target_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 676, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_lower_bound_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 685, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_lower_bound_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 709, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_lower_bound_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 725, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_upper_bound_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 738, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_upper_bound_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 762, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_upper_bound_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 778, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints._make_robot_diagram", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 784, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_constraints_with_collision_checker", + "callee": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints._make_robot_diagram", + "lineno": 805, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_constraints_with_collision_checker", + "callee": ".pydrake.planning.SceneGraphCollisionChecker", + "lineno": 810, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_constraints_with_collision_checker", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 827, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_minimum_distance_constraints_with_collision_checker", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 836, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 849, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_constraint", + "callee": ".pydrake.math.RigidTransform", + "lineno": 857, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 864, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_constraint", + "callee": ".pydrake.math.RigidTransform", + "lineno": 874, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 881, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 882, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_position_cost", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 897, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_com_position_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 907, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_com_in_polyhedron_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 920, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_orientation_constraint", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 927, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_orientation_constraint", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 929, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_orientation_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 933, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_orientation_cost", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 940, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_orientation_cost", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 942, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_orientation_cost", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 946, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_point_to_point_distance_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 960, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_point_to_line_distance_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 975, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_polyhedron_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 988, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_distance_constraint_2", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1014, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestConstraints.test_unit_quaternion_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1019, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1025, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1037, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1039, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1040, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1043, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_polytope3d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1051, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 1060, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 1061, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 1062, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1070, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1071, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1076, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1080, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 1088, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 1097, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 1101, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1134, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1135, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_joint_limits", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 1164, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_joint_limits", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 1165, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.inverse_kinematics_test.TestGlobalInverseKinematics.test_joint_limits", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 1166, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.multibody.test.lifetime_test": [ + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.call_build_from", + "callee": ".pydrake.systems.test.test_util.call_build_from_cpp", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_diagram", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_diagram", + "callee": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.call_build_from", + "lineno": 43, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_scene_graph", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_scene_graph", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_scene_graph", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_time_step_scene_graph", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_time_step_scene_graph", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_time_step", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_config", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_config", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_config_scene_graph_config", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_config_scene_graph_config", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_from_plant_config_scene_graph_config", + "callee": ".pydrake.geometry.SceneGraphConfig", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "callee": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes.make_diagram", + "lineno": 81, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.lifetime_test.TestAddSystemWrappers.test_diagram_and_systems_lifetimes", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 95, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.math_test": [ + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_default_aliases", + "callee": ".unittest.TestCase.assertIs", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_default_aliases", + "callee": ".unittest.TestCase.assertIs", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_default_aliases", + "callee": ".unittest.TestCase.assertIs", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_default_aliases", + "callee": ".unittest.TestCase.assertIs", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "callee": ".unittest.TestCase.assertIs", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "callee": ".unittest.TestCase.assertIs", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "callee": ".unittest.TestCase.assertIs", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_vector_types", + "callee": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_vector_types", + "callee": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "lineno": 148, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_vector_types", + "callee": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_vector_types", + "callee": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.check_spatial_vector", + "lineno": 164, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_legacy_unpickle", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_velocity", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_velocity", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_velocity", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_velocity", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_velocity", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_velocity", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 218, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_acceleration", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_acceleration", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_acceleration", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_force", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_force", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_force", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 259, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_momentum", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 271, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_momentum", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.math_test.TestMultibodyTreeMath.test_spatial_momentum", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 273, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.meshcat_test": [ + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_contact_visualizer", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_contact_visualizer", + "callee": ".pydrake.multibody.meshcat.ContactVisualizerParams", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_contact_visualizer", + "callee": ".pydrake.geometry.Rgba", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_contact_visualizer", + "callee": ".unittest.TestCase.assertIn", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_contact_visualizer", + "callee": ".pydrake.multibody.meshcat.ContactVisualizerParams", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_contact_visualizer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_contact_visualizer", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.multibody.meshcat.JointSliders", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.multibody.meshcat.JointSliders", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.multibody.meshcat.JointSliders", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_joint_sliders", + "callee": ".pydrake.multibody.meshcat.JointSliders", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_internal_point_contact_visualizer", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_internal_point_contact_visualizer", + "callee": ".pydrake.multibody.meshcat.ContactVisualizerParams", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_internal_point_contact_visualizer", + "callee": ".pydrake.multibody.meshcat._PointContactVisualizer", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_internal_hydroelastic_contact_visualizer", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_internal_hydroelastic_contact_visualizer", + "callee": ".pydrake.multibody.meshcat.ContactVisualizerParams", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.meshcat_test.TestMeshcat.test_internal_hydroelastic_contact_visualizer", + "callee": ".pydrake.multibody.meshcat._HydroelasticContactVisualizer", + "lineno": 155, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.multibody.test.mesh_to_model_test": [ + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test._make_offset_obj", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test._make_offset_obj", + "callee": ".pydrake.geometry.ReadObjToTriangleSurfaceMesh", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.setUp", + "callee": ".pathlib.Path", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.setUp", + "callee": ".pydrake.common.temp_directory", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker._extract_rotational_inertia", + "callee": ".pydrake.multibody.tree.RotationalInertia", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_simple_valid_invocation", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_simple_valid_invocation", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_simple_valid_invocation", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_simple_valid_invocation", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_invalid_obj", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_invalid_obj", + "callee": ".pathlib.Path", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_invalid_obj", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_invalid_obj", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_invalid_obj", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_invalid_obj", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertLogs", + "lineno": 153, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertLogs", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_scale", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 207, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 215, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_name", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 217, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 246, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 253, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 254, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 255, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker._extract_rotational_inertia", + "lineno": 257, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 265, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 266, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker._extract_rotational_inertia", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 269, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 272, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 279, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 280, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 281, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker._extract_rotational_inertia", + "lineno": 283, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_mass", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 288, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._make_offset_obj", + "lineno": 309, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 311, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 315, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 316, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 317, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 320, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 321, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 328, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 329, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 330, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 333, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 334, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 342, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 343, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 344, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 347, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 348, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_body_origin", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 354, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_none", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_none", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 367, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_none", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 368, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_none", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 368, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 382, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 384, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 395, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 396, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 397, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 401, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._parse_model_no_throw", + "lineno": 413, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 414, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_auto", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 415, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_xml", + "callee": ".pathlib.Path", + "lineno": 425, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_xml", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 439, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_xml", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 449, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_xml", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test._file_contents", + "lineno": 450, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_xml", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 456, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_xml", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 462, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_xml", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 465, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_errors", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 473, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_errors", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 478, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_errors", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 481, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_errors", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 498, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestModelMaker.test_package_errors", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 507, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.setUp", + "callee": ".pathlib.Path", + "lineno": 527, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.setUp", + "callee": ".pydrake.common.temp_directory", + "lineno": 527, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 531, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 536, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.assert_files_equal", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 541, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_default_parameters", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 549, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_default_parameters", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.assert_files_equal", + "lineno": 556, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_non_default_parameters", + "callee": ".pydrake.multibody._mesh_model_maker.MeshModelMaker", + "lineno": 568, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_non_default_parameters", + "callee": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.assert_files_equal", + "lineno": 575, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_reject_setting_both_mass_and_density", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 581, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.mesh_to_model_test.TestMeshToModelProcess.test_reject_setting_both_com_and_pose", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 600, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.optimization_test": [ + { + "caller": "bindings.pydrake.multibody.test.optimization_test.", + "callee": ".collections.namedtuple", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.multibody.tree.SpatialInertia", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.multibody.tree.UnitInertia", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.math.RigidTransform", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.math.RigidTransform", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.geometry.Box", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.multibody.plant.CoulombFriction", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.math.RigidTransform", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.geometry.Box", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".list.append", + "lineno": 94, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.multibody.tree.SpatialInertia", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.multibody.tree.UnitInertia", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.geometry.Box", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".list.append", + "lineno": 103, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.math.RigidTransform", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.multibody.plant.CoulombFriction", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.math.RigidTransform", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.geometry.Sphere", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.math.RigidTransform", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.multibody.plant.CoulombFriction", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "callee": ".pydrake.math.RigidTransform", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem.test_one_box", + "callee": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem.test_one_box", + "callee": ".pydrake.multibody.optimization.StaticEquilibriumProblem", + "lineno": 191, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem.test_one_box", + "callee": "bindings.pydrake.multibody.test.optimization_test.split_se3", + "lineno": 196, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem.test_one_box", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem.test_one_box", + "callee": "bindings.pydrake.multibody.test.optimization_test.split_se3", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem.test_one_box", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestStaticEquilibriumProblem.test_one_box", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestCentroidalMomentumConstraint.test_autodiff_constructor", + "callee": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "lineno": 225, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestCentroidalMomentumConstraint.test_autodiff_constructor", + "callee": ".pydrake.multibody.optimization.CentroidalMomentumConstraint", + "lineno": 227, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestCentroidalMomentumConstraint.test_autodiff_constructor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestCentroidalMomentumConstraint.test_autodiff_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestCentroidalMomentumConstraint.test_autodiff_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.multibody.optimization.QuaternionEulerIntegrationConstraint", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 247, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.MakeVectorVariable", + "lineno": 254, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.MakeVectorVariable", + "lineno": 255, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.MakeVectorVariable", + "lineno": 256, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Variable", + "lineno": 257, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 261, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 261, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 261, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 261, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestQuaternionEulerIntegrationConstraint.test", + "callee": ".pydrake.symbolic.Expression", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestSpatialVelocityConstraint.test", + "callee": "bindings.pydrake.multibody.test.optimization_test.construct_environment", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestSpatialVelocityConstraint.test", + "callee": ".pydrake.multibody.optimization.SpatialVelocityConstraint", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestSpatialVelocityConstraint.test", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 292, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestSpatialVelocityConstraint.test", + "callee": ".pydrake.multibody.optimization.SpatialVelocityConstraint", + "lineno": 296, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestSpatialVelocityConstraint.test", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 306, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator.test", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 317, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator.test", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 318, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator.test", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 319, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator.test", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 321, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator.test", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 322, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator.test", + "callee": ".pydrake.multibody.optimization.ContactWrenchFromForceInWorldFrameEvaluator", + "lineno": 343, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestContactWrenchFromForceInWorldFrameEvaluator.test", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_gridpoints", + "callee": ".pydrake.multibody.optimization.CalcGridPointsOptions", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_gridpoints", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_gridpoints", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 363, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_gridpoints", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 365, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_gridpoints", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 367, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_gridpoints", + "callee": ".unittest.TestCase.assertIn", + "lineno": 370, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_gridpoints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 374, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 377, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 382, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".pydrake.multibody.optimization.CalcGridPointsOptions", + "lineno": 397, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".pydrake.multibody.optimization.Toppra", + "lineno": 398, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 408, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 414, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 415, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 421, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 422, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 428, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 429, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 435, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 436, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 448, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 452, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 462, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 470, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 471, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 478, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 479, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 491, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_all_constraints", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 492, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_solve", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 495, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_solve", + "callee": ".pydrake.multibody.tree.SpatialInertia", + "lineno": 496, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_solve", + "callee": ".pydrake.multibody.tree.UnitInertia", + "lineno": 496, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_solve", + "callee": ".pydrake.multibody.tree.PrismaticJoint", + "lineno": 499, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_solve", + "callee": ".pydrake.multibody.optimization.CalcGridPointsOptions", + "lineno": 508, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_solve", + "callee": ".pydrake.multibody.optimization.Toppra", + "lineno": 509, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.optimization_test.TestToppra.test_solve", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 515, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.parsing_test": [ + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_collision_filter_groups", + "callee": ".pydrake.multibody.parsing.CollisionFilterGroups", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_collision_filter_groups", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_collision_filter_groups", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_collision_filter_groups", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_collision_filter_groups", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".pydrake.multibody.parsing.PackageMap", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".pydrake.multibody.parsing.PackageMap", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map_remote_params", + "callee": ".unittest.TestCase.assertIn", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map_add_remote", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_package_map_add_remote", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_file", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_file", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_file", + "callee": ".pathlib.Path", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_file", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_file", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_file", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_file", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_string", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_string", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_string", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_string", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_string", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_string", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_string", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_url", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_url", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_url", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_url", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_url", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_url", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 177, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 184, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 189, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_prefix_constructors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_strict", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_strict", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_strict", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_strict", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 217, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_strict", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_strict", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_auto_renaming", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 227, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_auto_renaming", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_auto_renaming", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_auto_renaming", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_auto_renaming", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 235, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_auto_renaming", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 240, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_get_collision_filter_groups", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_get_collision_filter_groups", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 244, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_get_collision_filter_groups", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_diagram_builder", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_diagram_builder", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_diagram_builder", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 251, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_diagram_builder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 257, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_diagram_builder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_parser_diagram_builder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 259, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_scoped_frame_names", + "callee": ".pydrake.multibody.parsing.GetScopedFrameByName", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_scoped_frame_names", + "callee": ".pydrake.multibody.parsing.GetScopedFrameByNameMaybe", + "lineno": 274, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "callee": ".pathlib.Path", + "lineno": 278, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 279, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 284, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 285, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "callee": ".pydrake.multibody.parsing.LoadModelDirectives", + "lineno": 288, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_load_model_directives_from_string", + "callee": ".pydrake.multibody.parsing.LoadModelDirectivesFromString", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_flatten_model_directives", + "callee": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "lineno": 301, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_flatten_model_directives", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 302, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_flatten_model_directives", + "callee": ".pydrake.multibody.parsing.FlattenModelDirectives", + "lineno": 303, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_flatten_model_directives", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 306, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_process_model_directives", + "callee": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "lineno": 310, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_process_model_directives", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 311, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_process_model_directives", + "callee": ".unittest.TestCase.assertIn", + "lineno": 315, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_process_model_directives_dispreferred", + "callee": "bindings.pydrake.multibody.test.parsing_test.TestParsing._make_plant_parser_directives", + "lineno": 320, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_process_model_directives_dispreferred", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 325, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_process_model_directives_dispreferred", + "callee": ".unittest.TestCase.assertIn", + "lineno": 329, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_collision_filter_group_struct", + "callee": ".pydrake.multibody.parsing.AddCollisionFilterGroup", + "lineno": 334, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_collision_filter_group_struct", + "callee": ".unittest.TestCase.assertIn", + "lineno": 335, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_directives_struct", + "callee": ".pydrake.multibody.parsing.AddDirectives", + "lineno": 341, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_directives_struct", + "callee": ".unittest.TestCase.assertIn", + "lineno": 342, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_frame_struct", + "callee": ".pydrake.multibody.parsing.AddFrame", + "lineno": 348, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_frame_struct", + "callee": ".unittest.TestCase.assertIn", + "lineno": 349, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_model_struct", + "callee": ".pydrake.multibody.parsing.AddModel", + "lineno": 355, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_model_struct", + "callee": ".unittest.TestCase.assertIn", + "lineno": 356, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_model_instance_struct", + "callee": ".pydrake.multibody.parsing.AddModelInstance", + "lineno": 362, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_model_instance_struct", + "callee": ".unittest.TestCase.assertIn", + "lineno": 363, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_weld_struct", + "callee": ".pydrake.multibody.parsing.AddWeld", + "lineno": 369, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_add_weld_struct", + "callee": ".unittest.TestCase.assertIn", + "lineno": 370, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_model_directive_struct", + "callee": ".pydrake.multibody.parsing.ModelDirective", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_model_directive_struct", + "callee": ".unittest.TestCase.assertIn", + "lineno": 377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_model_directives_struct", + "callee": ".pydrake.multibody.parsing.ModelDirectives", + "lineno": 383, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_model_directives_struct", + "callee": ".pydrake.multibody.parsing.ModelDirective", + "lineno": 383, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.parsing_test.TestParsing.test_model_directives_struct", + "callee": ".unittest.TestCase.assertIn", + "lineno": 384, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.plant_test": [ + { + "caller": "bindings.pydrake.multibody.test.plant_test.get_index_class", + "callee": ".dict.items", + "lineno": 152, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.setUp", + "callee": ".pydrake.common.deprecation.install_numpy_warning_filters", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 175, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.world_index", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 176, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.world_index", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 177, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.world_frame_index", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.FrameIndex", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.world_frame_index", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.world_model_instance", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.ModelInstanceIndex", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.world_model_instance", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.default_model_instance", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.ModelInstanceIndex", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.ModelInstanceIndex", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_type_safe_indices", + "callee": ".pydrake.multibody.tree.ModelInstanceIndex", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 197, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".pydrake.geometry.Box", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".pydrake.math.RigidTransform", + "lineno": 222, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".pydrake.multibody.plant.CalcContactFrictionFromSurfaceProperties", + "lineno": 235, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".pydrake.geometry.Sphere", + "lineno": 248, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 265, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 266, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".pydrake.geometry.ProximityProperties", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 285, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_construction_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 293, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_actuator_remodeling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 312, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_actuator_remodeling", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 313, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_actuator_remodeling", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 315, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_actuator_remodeling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 319, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_remodeling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 336, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_remodeling", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_remodeling", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 339, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_remodeling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 342, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_joint_remodeling", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 342, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 345, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 346, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 347, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".unittest.TestCase.assertIn", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 352, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 356, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".pydrake.multibody.plant.ApplyMultibodyPlantConfig", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_add_multibody_plant_config_3args", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 366, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_add_multibody_plant_config_3args", + "callee": ".pydrake.geometry.SceneGraphConfig", + "lineno": 367, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_add_multibody_plant_config_3args", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 370, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_add_multibody_plant_config_3args", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 375, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_add_multibody_plant_config_3args", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 376, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive.test_casting_and_get_weakref_and_last_body", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 396, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive.test_casting_and_get_weakref_and_last_body", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 400, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive.test_casting_and_get_weakref_and_last_body", + "callee": ".unittest.TestCase.assertIs", + "lineno": 404, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive.test_casting_and_get_weakref_and_last_body", + "callee": ".unittest.TestCase.assertIs", + "lineno": 405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive.test_casting_and_get_weakref_and_last_body", + "lineno": 409, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 411, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_get_bodies_welded_to_keep_alive", + "callee": ".unittest.TestCase.assertIs", + "lineno": 415, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing.check_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 427, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 432, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 437, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 438, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing.check_repr", + "lineno": 439, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 441, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.benchmarks.acrobot.MakeAcrobotPlant", + "lineno": 443, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.benchmarks.acrobot.AcrobotParameters", + "lineno": 443, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 444, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 445, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 446, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 447, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 453, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 454, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 458, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 459, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 463, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 466, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 470, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 473, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 477, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 478, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 479, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 482, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 483, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "lineno": 489, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing.check_repr", + "lineno": 490, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIs", + "lineno": 500, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "lineno": 506, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 509, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "lineno": 516, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIs", + "lineno": 517, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "lineno": 522, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIs", + "lineno": 523, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 529, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing.check_repr", + "lineno": 530, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 531, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 532, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "lineno": 535, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing.check_repr", + "lineno": 537, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIs", + "lineno": 541, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 545, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIs", + "lineno": 548, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 549, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 550, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 553, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 557, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 561, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 562, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 563, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 564, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 567, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 568, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 571, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 574, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 577, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 578, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.tree.world_index", + "lineno": 578, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 579, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.tree.world_index", + "lineno": 580, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 582, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIs", + "lineno": 583, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 583, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIs", + "lineno": 584, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 585, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 587, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 588, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.tree.JointIndex", + "lineno": 588, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 592, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.tree.JointActuatorIndex", + "lineno": 597, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 599, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 600, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing.check_repr", + "lineno": 604, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 608, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".pydrake.multibody.tree.world_frame_index", + "lineno": 609, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 611, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_plant_api_via_parsing", + "callee": ".unittest.TestCase.assertIn", + "lineno": 614, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "callee": ".pydrake.multibody.tree.ScopedName", + "lineno": 617, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "callee": ".pydrake.multibody.tree.ScopedName", + "lineno": 618, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 622, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 623, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 624, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 625, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 628, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scoped_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 629, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 634, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "callee": "bindings.pydrake.multibody.test.plant_test.get_index_class", + "lineno": 634, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 635, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 636, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 642, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "lineno": 643, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 645, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 646, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 647, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 648, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 649, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 651, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_frame_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 654, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 661, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "lineno": 662, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 663, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 664, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 665, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 666, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_body_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 667, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 684, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 685, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 688, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 692, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 698, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 702, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 705, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 708, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 717, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_body_context_methods", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 719, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 726, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "lineno": 727, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 728, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 729, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 730, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 731, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 732, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 733, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 734, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 735, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 736, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 737, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 738, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 743, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 747, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 749, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 755, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 757, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 761, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 763, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 771, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_multibody_tree_element_mixin", + "lineno": 772, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 773, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 774, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 775, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 777, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 778, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 781, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 782, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_actuator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 783, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 798, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 801, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 802, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 803, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 805, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 806, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 810, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 812, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 814, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 819, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 820, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 821, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 822, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 825, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 830, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 831, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "lineno": 837, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 841, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 844, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 847, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 856, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 857, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 858, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 859, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 860, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 861, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 862, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 864, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 866, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 868, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 870, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rotational_inertia_api", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 871, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_legacy_unpickle_tree_module", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 883, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_rotational_inertia_or_unit_inertia_api", + "lineno": 893, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 897, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 900, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 901, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 906, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 909, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 912, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 913, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 914, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 917, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 918, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 924, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 928, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 934, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 940, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_unit_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 946, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 962, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1011, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1012, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1013, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1014, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1020, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1024, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1025, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1026, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1027, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1030, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1032, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1035, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1038, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1044, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 1047, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_spatial_inertia_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1053, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_geometry_spatial_inertia_apis", + "callee": ".pydrake.geometry.Box", + "lineno": 1056, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_geometry_spatial_inertia_apis", + "callee": ".pydrake.multibody.tree.CalcSpatialInertia", + "lineno": 1057, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_geometry_spatial_inertia_apis", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1058, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_geometry_spatial_inertia_apis", + "callee": ".pydrake.geometry.SurfaceTriangle", + "lineno": 1060, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_geometry_spatial_inertia_apis", + "callee": ".pydrake.geometry.TriangleSurfaceMesh", + "lineno": 1064, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_geometry_spatial_inertia_apis", + "callee": ".pydrake.multibody.tree.CalcSpatialInertia", + "lineno": 1065, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_geometry_spatial_inertia_apis", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1066, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_friction_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1073, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_friction_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1074, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_friction_api", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 1076, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_legacy_unpickle_plant_module", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1090, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_legacy_unpickle_plant_module", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1091, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_legacy_unpickle_plant_module", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1092, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rigid_body_api", + "callee": ".pydrake.multibody.tree.ModelInstanceIndex", + "lineno": 1098, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_rigid_body_api", + "callee": ".pydrake.multibody.tree.RigidBody", + "lineno": 1104, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 1117, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".pydrake.multibody.tree.ForceElementIndex", + "lineno": 1126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".pydrake.multibody.tree.DoorHingeConfig", + "lineno": 1157, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1194, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1195, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1198, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1199, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1204, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1205, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1219, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1225, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1228, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1231, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1242, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1243, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1244, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_force_element", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_gravity_default", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 1297, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_gravity_default", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1298, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_gravity_default", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1300, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_tree_kinematics_continuous", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "lineno": 1306, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_tree_kinematics_discrete", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "lineno": 1310, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 1317, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 1321, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 1323, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1331, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1335, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1338, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1340, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1343, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1345, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 1353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 1362, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 1373, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 1377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 1382, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 1386, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1391, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1395, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 1400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1409, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 1414, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 1417, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1419, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1434, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1435, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1444, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1445, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1455, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1457, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1465, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1466, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1476, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1477, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1486, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1487, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1496, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1497, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1505, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1506, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1511, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1512, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1513, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".pydrake.multibody.tree.default_model_instance", + "lineno": 1516, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1519, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1520, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1521, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1529, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1530, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1538, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1549, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1550, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1559, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1560, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1564, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1579, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1581, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1584, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 1585, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.do_test_multibody_tree_kinematics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1605, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 1616, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 1620, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 1622, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1628, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1629, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1630, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access.set_zero", + "lineno": 1661, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access.set_zero", + "lineno": 1665, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access.set_zero", + "lineno": 1673, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1688, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1694, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1702, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1710, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1716, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1725, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1736, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1740, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1748, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1749, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1750, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1751, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1752, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1753, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1754, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_state_access", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1755, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 1788, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 1792, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1805, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1811, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1817, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access.extract_list_value", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1825, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access.extract_list_value", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1827, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access.extract_list_value", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 1828, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1831, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access.extract_list_value", + "lineno": 1832, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1835, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access.extract_list_value", + "lineno": 1836, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1840, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_port_access.extract_list_value", + "lineno": 1841, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_applied_force_input_ports", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.check_applied_force_input_ports", + "lineno": 1896, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_applied_force_input_ports", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.check_applied_force_input_ports", + "lineno": 1897, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.check_applied_force_input_ports", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 1909, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.check_applied_force_input_ports", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 1912, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.check_applied_force_input_ports", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 1932, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.check_applied_force_input_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1936, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.check_applied_force_input_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1939, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_model_instance_state_access", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 1966, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_model_instance_state_access", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 1988, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_model_instance_state_access_by_array", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 2143, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_model_instance_state_access_by_array", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 2162, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 2261, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 2263, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "callee": ".pydrake.math.RigidTransform", + "lineno": 2275, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "callee": ".pydrake.math.RigidTransform", + "lineno": 2286, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "callee": ".pydrake.math.RigidTransform", + "lineno": 2298, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 2306, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 2307, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_map_qdot_to_v_and_back", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 2308, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 2453, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 2454, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".pydrake.multibody.tree.default_model_instance", + "lineno": 2455, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2460, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2461, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".pydrake.multibody.tree.default_model_instance", + "lineno": 2462, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2464, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2488, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._test_joint_api", + "lineno": 2492, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2500, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2501, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 2506, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 2508, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".pydrake.symbolic.Variable", + "lineno": 2510, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 2514, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2517, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 2519, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2535, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2551, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2586, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2616, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2617, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2649, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2683, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2684, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2685, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2713, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2736, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "lineno": 2762, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_joint.loop_body", + "lineno": 2763, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_actuation_matrix", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 2772, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_frame", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 2819, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_add_frame", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2828, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2856, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2860, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2864, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2870, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2873, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2877, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2880, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2883, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2887, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2890, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2893, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2899, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2902, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2906, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2912, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2921, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2925, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2931, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_frame_context_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2937, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_coupler_constraint_api", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 2962, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_coupler_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2977, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 2980, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 2981, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "callee": ".pydrake.multibody.plant.DistanceConstraintParams", + "lineno": 2987, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2990, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2991, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2994, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2995, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_params_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2996, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3019, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3045, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3046, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3047, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3048, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3049, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".pydrake.multibody.plant.DistanceConstraintParams", + "lineno": 3051, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 3060, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_distance_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3063, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_ball_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3085, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3115, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3153, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 3178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 3181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 3184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 3187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 3190, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3212, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3218, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3221, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_constraint_active_status_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3224, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_weld_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3248, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3272, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 3279, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3285, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3291, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 3293, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3298, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 3300, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".pydrake.multibody.tree.PdControllerGains", + "lineno": 3306, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3308, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 3312, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 3327, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3328, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 3329, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3333, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 3334, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3341, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.assert_sane", + "lineno": 3342, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3373, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3389, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3390, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3394, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_multibody_dynamics", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 3397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3432, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3433, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3434, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3435, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3436, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 3439, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 3440, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3451, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3452, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3453, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3454, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3455, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3460, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 3461, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_model", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3477, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_base_body_joint_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3490, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_discrete_contact_approximation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3504, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_surface_representation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3514, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_surface_representation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3524, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_adjacent_bodies_collision_filters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3533, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_results_to_lcm", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 3539, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_results_to_lcm", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3544, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_results_to_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3548, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_results_to_lcm", + "callee": ".pydrake.multibody.plant.ContactResultsToLcmSystem", + "lineno": 3551, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_contact_results_to_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3559, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_connect_contact_results", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 3564, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_connect_contact_results", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 3568, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_connect_contact_results", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3569, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_connect_contact_results", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 3571, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_connect_contact_results", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 3579, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_connect_contact_results", + "callee": ".pydrake.multibody.plant.ConnectContactResultsToDrakeVisualizer", + "lineno": 3584, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_connect_contact_results", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3590, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_collision_filter", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 3595, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_collision_filter", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3596, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_collision_filter", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 3599, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_collision_filter", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3609, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 3620, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3621, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 3627, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": "bindings.pydrake.multibody.test.plant_test.to_type", + "lineno": 3635, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3648, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3652, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3656, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3657, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3660, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3666, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3667, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3672, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3678, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3679, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries.get_body_from_frame_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3686, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries.get_body_from_frame_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3689, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries.get_body_from_frame_id", + "lineno": 3695, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 3698, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3705, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_scene_graph_queries", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3710, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_externally_applied_spatial_force_multiplexer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3715, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 3719, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3722, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".pydrake.multibody.plant.PropellerInfo", + "lineno": 3726, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3732, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3733, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3742, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3743, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3744, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3747, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_propeller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3752, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 3755, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 3756, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3757, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 3758, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".pydrake.multibody.plant.Wing", + "lineno": 3765, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".pydrake.math.RigidTransform", + "lineno": 3768, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".pydrake.math.RigidTransform", + "lineno": 3778, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3782, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3785, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3788, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3791, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3794, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3797, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_wing", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 3800, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_hydroelastic_contact_results", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._check_hydroelastic_contact_results", + "lineno": 3811, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._check_hydroelastic_contact_results", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 3815, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._check_hydroelastic_contact_results", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 3816, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._check_hydroelastic_contact_results", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 3817, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._check_hydroelastic_contact_results", + "callee": ".pydrake.math.RigidTransform", + "lineno": 3830, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._check_hydroelastic_contact_results", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3837, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant._check_hydroelastic_contact_results", + "callee": "bindings.pydrake.multibody.test.plant_test.TestPlant._sanity_check_contact_surface", + "lineno": 3839, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_floating_base_bodies", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3872, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_floating_base_bodies", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3873, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_floating_base_bodies", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3879, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_contact_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3899, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_contact_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3900, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_contact_info", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3901, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_empty_model", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 3911, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_empty_model", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3913, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_empty_model", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3914, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 3918, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 3922, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".pydrake.math.RigidTransform", + "lineno": 3922, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".pydrake.geometry.Sphere", + "lineno": 3922, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".pydrake.geometry.ProximityProperties", + "lineno": 3923, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 3933, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".pydrake.math.RigidTransform", + "lineno": 3933, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".pydrake.geometry.Sphere", + "lineno": 3933, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3943, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3947, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3955, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3958, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3959, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3962, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3966, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3969, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 3970, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3974, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_registration_and_query", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 3978, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 3982, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 3987, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "callee": ".pydrake.math.RigidTransform", + "lineno": 3987, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "callee": ".pydrake.geometry.Sphere", + "lineno": 3987, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4002, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "callee": ".pydrake.geometry.Box", + "lineno": 4003, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4004, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_constraints_and_lookup", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 4006, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_parallelism", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 4010, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_parallelism", + "callee": ".pydrake.common.Parallelism", + "lineno": 4014, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4015, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_parallelism", + "callee": ".pydrake.common.Parallelism", + "lineno": 4017, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_parallelism", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4018, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_simulation_and_positions", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 4022, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_simulation_and_positions", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 4027, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_simulation_and_positions", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4027, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_simulation_and_positions", + "callee": ".pydrake.geometry.Sphere", + "lineno": 4027, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_simulation_and_positions", + "callee": ".pydrake.geometry.ProximityProperties", + "lineno": 4028, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_simulation_and_positions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4083, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_simulation_and_positions", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 4085, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_external_force", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 4092, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_external_force", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 4097, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_external_force", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4097, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_external_force", + "callee": ".pydrake.geometry.Sphere", + "lineno": 4097, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 4117, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 4122, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4122, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "callee": ".pydrake.geometry.Sphere", + "lineno": 4122, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "callee": ".pydrake.geometry.ProximityProperties", + "lineno": 4123, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 4138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 4140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_model_disable_enable", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 4142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 4146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".pydrake.geometry.ProximityProperties", + "lineno": 4152, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 4158, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".pydrake.geometry.Sphere", + "lineno": 4159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4171, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4177, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4192, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_creation_and_metadata", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4196, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 4200, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".pydrake.geometry.ProximityProperties", + "lineno": 4206, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 4212, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4213, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".pydrake.geometry.Sphere", + "lineno": 4213, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 4222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4232, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".pydrake.geometry.Box", + "lineno": 4233, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4234, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_boundary_and_constraints", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 4236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 4240, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".pydrake.geometry.ProximityProperties", + "lineno": 4246, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 4252, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".pydrake.math.RigidTransform", + "lineno": 4253, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".pydrake.geometry.Sphere", + "lineno": 4253, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 4269, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 4273, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 4275, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 4310, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4314, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4315, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4321, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4322, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 4326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_deformable_body_state_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_gravity_force_field", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_gravity_force_field", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 4340, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_force_density_field", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 4368, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.plant_test.TestPlant.test_force_density_field", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 4369, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.multibody.test.rational_test": [ + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.setUp", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.setUp", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.setUp", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.setUp", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testCalcBodyPoseAsMultilinearPolynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testCalcBodyPoseAsMultilinearPolynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testCalcBodyPoseAsMultilinearPolynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testConvertMultilinearPolynomialToRationalFunction", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testConversions", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testConversions", + "callee": ".pydrake.symbolic.Variable", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testConversions", + "callee": ".pydrake.symbolic.Expression", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testConversions", + "callee": ".pydrake.symbolic.Expression", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.multibody.test.rational_test.TestRationalForwardKinematics.testConversions", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 94, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.collision_checker_test": [ + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_body_shape_description", + "callee": ".pydrake.geometry.Sphere", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_body_shape_description", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_body_shape_description", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_body_shape_description", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_body_shape_description", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_make_body_shape_description", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_robot_diagram", + "lineno": 63, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_make_body_shape_description", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_make_body_shape_description", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_linear_distance_interpolation_provider", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_robot_diagram", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_linear_distance_interpolation_provider", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_robot_diagram", + "lineno": 107, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_collision_checker_context", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_robot_diagram", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_edge_measure", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_edge_measure", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_edge_measure", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_edge_measure", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 166, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_edge_measure", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 209, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".pydrake.multibody.tree.BodyIndex", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_clearance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 224, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_collision_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 243, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_collision_type", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_collision_type._make", + "lineno": 259, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_collision_type", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_collision_type._make", + "lineno": 266, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_robot_collision_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 270, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 274, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 275, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIs", + "lineno": 282, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 283, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 285, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 290, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 291, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 294, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIs", + "lineno": 297, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIs", + "lineno": 298, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 303, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class.operation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 308, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class.operation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 309, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".pydrake.geometry.Sphere", + "lineno": 314, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 350, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 365, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 389, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 406, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 430, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 447, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 448, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 452, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 456, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 460, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 470, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 473, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 480, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_robot_diagram", + "lineno": 482, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 486, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 494, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 507, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 511, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 516, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "lineno": 523, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "lineno": 524, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "lineno": 526, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "lineno": 527, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "lineno": 529, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "lineno": 530, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 534, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_robot_diagram", + "lineno": 535, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 542, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 547, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 559, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 562, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 567, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "lineno": 570, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "lineno": 571, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "lineno": 573, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "lineno": 574, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor._make_with_kwargs_ctor", + "lineno": 576, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_scene_graph_collision_checker_kwargs_ctor", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._test_collision_checker_base_class", + "lineno": 577, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_visibility_graph", + "callee": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker._make_scene_graph_collision_checker", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_visibility_graph", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 590, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_test.TestCollisionChecker.test_visibility_graph", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 591, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.collision_checker_trace_test": [ + { + "caller": "bindings.pydrake.planning.test.collision_checker_trace_test.TestCollisionCheckerTrace.test_tracing", + "callee": "bindings.pydrake.planning.test.collision_checker_trace_test.TestCollisionCheckerTrace._make_robot_diagram", + "lineno": 53, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_trace_test.TestCollisionCheckerTrace.test_tracing", + "callee": ".unittest.TestCase.assertLogs", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_trace_test.TestCollisionCheckerTrace.test_tracing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.collision_checker_trace_test.TestCollisionCheckerTrace.test_tracing", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 64, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.dof_mask_test": [ + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 15, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.dof_mask_test.TestDofMask.test_dof_set", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.graph_algorithms_test": [ + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.GurobiOrMosekSolverAvailable", + "callee": ".pydrake.solvers.MosekSolver", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.GurobiOrMosekSolverAvailable", + "callee": ".pydrake.solvers.MosekSolver", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.GurobiOrMosekSolverAvailable", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.GurobiOrMosekSolverAvailable", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_base_subclassable", + "callee": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms._butteryfly_graph", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_base_subclassable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms._butteryfly_graph", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 92, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": "bindings.pydrake.planning.test.graph_algorithms_test.GurobiOrMosekSolverAvailable", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_mip_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_greedy_methods", + "callee": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms._butteryfly_graph", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_max_clique_solver_via_greedy_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_base_subclassable", + "callee": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms._butteryfly_graph", + "lineno": 123, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_base_subclassable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_base_subclassable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_via_greedy_methods", + "callee": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms._butteryfly_graph", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_via_greedy_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_via_greedy_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.graph_algorithms_test.TestGraphAlgorithms.test_min_clique_cover_solver_via_greedy_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 147, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.iris_from_clique_cover_test": [ + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test._snopt_and_mip_solver_available", + "callee": ".pydrake.solvers.MosekSolver", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test._snopt_and_mip_solver_available", + "callee": ".pydrake.solvers.MosekSolver", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test._snopt_and_mip_solver_available", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test._snopt_and_mip_solver_available", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test._snopt_and_mip_solver_available", + "callee": ".pydrake.solvers.SnoptSolver", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test._snopt_and_mip_solver_available", + "callee": ".pydrake.solvers.SnoptSolver", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover._make_scene_graph_collision_checker", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover._make_scene_graph_collision_checker", + "callee": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover._make_robot_diagram", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".pydrake.common.Parallelism", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".pydrake.planning.IrisZoOptions", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".pydrake.planning.IrisNp2Options", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover", + "callee": ".pydrake.planning.SceneGraphCollisionChecker", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover", + "callee": ".pydrake.common.Parallelism", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_from_clique_cover_test.TestIrisFromCliqueCover.test_iris_in_configuration_space_from_clique_cover", + "callee": "bindings.pydrake.planning.test.iris_from_clique_cover_test._snopt_and_mip_solver_available", + "lineno": 116, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.planning.test.iris_test": [ + { + "caller": "bindings.pydrake.planning.test.iris_test.SetSampledIrisOptions", + "callee": ".pydrake.common.Parallelism", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".pydrake.planning.SceneGraphCollisionChecker", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".pydrake.multibody.inverse_kinematics.InverseKinematics", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": "bindings.pydrake.planning.test.iris_test.SetSampledIrisOptions", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".pydrake.multibody.rational.RationalForwardKinematics", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".pydrake.planning.IrisParameterizationFunction", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 166, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".pydrake.symbolic.Variable", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".pydrake.planning.IrisParameterizationFunction", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisZo.test_iris_zo", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 194, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".pydrake.planning.SceneGraphCollisionChecker", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": "bindings.pydrake.planning.test.iris_test.SetSampledIrisOptions", + "lineno": 202, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".pydrake.solvers.IpoptSolver", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2.parameterization_function", + "lineno": 233, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2.parameterization_function", + "lineno": 234, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 235, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".pydrake.planning.IrisParameterizationFunction", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2.inverse_parameterization", + "lineno": 250, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2.inverse_parameterization", + "lineno": 258, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2.inverse_parameterization", + "lineno": 268, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestIrisNp2.test_iris_np2", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 269, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_fields", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_sampled_iris_options", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.get_options_fields", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_sampled_iris_options", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_fields", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_zo", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.get_options_fields", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_zo", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_fields", + "lineno": 303, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_zo", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_sampled_iris_options", + "lineno": 305, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.get_options_fields", + "lineno": 310, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_fields", + "lineno": 311, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.get_options_fields", + "lineno": 314, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_fields", + "lineno": 315, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.test_options_np2", + "callee": "bindings.pydrake.planning.test.iris_test.TestOptionsPrinting.check_sampled_iris_options", + "lineno": 317, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.planning.test.joint_limits_test": [ + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_default_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 13, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_default_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 14, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_default_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 15, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_empty_plant_ctor", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_empty_plant_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_empty_plant_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_empty_plant_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_selecting_plant_ctor", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_selecting_plant_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_selecting_plant_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_selecting_plant_ctor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.joint_limits_test.TestJointLimits.test_limits_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 75, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.placeholder_test": [ + { + "caller": "bindings.pydrake.planning.test.placeholder_test.TestPlaceholder.test_placeholder", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 9, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.robot_diagram_test": [ + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder_default_time_step", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder_default_time_step", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram_builder", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_robot_diagram", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot.make_diagram", + "callee": ".pydrake.systems.controllers.InverseDynamicsController", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot", + "callee": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot.make_diagram", + "lineno": 127, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot", + "callee": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot.make_diagram", + "lineno": 146, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_lifetime_robot", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 162, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.robot_diagram_test.TestRobotDiagram.test_issue_23161", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 171, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.trajectory_optimization_test": [ + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".pydrake.planning.DirectCollocation", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".pydrake.planning.DirectCollocationConstraint", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".pydrake.planning.AddDirectCollocationConstraint", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".pydrake.math.eq", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".pydrake.planning.DirectCollocation", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 186, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_collocation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_all_knot_points_constraint_python_wrapper_lost.make_object_graph", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_all_knot_points_constraint_python_wrapper_lost.make_object_graph", + "callee": ".pydrake.planning.DirectCollocation", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_all_knot_points_constraint_python_wrapper_lost.make_object_graph", + "callee": ".list.append", + "lineno": 215, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_all_knot_points_constraint_python_wrapper_lost", + "callee": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost.make_object_graph", + "lineno": 218, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_all_knot_points_constraint_python_wrapper_lost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 219, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_transcription", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 223, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_transcription", + "callee": ".pydrake.planning.DirectTranscription", + "lineno": 229, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_transcription", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_transcription", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_direct_transcription", + "callee": ".pydrake.planning.DirectTranscription", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost.make_object_graph", + "callee": ".pydrake.planning.KinematicTrajectoryOptimization", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost.make_object_graph", + "callee": ".list.append", + "lineno": 293, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost.make_object_graph", + "callee": ".list.append", + "lineno": 298, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost", + "callee": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost.make_object_graph", + "lineno": 302, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_traj_opt_constraint_python_wrapper_lost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 303, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".pydrake.planning.KinematicTrajectoryOptimization", + "lineno": 306, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 309, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 310, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 313, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 314, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 315, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 316, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 318, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 319, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 322, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 323, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 324, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 349, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 350, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_kinematic_trajectory_optimization", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 369, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.planning.GcsTrajectoryOptimization", + "lineno": 377, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 380, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertIn", + "lineno": 381, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 382, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertIn", + "lineno": 383, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 387, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertIn", + "lineno": 389, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertIn", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 399, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertIn", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 406, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 407, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 419, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 420, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 424, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 447, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 448, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 449, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.solvers.ExpressionCost", + "lineno": 513, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.solvers.ExpressionConstraint", + "lineno": 514, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.solvers.ExpressionCost", + "lineno": 517, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.solvers.ExpressionConstraint", + "lineno": 518, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.solvers.ExpressionCost", + "lineno": 571, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".pydrake.solvers.ExpressionConstraint", + "lineno": 572, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 586, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 589, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 595, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 596, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 601, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 602, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 603, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_basic", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 604, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.planning.GcsTrajectoryOptimization", + "lineno": 651, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 652, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.HPolyhedron", + "lineno": 695, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.VPolytope", + "lineno": 695, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 699, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 700, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 701, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 702, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 703, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 704, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIn", + "lineno": 705, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.HPolyhedron", + "lineno": 711, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.VPolytope", + "lineno": 711, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 746, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 747, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 748, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 749, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 750, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 751, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 752, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 753, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIn", + "lineno": 754, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 764, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 764, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 766, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 767, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 768, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 769, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 770, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 771, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 772, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 773, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIn", + "lineno": 774, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 778, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 778, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 784, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 785, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 786, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 787, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 788, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 789, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 790, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 791, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIn", + "lineno": 792, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.HPolyhedron", + "lineno": 796, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.VPolytope", + "lineno": 796, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 797, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 800, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIn", + "lineno": 803, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 808, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIn", + "lineno": 812, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 820, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 825, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIn", + "lineno": 828, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 855, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.GraphOfConvexSetsOptions", + "lineno": 857, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 865, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 866, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 867, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 868, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 881, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".pydrake.geometry.optimization.GcsGraphvizOptions", + "lineno": 883, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 884, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_2d", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 888, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_wraparound", + "callee": ".pydrake.planning.GcsTrajectoryOptimization", + "lineno": 945, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_wraparound", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 948, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_wraparound", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 950, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_wraparound", + "callee": ".pydrake.geometry.optimization.Point", + "lineno": 950, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_wraparound", + "callee": ".pydrake.geometry.optimization.VPolytope", + "lineno": 956, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_gcs_trajectory_optimization_wraparound", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 960, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_get_continuous_revolute_joint_indices", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 978, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_get_continuous_revolute_joint_indices", + "callee": ".pydrake.planning.GetContinuousRevoluteJointIndices", + "lineno": 980, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.trajectory_optimization_test.TestTrajectoryOptimization.test_get_continuous_revolute_joint_indices", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 981, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.planning.test.zmp_planner_test": [ + { + "caller": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner.test_zmp_planner", + "callee": ".pydrake.planning.ZmpPlanner", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner.test_zmp_planner", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner.test_zmp_planner", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner.test_zmp_planner", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner.test_zmp_planner", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner.test_zmp_planner", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.planning.test.zmp_planner_test.TestZmpPlanner.test_zmp_planner", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers._extra": [ + { + "caller": "bindings.pydrake.solvers._extra._check_returned_array_type", + "callee": "bindings.pydrake.solvers._extra._resolve_array_type", + "lineno": 27, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.solvers.test.augmented_lagrangian_test": [ + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.setUp", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_nonsmooth", + "callee": ".pydrake.solvers.AugmentedLagrangianNonsmooth", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_nonsmooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_nonsmooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_nonsmooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_smooth", + "callee": ".pydrake.solvers.AugmentedLagrangianSmooth", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_smooth", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_smooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_smooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_double_smooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_nonsmooth", + "callee": ".pydrake.solvers.AugmentedLagrangianNonsmooth", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_nonsmooth", + "callee": ".pydrake.autodiffutils.InitializeAutoDiff", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_nonsmooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_nonsmooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_nonsmooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_smooth", + "callee": ".pydrake.solvers.AugmentedLagrangianSmooth", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_smooth", + "callee": ".pydrake.autodiffutils.InitializeAutoDiff", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_smooth", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_smooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_smooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_eval_ad_smooth", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "callee": ".pydrake.solvers.AugmentedLagrangianNonsmooth", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "callee": ".pydrake.solvers.AugmentedLagrangianNonsmooth", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "callee": ".pydrake.solvers.AugmentedLagrangianSmooth", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_lagrangian_size", + "callee": ".pydrake.solvers.AugmentedLagrangianSmooth", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_is_equality", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_is_equality", + "callee": ".pydrake.solvers.AugmentedLagrangianNonsmooth", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_is_equality", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.augmented_lagrangian_test.TestAugmentedLagrangian.test_is_equality", + "callee": ".pydrake.solvers.AugmentedLagrangianSmooth", + "lineno": 106, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.solvers.test.branch_and_bound_test": [ + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".pydrake.solvers.MixedIntegerBranchAndBound", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".pydrake.solvers.OsqpSolver", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".unittest.TestCase.assertIn", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".pydrake.solvers.MixedIntegerBranchAndBound", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.branch_and_bound_test.TestMixedIntegerBranchAndBound.test", + "callee": ".pydrake.solvers.OsqpSolver", + "lineno": 59, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.solvers.test.clarabel_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_attributes", + "callee": ".pydrake.solvers.ClarabelSolver", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_attributes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 15, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_attributes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_attributes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 17, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "callee": ".pydrake.solvers.ClarabelSolver", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.test_solve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.unavailable", + "callee": ".pydrake.solvers.ClarabelSolver", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clarabel_solver_test.TestClarabelSolver.unavailable", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 37, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.clp_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver._make_prog", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver._make_prog", + "lineno": 30, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".pydrake.solvers.ClpSolver", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.test_clp_solver", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.unavailable", + "callee": ".pydrake.solvers.ClpSolver", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.clp_solver_test.TestClpSolver.unavailable", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 46, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.csdp_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver._make_prog", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver._make_prog", + "lineno": 45, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".pydrake.solvers.CsdpSolver", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".pydrake.solvers.CsdpSolver", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.test_csdp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.unavailable", + "callee": ".pydrake.solvers.CsdpSolver", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.csdp_solver_test.TestCsdpSolver.unavailable", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 93, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.evaluators_test": [ + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_linear_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_linear_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_linear_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_linear_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_quadratic_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_expression_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_expression_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_cost_python_wrapper_lost.make_object_graph", + "callee": ".list.append", + "lineno": 143, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_cost_python_wrapper_lost", + "callee": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_cost_python_wrapper_lost.make_object_graph", + "lineno": 146, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_cost_python_wrapper_lost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_to_latex", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_to_latex", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_eq", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_eq", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_eq", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_eq", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_eq", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_hash", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_binding_hash", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestCost.test_is_thread_safe", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_constraint", + "callee": ".list.append", + "lineno": 232, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_constraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_constraint", + "callee": ".list.append", + "lineno": 234, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_constraint", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 235, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 239, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 248, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_quadratic_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 268, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_quadratic_constraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 269, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_quadratic_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 276, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_quadratic_constraint", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 277, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_quadratic_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 282, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_positive_semidefinite_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_linear_matrix_inequality_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 293, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_expression_constraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 302, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_expression_constraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 303, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_expression_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 304, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_lorentz_cone_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 318, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_cast_python_wrapper_lost.make_object_graph", + "callee": ".list.append", + "lineno": 393, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_cast_python_wrapper_lost", + "callee": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_constraint_python_wrapper_lost.make_object_graph", + "lineno": 396, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_cast_python_wrapper_lost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_constraint_python_wrapper_lost.make_object_graph", + "callee": ".list.append", + "lineno": 417, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_constraint_python_wrapper_lost", + "callee": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_constraint_python_wrapper_lost.make_object_graph", + "lineno": 420, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_constraint_python_wrapper_lost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 421, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_eq", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 454, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_eq", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 455, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_eq", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 456, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_eq", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 459, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_eq", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 461, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_hash", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 480, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestConstraints.test_binding_hash", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 481, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 501, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 502, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 503, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 504, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 505, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 506, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 516, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 517, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_set_penalty_function", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 543, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_set_penalty_function", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 544, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_set_penalty_function", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 545, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_set_penalty_function", + "callee": ".pydrake.autodiffutils.InitializeAutoDiff", + "lineno": 545, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_set_penalty_function", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 546, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueLowerBoundConstraint.test_set_penalty_function", + "callee": ".pydrake.autodiffutils.InitializeAutoDiff", + "lineno": 546, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 560, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 561, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 562, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 563, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 564, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 565, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 575, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_constructor", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 576, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_set_penalty_function", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 602, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_set_penalty_function", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 603, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_set_penalty_function", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 604, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_set_penalty_function", + "callee": ".pydrake.autodiffutils.InitializeAutoDiff", + "lineno": 604, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_set_penalty_function", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 605, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.evaluators_test.TestMinimumValueUpperBoundConstraint.test_set_penalty_function", + "callee": ".pydrake.autodiffutils.InitializeAutoDiff", + "lineno": 606, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.solvers.test.gurobi_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_socp_dual", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_socp_dual", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_socp_dual", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_license", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_gurobi_license", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_write_to_file", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_write_to_file", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_write_to_file", + "callee": ".pydrake.common.temp_directory", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_write_to_file", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_write_to_file", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_compute_iis", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_compute_iis", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_compute_iis", + "callee": ".pydrake.common.temp_directory", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_compute_iis", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_compute_iis", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback", + "callee": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback.node_callback", + "lineno": 109, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback", + "callee": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback.sol_callback", + "lineno": 121, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.gurobi_solver_test.TestMathematicalProgram.test_callback", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 129, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.ipopt_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver._make_prog", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver._make_prog", + "lineno": 23, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".pydrake.solvers.IpoptSolver", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.test_ipopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.unavailable", + "callee": ".pydrake.solvers.IpoptSolver", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.ipopt_solver_test.TestIpoptSolver.unavailable", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 52, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.mathematicalprogram_test": [ + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.", + "callee": ".pydrake.solvers.SnoptSolver", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_construction", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_construction", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_construction", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_clone_and_copy_and_deepcopy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_clone_and_copy_and_deepcopy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_clone_and_copy_and_deepcopy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_program_attributes_and_solver_selection", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestQP.__init__", + "lineno": 138, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_module_level_solve_function_and_result_accessors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_str", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestQP.__init__", + "lineno": 170, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_str", + "callee": ".unittest.TestCase.assertIn", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_str", + "callee": ".unittest.TestCase.assertIn", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_str", + "callee": ".unittest.TestCase.assertIn", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_to_latex", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestQP.__init__", + "lineno": 177, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_to_latex", + "callee": ".unittest.TestCase.assertIn", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_to_latex", + "callee": ".unittest.TestCase.assertIn", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mixed_integer_optimization", + "callee": ".pydrake.solvers.LinearConstraint", + "lineno": 194, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mixed_integer_optimization", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mixed_integer_optimization", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mixed_integer_optimization", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 205, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mixed_integer_optimization", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 209, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mixed_integer_optimization", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 184, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_qp", + "callee": ".pydrake.math.ge", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_qp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_qp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 232, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_symbolic_qp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 242, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_symbolic_qp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestQP.__init__", + "lineno": 248, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 249, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 255, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 259, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 262, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 264, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 266, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 268, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 271, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 274, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 277, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 279, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 281, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 291, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 292, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 293, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 295, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 296, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 299, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 303, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 306, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 307, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 311, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 315, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 316, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 319, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 321, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 323, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 331, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 332, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 333, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 336, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_bindings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 339, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 347, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 351, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 352, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 352, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 356, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 359, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 360, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "lineno": 363, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "lineno": 365, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "lineno": 367, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "lineno": 369, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "lineno": 371, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "lineno": 373, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_api.check_bounds", + "lineno": 375, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_linear_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 386, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_linear_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 387, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_linear_cost", + "lineno": 389, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_linear_cost", + "lineno": 391, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_linear_cost", + "lineno": 394, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_quadratic_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_quadratic_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_quadratic_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 399, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_quadratic_cost", + "lineno": 401, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api.check_quadratic_cost", + "lineno": 403, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 406, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 409, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestQP.__init__", + "lineno": 412, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 424, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 429, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 431, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 436, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 441, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 443, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 447, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 453, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 456, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_eval_binding", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 461, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_prog_check_satisfied", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 483, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_prog_check_satisfied", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 486, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_prog_check_satisfied", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 492, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_prog_check_satisfied", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 495, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_matrix_variables", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 511, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_matrix_variables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 512, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 522, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 523, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 537, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 538, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_equality_constraint", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 590, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sdp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 598, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sdp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 599, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sdp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 606, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sdp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 607, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sdp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 624, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sdp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 628, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sdp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 629, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_replace_psd_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 642, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_replace_psd_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 644, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos_polynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 656, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos_polynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 657, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos_polynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 665, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos_polynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 672, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos_polynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 673, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_new_even_degree_nonnegative_polynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 686, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_new_even_degree_nonnegative_polynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 687, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_new_even_degree_nonnegative_polynomial", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 688, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 715, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 723, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_sos", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 735, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 758, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_polynomial", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 759, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 760, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_polynomial", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 761, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_polynomial", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 764, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_reparse", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 774, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_reparse", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 778, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_equality_between_polynomials", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 788, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_equality_between_polynomials", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 791, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_equality_between_polynomials", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 792, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_log_determinant_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 805, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_log_determinant_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 806, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_log_determinant_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 808, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_log_determinant_lower", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 816, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_log_determinant_lower", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 817, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_maximize_geometric_mean", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 830, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_maximize_geometric_mean", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 831, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_max_geometric_mean_trivial", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 846, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_lcp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 856, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_lcp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 858, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_lcp", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 859, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_exponential_cone_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 875, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_exponential_cone_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 879, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraints", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 901, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraints", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 908, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraints", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 918, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_linear_constraints", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 924, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_set_bounds", + "callee": ".pydrake.solvers.PyFunctionConstraint", + "lineno": 944, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_set_bounds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 948, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_set_bounds", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 949, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_gradient_sparsity", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 995, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_gradient_sparsity", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 996, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_gradient_sparsity", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 999, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_constraint_gradient_sparsity", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1001, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1021, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1024, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1025, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1026, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1027, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1031, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_and_pyconstraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1032, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_and_constraint_python_wrapper_lost.make_object_graph", + "callee": ".list.append", + "lineno": 1050, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_and_constraint_python_wrapper_lost.make_object_graph", + "callee": ".list.append", + "lineno": 1055, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_and_constraint_python_wrapper_lost", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_and_constraint_python_wrapper_lost.make_object_graph", + "lineno": 1061, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_and_constraint_python_wrapper_lost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1062, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.get_different_scalar_type", + "callee": ".list.index", + "lineno": 1066, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.get_different_scalar_type", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 1068, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_simple", + "callee": ".pydrake.solvers.PyFunctionCost", + "lineno": 1079, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1082, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1083, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1084, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1116, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.get_different_scalar_type", + "lineno": 1129, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pycost_wrap_error", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.get_different_scalar_type", + "lineno": 1191, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_pyconstraint_wrap_error", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1202, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_symbolic", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 1216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l2norm_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1224, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l2norm_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1228, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l2norm_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l2norm_cost_using_conic_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1240, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l2norm_cost_using_conic_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l2norm_cost_using_conic_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1242, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l1norm_cost_in_epigraph_form", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1250, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l1norm_cost_in_epigraph_form", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1251, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_l1norm_cost_in_epigraph_form", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1252, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1262, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1263, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1264, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1269, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1270, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1271, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1275, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1276, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1277, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addcost_shared_ptr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addconstraint_matrix", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1285, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addconstraint_matrix", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_addconstraint_binding", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1296, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1307, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess.check_and_reset", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1310, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess.check_and_reset", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1311, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess.check_and_reset", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1313, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1318, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess.check_and_reset", + "lineno": 1319, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess.check_and_reset", + "lineno": 1324, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess.check_and_reset", + "lineno": 1326, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess.check_and_reset", + "lineno": 1331, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1338, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1340, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1341, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_initial_guess", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1343, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_quadratic_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1357, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_quadratic_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1363, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_lorentz_cone_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1385, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_lorentz_cone_constraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_lorentz_cone_constraint", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_rotated_lorentz_cone_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1435, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_quadratic_as_rotated_lorentz_cone_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1458, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_linear_matrix_inequality_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1465, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_linear_matrix_inequality_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1468, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_linear_matrix_inequality_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1469, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_linear_matrix_inequality_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1472, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_linear_matrix_inequality_constraint", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1483, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_linear_matrix_inequality_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1486, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1489, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1489, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 1490, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1490, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".pydrake.solvers.OsqpSolver", + "lineno": 1490, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1492, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1493, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1493, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1495, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1496, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_id", + "callee": ".pydrake.solvers.OsqpSolver", + "lineno": 1496, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mathematical_program_solver_options", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 1502, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mathematical_program_solver_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1510, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mathematical_program_solver_options", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 1518, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mathematical_program_solver_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1521, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 1530, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options", + "callee": ".pydrake.solvers.SolverId", + "lineno": 1531, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1550, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options", + "callee": ".dict.items", + "lineno": 1555, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1559, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1560, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1563, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 1567, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".pydrake.solvers.SolverId", + "lineno": 1568, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".pydrake.solvers.SolverId", + "lineno": 1569, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 1609, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".unittest.TestCase.assertMultiLineEqual", + "lineno": 1610, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1611, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1612, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 1616, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solver_options_yaml", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1617, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_infeasible_constraints", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1625, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_infeasible_constraints", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1628, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_infeasible_constraints", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1633, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_indeterminates_and_decision_variables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1647, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_add_indeterminates_and_decision_variables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1648, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_required_capabilities", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1671, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_required_capabilities", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1673, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_first_available_solver", + "callee": ".pydrake.solvers.GurobiSolver", + "lineno": 1676, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_make_first_available_solver", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1677, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_variable_scaling", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1687, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_variable_scaling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1688, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_variable_scaling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1691, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_variable_scaling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1693, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_variable_scaling", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1696, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_decision_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1703, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_decision_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1704, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1712, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1717, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1722, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_binding_upcasting", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1739, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_binding_upcasting", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1741, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_binding_upcasting", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1745, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_binding_upcasting", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1747, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1757, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1761, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1765, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1769, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1773, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1777, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1783, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1791, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1797, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_visualization_callback", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1806, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_remove_visualization_callback", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1807, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_get_program_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1814, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mathematical_program_result", + "callee": ".pydrake.solvers.MathematicalProgramResult", + "lineno": 1817, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_mathematical_program_result", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1818, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1832, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 1833, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1843, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1844, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1854, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1855, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1865, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1866, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1876, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1877, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1892, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1893, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 1899, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1900, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1904, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1905, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 1910, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 1911, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1915, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1916, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1927, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1928, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1932, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_solve_in_parallel", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1933, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_binding", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1940, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestMathematicalProgram.test_cost_binding", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1941, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.", + "callee": ".pydrake.solvers.SolverId", + "lineno": 1946, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.Solve", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface._DoSolve", + "lineno": 1964, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.Solve", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface._DoSolve", + "lineno": 1968, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.__init__", + "lineno": 1986, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1987, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.available", + "lineno": 1987, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1988, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.enabled", + "lineno": 1988, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1989, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.solver_id", + "lineno": 1989, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1990, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1992, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.Solve", + "lineno": 1994, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 1995, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.Solve", + "lineno": 1996, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1997, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.AreProgramAttributesSatisfied", + "lineno": 1997, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1999, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.AreProgramAttributesSatisfied", + "lineno": 1999, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": "bindings.pydrake.solvers.test.mathematicalprogram_test.DummySolverInterface.Solve", + "lineno": 2000, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mathematicalprogram_test.TestSolverInterface.test_dummy_solver_interface", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2001, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test": [ + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "callee": ".pydrake.solvers.AddLogarithmicSos2Constraint", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint.check_val", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 38, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 39, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 40, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 41, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "callee": ".pydrake.solvers.AddSos2Constraint", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint.check_val", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 62, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 63, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 64, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 65, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 66, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddSos2Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 67, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint", + "callee": ".pydrake.solvers.AddLogarithmicSos1Constraint", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 84, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 85, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddLogarithmicSos1Constraint.check_val", + "lineno": 86, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": ".pydrake.solvers.AddBilinearProductMcCormickEnvelopeSos2", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_aux", + "lineno": 130, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": ".pydrake.solvers.MixedIntegerBranchAndBound", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": ".pydrake.solvers.ClpSolver", + "lineno": 131, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "lineno": 142, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "lineno": 148, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "lineno": 154, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2", + "callee": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test.TestMixedIntegerOptimizationUtil.test_AddBilinearProductMcCormickEnvelopeSos2.setup_and_test_prog", + "lineno": 167, + "resolution": "same_class_name_call" + } + ], + "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test": [ + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test.TestMixedIntegerRotationConstraint.test_MixedIntegerRotationConstraintGenerator", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test.TestMixedIntegerRotationConstraint.test_MixedIntegerRotationConstraintGenerator", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 35, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.mobylcp_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver._make_prog", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "callee": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver._make_prog", + "lineno": 23, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "callee": ".pydrake.solvers.MobyLcpSolver", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mobylcp_solver_test.TestMobyLcpSolver.test_mobylcp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 31, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.mosek_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".pydrake.solvers.MosekSolver", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".pydrake.solvers.SolverOptions", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_solver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_license", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.mosek_solver_test.TestMathematicalProgram.test_mosek_license", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 43, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.nlopt_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".pydrake.solvers.NloptSolver", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.test_nlopt_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.unavailable", + "callee": ".pydrake.solvers.NloptSolver", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.nlopt_solver_test.TestNloptSolver.unavailable", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 45, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.noscipy_test": [ + { + "caller": "bindings.pydrake.solvers.test.noscipy_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".pydrake.solvers.LinearConstraint", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.noscipy_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.noscipy_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.noscipy_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.noscipy_test.TestMathematicalProgram.test_linear_constraint", + "callee": ".unittest.TestCase.fail", + "lineno": 58, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.osqp_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".pydrake.solvers.OsqpSolver", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 21, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.test_osqp_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.unavailable", + "callee": ".pydrake.solvers.OsqpSolver", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.osqp_solver_test.TestOsqpSolver.unavailable", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 38, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.program_attribute_test": [], + "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".pydrake.solvers.ProjectedGradientDescentSolver", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".pydrake.solvers.ClarabelSolver", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver.custom_projection_function", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test.TestProjectedGradientDescentSolver.test_projected_gradient_descent_solver", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 89, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.scs_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 21, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.test_scs_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.unavailable", + "callee": ".pydrake.solvers.ScsSolver", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.scs_solver_test.TestScsSolver.unavailable", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 52, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.sdpa_free_format_test": [ + { + "caller": "bindings.pydrake.solvers.test.sdpa_free_format_test.TestSdpaFreeFormat.test_GenerateSDPA", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.sdpa_free_format_test.TestSdpaFreeFormat.test_GenerateSDPA", + "callee": ".pydrake.common.temp_directory", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.sdpa_free_format_test.TestSdpaFreeFormat.test_GenerateSDPA", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.sdpa_free_format_test.TestSdpaFreeFormat.test_GenerateSDPA", + "callee": ".pydrake.solvers.GenerateSDPA", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.sdpa_free_format_test.TestSdpaFreeFormat.test_GenerateSDPA", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 20, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.semidefinite_relaxation_test": [ + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxation", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxation", + "callee": ".pydrake.solvers.SemidefiniteRelaxationOptions", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxation", + "callee": ".pydrake.solvers.MakeSemidefiniteRelaxation", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".pydrake.symbolic.Variables", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".pydrake.symbolic.Variables", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".pydrake.solvers.SemidefiniteRelaxationOptions", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".pydrake.solvers.MakeSemidefiniteRelaxation", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationWithGroups", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationOptions", + "callee": ".pydrake.solvers.SemidefiniteRelaxationOptions", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationOptions", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationOptions", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationOptions", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationOptions", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.semidefinite_relaxation_test.TestSemidefiniteRelaxation.test_MakeSemidefiniteRelaxationOptions", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 67, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.snopt_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "callee": ".pydrake.solvers.SnoptSolver", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_snopt_solver", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_solver_specific_error.my_constraint", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_solver_specific_error", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_solver_specific_error", + "callee": ".pydrake.solvers.SnoptSolver", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_solver_specific_error", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_solver_specific_error", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.snopt_solver_test.TestSnoptSolver.test_solver_specific_error", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.solvers.test.unrevised_lemke_solver_test": [ + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver._make_prog", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "callee": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver._make_prog", + "lineno": 23, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "callee": ".pydrake.solvers.UnrevisedLemkeSolver", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test.TestUnrevisedLemkeSolver.test_unrevised_lemke_solver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 31, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.symbolic._symbolic_extra": [], + "bindings.pydrake.symbolic._symbolic_sympy": [ + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._to_sympy", + "callee": "bindings.pydrake.symbolic._symbolic_sympy._var_to_sympy", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._to_sympy", + "callee": ".dict.get", + "lineno": 163, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._to_sympy", + "callee": "bindings.pydrake.symbolic._symbolic_sympy._to_sympy", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_And", + "callee": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_drake_logical_op", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_Or", + "callee": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_drake_logical_op", + "lineno": 200, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_Not", + "callee": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_drake_logical_op", + "lineno": 203, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_Piecewise", + "callee": ".list.insert", + "lineno": 220, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter._print_Piecewise", + "callee": ".list.append", + "lineno": 221, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy.", + "callee": "bindings.pydrake.symbolic._symbolic_sympy._DrakePrinter.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._from_sympy", + "callee": ".list.append", + "lineno": 261, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._from_sympy", + "callee": ".list.append", + "lineno": 262, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._from_sympy", + "callee": "bindings.pydrake.symbolic._symbolic_sympy._var_from_sympy", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.symbolic._symbolic_sympy._from_sympy", + "callee": "bindings.pydrake.symbolic._symbolic_sympy._lambdify", + "lineno": 266, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.symbolic.test.symbolic_test": [ + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_is_dummy", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_is_dummy", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_id", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_get_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_get_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_get_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_get_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_get_type", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_equalto", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_equalto", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_is_polynomial", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_is_polynomial", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_array_str", + "callee": ".unittest.TestCase.assertIn", + "lineno": 209, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_array_str", + "callee": ".unittest.TestCase.assertIn", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_pickle", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 217, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_pickle", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariable.test_pickle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 239, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 242, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_continuous_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 248, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_continuous_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 251, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_binary_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 257, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_binary_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_boolean_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 266, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_matrix_boolean_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 269, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 276, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 282, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_continuous_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_continuous_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 290, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_binary_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 294, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_binary_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 296, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_boolean_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 300, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestMakeMatrixVariable.test_make_vector_boolean_variable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 302, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_default_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 308, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_default_constructor", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 309, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_constructor_list", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 313, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_constructor_list", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 314, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_to_string_1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 318, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_to_string_1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 319, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 323, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_insert1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 328, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_insert1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 330, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_insert2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 335, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_insert2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 342, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 343, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 345, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 352, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase2_kwarg", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 359, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_erase2_kwarg", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 360, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_include", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 364, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_include", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 365, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_include", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 366, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_equalto", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 372, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_equalto", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 373, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_to_string_2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 380, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 385, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 386, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 387, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 388, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 389, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 390, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 391, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_subset_properties", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 392, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_eq", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_lt", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 402, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_add", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 408, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_add", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 410, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_add", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 412, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_add_assignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 417, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_add_assignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 419, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_sub", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 425, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_sub", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 427, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_sub_assignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 432, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_sub_assignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 434, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_intersect", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 440, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_intersect", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 442, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_iterable", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 448, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicVariables.test_iterable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.setUp", + "callee": ".pydrake.common.deprecation.install_numpy_warning_filters", + "lineno": 458, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_scalar_algebra", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression._check_algebra", + "lineno": 590, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_scalar_algebra", + "callee": ".pydrake.common.test_utilities.algebra_test_util.ScalarAlgebra", + "lineno": 590, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_scalar_algebra", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 591, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_scalar_algebra", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 592, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_array_algebra", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression._check_algebra", + "lineno": 595, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_array_algebra", + "callee": ".pydrake.common.test_utilities.algebra_test_util.VectorizedAlgebra", + "lineno": 595, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_array_algebra", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 596, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_array_algebra", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 597, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_array_algebra", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 598, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_array_algebra", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 599, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.check_matrix_inversion", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.make_matrix_variable", + "lineno": 609, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_matrix_inversion", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.check_matrix_inversion", + "lineno": 624, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_matrix_inversion", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.check_matrix_inversion", + "lineno": 625, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_matrix_inversion", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.check_matrix_inversion", + "lineno": 626, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_matrix_inversion", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.check_matrix_inversion", + "lineno": 627, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_matrix_inversion", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 628, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_matrix_inversion", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.check_matrix_inversion", + "lineno": 629, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_matrix_inversion", + "callee": ".unittest.TestCase.assertIn", + "lineno": 630, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 659, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 661, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 665, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 667, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 672, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 674, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 677, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.expand_values", + "lineno": 679, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.assert_nontrivial_formula", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 684, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.assert_nontrivial_formula", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 685, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.assert_nontrivial_formula", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 686, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.check_operands", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.assert_nontrivial_formula", + "lineno": 697, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.check_operands", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.assert_nontrivial_formula", + "lineno": 699, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.check_operands", + "lineno": 709, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_vectorized_binary_operator_type_combinatorics.check_operands", + "lineno": 710, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_equalto", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 713, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_equalto", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 714, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_equalto", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 715, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_equalto", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 716, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_kind", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 719, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_kind", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 720, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 724, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variables", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 725, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variables", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 727, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variable_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 731, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variable_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 733, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variable_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 735, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_get_variable_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 736, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_relational_operators_nonzero", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 785, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_relational_operators_nonzero", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 788, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_relational_operators_nonzero", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 792, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_relational_operators_nonzero", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 800, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_relational_operators_nonzero", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 803, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_relational_operators_nonzero", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 807, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_non_method_jacobian", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_method_jacobian.check_jacobian", + "lineno": 860, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_non_method_jacobian", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_method_jacobian.check_jacobian", + "lineno": 861, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_method_jacobian", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_method_jacobian.check_jacobian", + "lineno": 871, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_method_jacobian", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_method_jacobian.check_jacobian", + "lineno": 872, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_is_affine", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 877, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_is_affine", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 878, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_is_affine", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 879, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_is_affine", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 880, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 888, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_to_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 892, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_to_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 893, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 897, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate_partial", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 919, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate_partial", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 921, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate_exception_np_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 925, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_evaluate_exception_python_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 930, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicExpression.test_pickle_expression_with_evaluation", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 1043, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_factory_functions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1056, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_factory_functions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1059, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_factory_functions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1062, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_get_kind", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1065, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_get_free_variables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1069, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1073, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1074, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1075, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1076, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1077, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1078, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_dict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1083, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_substitute_with_dict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1084, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_to_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1088, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_to_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1089, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_equality_inequality_hash", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1095, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_equality_inequality_hash", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1096, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_equality_inequality_hash", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1097, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_equality_inequality_hash", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1098, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_equality_inequality_hash", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 1099, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_equality_inequality_hash", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_static_true_false", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1105, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_static_true_false", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_evaluate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_evaluate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1114, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_evaluate", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_evaluate_exception_np_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1119, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicFormula.test_evaluate_exception_python_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_empty", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1131, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_empty", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable.check_monomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable.check_monomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "lineno": 1139, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "lineno": 1140, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable_int.check_monomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable_int.check_monomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable_int", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "lineno": 1147, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_variable_int", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "lineno": 1148, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "callee": ".pydrake.common.containers.EqualToDict", + "lineno": 1152, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1153, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1155, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "lineno": 1158, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_map.check_monomial", + "lineno": 1159, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_vars_exponents", + "callee": ".pydrake.common.containers.EqualToDict", + "lineno": 1163, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_vars_exponents", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1164, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_constructor_vars_exponents", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1165, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1175, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1176, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1177, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1186, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_equalto", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1194, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_equalto", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1195, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1205, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1212, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1218, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1219, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_float", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_float", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1227, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_float", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_float", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_assignment1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1266, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_assignment1", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1267, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_assignment2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1272, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_multiplication_assignment2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1273, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1279, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1285, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1290, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1291, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1292, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_pow_in_place", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1293, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_get_powers", + "callee": ".pydrake.common.containers.EqualToDict", + "lineno": 1297, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_get_powers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1298, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_get_powers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1299, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_get_variables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1309, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_monomial_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1317, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_monomial_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1318, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_monomial_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1319, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_monomial_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1320, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_monomial_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1324, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_even_degree_monomial_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1329, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_off_degree_monomial_basis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1334, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_calc_monomial_basis_order_up_to_one", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1340, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1345, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_exception_np_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1358, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_exception_python_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1364, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_partial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1371, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_partial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1372, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_partial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1375, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicMonomial.test_evaluate_partial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1376, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_expression_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1417, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_expression_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1418, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_expression_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1419, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_expression_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1420, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_expression_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1421, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_constructor_expression_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1422, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_set_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1428, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_set_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1432, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_set_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1435, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_degree_total_degree", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1440, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_degree_total_degree", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1441, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_degree_total_degree", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1442, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_expand", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1488, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_expand", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_substitute_and_expand", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1516, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_substitute_and_expand", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1523, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_substitute_and_expand", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1533, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_substitute_and_expand", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1534, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_substitute_and_expand", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1535, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_even_odd", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1549, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_even_odd", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1550, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1562, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1563, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1564, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 1567, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1568, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1569, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1570, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1573, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1576, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1587, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1591, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_vector", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_matrix.check_jacobian", + "lineno": 1685, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_vector", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_matrix.check_jacobian", + "lineno": 1686, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_matrix", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_matrix.check_jacobian", + "lineno": 1704, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_matrix", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_jacobian_matrix.check_jacobian", + "lineno": 1705, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_without_env", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1736, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_without_env", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1737, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_with_env", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1745, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_with_env", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1746, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_with_random_generator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1755, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_matrix_evaluate_with_random_generator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1756, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_hash", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1762, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_hash", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 1765, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_polynomial_evaluate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1770, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_polynomial_evaluate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1773, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_exception_np_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1781, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_exception_python_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 1787, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1814, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_w_affine_coefficients", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1824, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_w_affine_coefficients", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1825, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_w_affine_coefficients", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1826, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicPolynomial.test_evaluate_w_affine_coefficients", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1828, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_set_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1919, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_set_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1920, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_set_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1924, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_set_indeterminates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1925, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1929, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_comparison", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2082, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_comparison", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2083, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_comparison", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2084, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_comparison", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2088, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_comparison", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2089, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_comparison", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 2090, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_rational_function_evaluate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2099, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_evaluate_exception_np_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 2104, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSymbolicRationalFunction.test_evaluate_exception_python_nan", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 2110, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestExtractVariablesFromExpression.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestExtractVariablesFromExpression.test", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 2121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestExtractVariablesFromExpression.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestExtractVariablesFromExpression.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestExtractVariablesFromExpression.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression.test_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression.test_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression.test_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression.test_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression.test_invalid_variable_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpression.test_invalid_variable_id", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 2157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpressions.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpressions.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpressions.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeAffineExpressions.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2207, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2212, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2214, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeQuadraticPolynomial.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestDecomposeL2NormExpression.test", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression.test_round_trip", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._check_one_round_trip", + "lineno": 2320, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._check_one_round_trip", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2325, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression.test_is_composite", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._check_one_composite", + "lineno": 2333, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._check_one_composite", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 2337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._check_one_composite", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2339, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression.test_replace", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._replace", + "lineno": 2345, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression.test_replace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._replace", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyExpression._replace", + "lineno": 2355, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula.test_round_trip", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_round_trip", + "lineno": 2393, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_round_trip", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2398, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula.test_all_relational", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_relational", + "lineno": 2404, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_relational", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2408, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_relational", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2409, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_relational", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2410, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula.test_all_compound", + "callee": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_compound", + "lineno": 2416, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_compound", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 2420, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestUnapplyFormula._check_one_compound", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 2422, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2432, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2433, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2434, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2435, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2436, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2437, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2438, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2439, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2440, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2441, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2442, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2445, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2446, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2447, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2448, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2449, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2451, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2452, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2453, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2454, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2455, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2456, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2457, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2458, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2459, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2460, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2461, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2462, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2463, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2464, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2465, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2466, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2467, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2468, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2475, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2476, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2477, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2478, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2479, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2480, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2481, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2482, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2483, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2484, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2485, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2493, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2497, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2501, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2502, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2506, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2507, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2513, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2520, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestToLatex.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2526, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_basics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2543, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_basics", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2558, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_basics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2560, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_halfangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2578, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_halfangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2581, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_halfangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2584, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_halfangle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2590, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestSinCosSubstitution.test_halfangle", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2592, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestStereographicSubstitution.test", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2610, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestStereographicSubstitution.test", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2619, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestStereographicSubstitution.test", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2625, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestStereographicSubstitution.test", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2634, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestReplaceBilinearTerms.test", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 2653, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.symbolic_test.TestIssue17898.test_numpy_dtype_object_operations_no_warnings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 2669, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.symbolic.test.sympy_test": [ + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": ".pydrake.symbolic.Variable", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": ".pydrake.symbolic.Variable", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": ".pydrake.symbolic.Expression", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": ".pydrake.symbolic.Expression", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": ".pydrake.symbolic.Formula", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": ".pydrake.symbolic.Formula", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": ".pydrake.symbolic.Expression", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": ".pydrake.symbolic.Formula", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": "bindings.pydrake.symbolic.test.sympy_test.TestSympy._test_one_round_trip", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_round_trip", + "callee": "bindings.pydrake.symbolic.test.sympy_test.TestSympy._test_one_eval", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy._test_one_round_trip", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy._test_one_round_trip", + "callee": ".unittest.TestCase.fail", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy._test_one_eval", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_constant_to_sympy", + "callee": ".pydrake.symbolic.Expression", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_constant_to_sympy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 171, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_constant_to_sympy", + "callee": ".pydrake.symbolic.Expression", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.symbolic.test.sympy_test.TestSympy.test_constant_to_sympy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 174, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.all": [], + "bindings.pydrake.systems.drawing": [ + { + "caller": "bindings.pydrake.systems.drawing.", + "callee": ".IPython.get_ipython", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.", + "callee": ".IPython.get_ipython", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_graphviz", + "callee": "bindings.pydrake.systems.drawing._plt", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_graphviz", + "callee": "bindings.pydrake.systems.drawing._pydot", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_graphviz", + "callee": ".IPython.display.display", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_graphviz", + "callee": ".IPython.display.Image", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_graphviz", + "callee": ".IPython.display.display", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_graphviz", + "callee": ".IPython.display.SVG", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_graphviz", + "callee": ".tempfile.NamedTemporaryFile", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_graphviz", + "callee": ".pydrake.common.temp_directory", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing.plot_system_graphviz", + "callee": "bindings.pydrake.systems.drawing.plot_graphviz", + "lineno": 89, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.systems.drawing_graphviz_example": [ + { + "caller": "bindings.pydrake.systems.drawing_graphviz_example.", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing_graphviz_example.", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing_graphviz_example.", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing_graphviz_example.", + "callee": ".pydrake.systems.drawing.plot_graphviz", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing_graphviz_example.", + "callee": ".pydrake.visualization.AddDefaultVisualization", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.drawing_graphviz_example.", + "callee": ".pydrake.systems.drawing.plot_system_graphviz", + "lineno": 52, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.systems.jupyter_widgets": [ + { + "caller": "bindings.pydrake.systems.jupyter_widgets.", + "callee": ".collections.namedtuple", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.", + "callee": ".collections.namedtuple", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.", + "callee": ".collections.namedtuple", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.", + "callee": ".collections.namedtuple", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".pydrake.math.RigidTransform", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.FloatSlider", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.Layout", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.FloatSlider", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.Layout", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.FloatSlider", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.Layout", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.FloatSlider", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.Layout", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.FloatSlider", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.Layout", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.FloatSlider", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".ipywidgets.Layout", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".IPython.display.display", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".IPython.display.display", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".IPython.display.display", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".IPython.display.display", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".IPython.display.display", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.__init__", + "callee": ".IPython.display.display", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetPose", + "callee": ".pydrake.math.RigidTransform", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetPose", + "callee": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetRpy", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetPose", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetPose", + "callee": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.SetXyz", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders._process_event_queue", + "callee": ".pydrake.common.jupyter.process_ipywidget_events", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.DoCalcOutput", + "callee": ".pydrake.math.RigidTransform", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.PoseSliders.DoCalcOutput", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 194, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.WidgetSystem.__init__", + "callee": ".IPython.display.display", + "lineno": 237, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.WidgetSystem.__init__", + "callee": ".functools.partial", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.WidgetSystem.__init__", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 246, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.jupyter_widgets.WidgetSystem._process_event_queue", + "callee": ".pydrake.common.jupyter.process_ipywidget_events", + "lineno": 253, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.systems.perception": [ + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation.__init__", + "callee": ".pydrake.perception.Fields", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation.__init__", + "callee": ".pydrake.perception.PointCloud", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation.__init__", + "callee": ".pydrake.perception.PointCloud", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation._AlignPointClouds", + "callee": "bindings.pydrake.systems.perception._TransformPoints", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation._AlignPointClouds", + "callee": "bindings.pydrake.systems.perception._TileColors", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation._AlignPointClouds", + "callee": "bindings.pydrake.systems.perception._ConcatenatePointClouds", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.perception.PointCloudConcatenation.DoCalcOutput", + "callee": "bindings.pydrake.systems.perception.PointCloudConcatenation._AlignPointClouds", + "lineno": 128, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.systems.planar_scenegraph_visualizer": [ + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.__init__", + "callee": ".pydrake.geometry.QueryObject", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.__init__", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._build_body_patches", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.__init__", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._get_view_patches", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.__init__", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._project_patch", + "lineno": 163, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.__init__", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._update_body_fill_verts", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._build_body_patches", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.frame_name", + "lineno": 209, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._build_body_patches", + "callee": ".pydrake.geometry.Convex", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._build_body_patches", + "callee": ".list.append", + "lineno": 354, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._build_body_patches", + "callee": ".pydrake.geometry.Rgba", + "lineno": 361, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._build_body_patches", + "callee": ".list.append", + "lineno": 364, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._get_view_patches", + "callee": ".list.append", + "lineno": 391, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.draw", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.frame_name", + "lineno": 439, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.draw", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._get_view_patches", + "lineno": 444, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.draw", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._project_patch", + "lineno": 448, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.draw", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer._update_body_fill_verts", + "lineno": 451, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.planar_scenegraph_visualizer.ConnectPlanarSceneGraphVisualizer", + "callee": "bindings.pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer.__init__", + "lineno": 482, + "resolution": "same_module_class_call" + } + ], + "bindings.pydrake.systems.pyplot_visualizer": [ + { + "caller": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer._on_any_publish", + "callee": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.draw", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer._draw_recorded_frame", + "callee": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.draw", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.animate", + "callee": ".pydrake.systems._resample_interp1d._resample_interp1d", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.animate.animate_update", + "callee": "bindings.pydrake.systems.pyplot_visualizer.PyPlotVisualizer.draw", + "lineno": 166, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.systems.scalar_conversion": [ + { + "caller": "bindings.pydrake.systems.scalar_conversion._get_conversion_pairs", + "callee": ".list.append", + "lineno": 24, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem.__init__", + "callee": ".pydrake.common.cpp_template._get_module_from_stack", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem.__init__", + "callee": "bindings.pydrake.systems.scalar_conversion._get_conversion_pairs", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem.__init__", + "callee": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make_converter", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem.define", + "callee": ".pydrake.common.cpp_template._get_module_from_stack", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._on_add", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._on_add", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._on_add", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._on_add", + "callee": ".pydrake.common.pretty_class_name", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._on_add", + "callee": ".pydrake.common.cpp_template.TemplateMethod", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._on_add", + "callee": ".pydrake.common.cpp_template.TemplateMethod", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make_converter", + "callee": ".pydrake.systems.framework.SystemScalarConverter", + "lineno": 255, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make_converter", + "callee": ".functools.partial", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make_new_to_scalar_type_method._to_scalar_type", + "callee": "bindings.pydrake.systems.scalar_conversion.TemplateSystem._make", + "lineno": 278, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.systems._lcm_extra": [ + { + "caller": "bindings.pydrake.systems._lcm_extra._make_lcm_subscriber", + "callee": "bindings.pydrake.systems._lcm_extra.PySerializer.__init__", + "lineno": 68, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems._lcm_extra._make_lcm_publisher", + "callee": "bindings.pydrake.systems._lcm_extra.PySerializer.__init__", + "lineno": 101, + "resolution": "same_module_class_call" + } + ], + "bindings.pydrake.systems._resample_interp1d": [], + "bindings.pydrake.systems": [], + "bindings.pydrake.systems.test.analysis_test": [ + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_affine_and_linear_system", + "callee": ".pydrake.systems.analysis.DiscreteTimeApproximation", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_affine_and_linear_system", + "callee": ".pydrake.systems.analysis.DiscreteTimeApproximation", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".pydrake.systems.analysis.SimulatorConfig", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".pydrake.systems.analysis.DiscreteTimeApproximation", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_discrete_time_approximation_system", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_region_of_attraction", + "callee": ".pydrake.symbolic.Variable", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_region_of_attraction", + "callee": ".pydrake.systems.primitives.SymbolicVectorSystem", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_region_of_attraction", + "callee": ".pydrake.systems.analysis.RegionOfAttractionOptions", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_region_of_attraction", + "callee": ".pydrake.systems.analysis.RegionOfAttraction", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_region_of_attraction", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_region_of_attraction", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_region_of_attraction", + "callee": ".unittest.TestCase.assertIn", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_constructors", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_constructors", + "callee": ".pydrake.systems.analysis.RungeKutta2Integrator", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_constructors", + "callee": ".pydrake.systems.analysis.RungeKutta2Integrator", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_constructors", + "callee": ".pydrake.systems.analysis.RungeKutta3Integrator", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_constructors", + "callee": ".pydrake.systems.analysis.RungeKutta3Integrator", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_batch_eval", + "callee": ".pydrake.systems.analysis.BatchEvalUniquePeriodicDiscreteUpdate", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_batch_eval", + "callee": ".pydrake.common.Parallelism", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_batch_eval", + "callee": ".pydrake.systems.analysis.BatchEvalTimeDerivatives", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_batch_eval", + "callee": ".pydrake.common.Parallelism", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 224, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 231, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 240, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".pydrake.math.isnan", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 242, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".pydrake.math.isnan", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".pydrake.math.isnan", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_integrator_api", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 247, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_symbolic_integrators", + "callee": ".pydrake.symbolic.Variable", + "lineno": 253, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".pydrake.symbolic.Variable", + "lineno": 261, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".pydrake.systems.primitives.SymbolicVectorSystem", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 265, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 268, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".unittest.TestCase.assertIs", + "lineno": 270, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 271, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_dense_integration", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 273, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".pydrake.systems.analysis.InitializeParams", + "lineno": 286, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 311, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 312, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 314, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 330, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 331, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 332, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 334, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 343, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 344, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 347, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 349, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 350, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 352, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_default_context_no_cpp_leak", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 358, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_default_context_no_cpp_leak", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_default_context_no_cpp_leak", + "callee": ".pydrake.systems.test.test_util.CountingContextSystem", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_default_context_no_cpp_leak", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_default_context_no_cpp_leak", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 366, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 375, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 378, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 382, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 383, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 384, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 385, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 388, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 389, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 390, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_status", + "callee": ".pydrake.systems.analysis.PrintSimulatorStatistics", + "lineno": 391, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_reset_integrator_from_flags", + "callee": ".pydrake.systems.analysis.ResetIntegratorFromFlags", + "lineno": 397, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_reset_integrator_from_flags", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config", + "callee": ".pydrake.systems.analysis.SimulatorConfig", + "lineno": 403, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config", + "callee": ".pydrake.systems.analysis.SimulatorConfig", + "lineno": 404, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config", + "callee": ".unittest.TestCase.assertIn", + "lineno": 406, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config_functions", + "callee": ".pydrake.systems.analysis.ExtractSimulatorConfig", + "lineno": 413, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config_functions", + "callee": ".pydrake.systems.analysis.ApplySimulatorConfig", + "lineno": 415, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_simulator_config_functions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 416, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "callee": ".pydrake.symbolic.Variable", + "lineno": 419, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "callee": ".pydrake.systems.primitives.SymbolicVectorSystem", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 421, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 430, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 432, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 434, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "callee": ".unittest.TestCase.assertLess", + "lineno": 438, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.analysis_test.TestAnalysis.test_system_monitor", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 440, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.builder_life_support_test": [ + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_invalid_index", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 21, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_wrong_type", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_wrong_type", + "callee": ".pydrake.systems.test.test_util.Arbitrary", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_at_init", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_self", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_self", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_returned_self", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_returned_self", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.builder_life_support_test.TestBuilderLifeSupport.test_bind_returned_none", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.controllers_test": [ + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum", + "callee": ".pydrake.systems.controllers.DynamicProgrammingOptions", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum", + "callee": ".unittest.TestCase.assertIs", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum", + "callee": ".pydrake.systems.controllers.FittedValueIteration", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_fitted_value_iteration_pendulum", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_programming_approximate_dynamic_programming", + "callee": ".pydrake.systems.primitives.Integrator", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_programming_approximate_dynamic_programming", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_programming_approximate_dynamic_programming", + "callee": ".pydrake.systems.controllers.DynamicProgrammingOptions", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_programming_approximate_dynamic_programming", + "callee": ".pydrake.systems.controllers.LinearProgrammingApproximateDynamicProgramming", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_programming_approximate_dynamic_programming", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_joint_stiffness_controller", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_joint_stiffness_controller", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_joint_stiffness_controller", + "callee": ".pydrake.systems.controllers.JointStiffnessController", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_joint_stiffness_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_joint_stiffness_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_joint_stiffness_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_joint_stiffness_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".pydrake.systems.controllers.InverseDynamics", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 176, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".pydrake.systems.controllers.InverseDynamics", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 186, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 197, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 212, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".pydrake.systems.controllers.InverseDynamicsController", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 235, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".pydrake.multibody.tree.MultibodyForces", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_inverse_dynamics_controller", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 274, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.call_build_from", + "callee": ".pydrake.systems.test.test_util.call_build_from_cpp", + "lineno": 287, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes.make_diagram", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes.make_diagram", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 306, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes.make_diagram", + "callee": ".pydrake.systems.controllers.InverseDynamicsController", + "lineno": 308, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes.make_diagram", + "callee": "bindings.pydrake.systems.test.controllers_test.TestControllers.call_build_from", + "lineno": 327, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes", + "callee": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes.make_diagram", + "lineno": 331, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_diagram_and_associate_lifetimes", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".pydrake.systems.controllers.PidControlledSystem", + "lineno": 352, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 353, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".pydrake.systems.controllers.PidControlledSystem", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 361, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".pydrake.systems.controllers.PidControlledSystem", + "lineno": 368, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 369, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".pydrake.systems.controllers.PidControlledSystem", + "lineno": 377, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 378, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 389, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 390, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controlled_system", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 391, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".pydrake.systems.controllers.PidController", + "lineno": 395, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".pydrake.systems.controllers.PidController", + "lineno": 396, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".pydrake.systems.controllers.PidController", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 412, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 413, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 414, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 415, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 416, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 417, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_pid_controller", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 418, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_quadratic_regulator", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 425, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.LinearQuadraticRegulator", + "lineno": 432, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.LinearQuadraticRegulator", + "lineno": 437, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.LinearQuadraticRegulator", + "lineno": 446, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.LinearQuadraticRegulator", + "lineno": 451, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_discrete_time_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.DiscreteTimeLinearQuadraticRegulator", + "lineno": 466, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_discrete_time_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 467, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_discrete_time_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 468, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_discrete_time_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.DiscreteTimeLinearQuadraticRegulator", + "lineno": 470, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_discrete_time_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 471, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_discrete_time_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 472, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 479, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.FiniteHorizonLinearQuadraticRegulatorOptions", + "lineno": 484, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 488, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 490, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 491, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 492, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 493, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 497, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.FiniteHorizonLinearQuadraticRegulator", + "lineno": 516, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 526, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 530, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 531, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 532, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 533, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 534, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 535, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 536, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 537, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 538, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 540, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 541, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 542, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 543, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".pydrake.systems.controllers.MakeFiniteHorizonLinearQuadraticRegulator", + "lineno": 545, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 554, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.controllers_test.TestControllers.test_finite_horizon_linear_quadratic_regulator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 555, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.custom_test": [ + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "callee": ".pydrake.systems.framework.ContinuousStateIndex", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "callee": ".pydrake.systems.framework.DiscreteStateIndex", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "callee": ".pydrake.systems.framework.AbstractStateIndex", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomDiagram.__init__", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomDiagram.__init__", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom._create_adder_system", + "callee": "bindings.pydrake.systems.test.custom_test.CustomAdder.__init__", + "lineno": 197, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom._fix_adder_inputs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_adder", + "callee": "bindings.pydrake.systems.test.custom_test.CustomDiagram.__init__", + "lineno": 206, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_adder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_adder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_adder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 209, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_adder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_adder", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_execution", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom._create_adder_system", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_execution", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_execution", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_execution", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom._fix_adder_inputs", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_execution", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_execution", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_simulation", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 226, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_simulation", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom._create_adder_system", + "lineno": 227, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_simulation", + "callee": ".pydrake.systems.primitives.ZeroOrderHold", + "lineno": 230, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_simulation", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom._fix_adder_inputs", + "lineno": 238, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_simulation", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 240, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_simulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 249, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_graphviz", + "callee": "bindings.pydrake.systems.test.custom_test.CustomAdder.__init__", + "lineno": 252, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_graphviz", + "callee": ".unittest.TestCase.assertIn", + "lineno": 254, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_adder_graphviz", + "callee": ".unittest.TestCase.assertIn", + "lineno": 255, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_graphviz", + "callee": "bindings.pydrake.systems.test.custom_test.CustomDiagram.__init__", + "lineno": 258, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_diagram_graphviz", + "callee": ".unittest.TestCase.assertIn", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_well_known_tickets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.LeafSystem", + "lineno": 291, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.common.value.Value", + "lineno": 292, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.common.value.Value", + "lineno": 293, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 295, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 296, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 297, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.AbstractParameterIndex", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.AbstractStateIndex", + "lineno": 300, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.CacheIndex", + "lineno": 301, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.DiscreteStateIndex", + "lineno": 302, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.InputPortIndex", + "lineno": 303, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".pydrake.systems.framework.NumericParameterIndex", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_per_item_tickets", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 306, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".pydrake.systems.framework.LeafSystem", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".pydrake.common.value.Value", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".types.SimpleNamespace", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry.calc_cache", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".pydrake.systems.framework.ValueProducer", + "lineno": 322, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 332, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 333, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 334, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 336, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 338, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 339, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 341, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 342, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 344, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 345, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIs", + "lineno": 346, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 347, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 355, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 357, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIs", + "lineno": 360, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 362, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIn", + "lineno": 364, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIs", + "lineno": 370, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 372, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIs", + "lineno": 374, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_cache_entry", + "callee": ".unittest.TestCase.assertIs", + "lineno": 377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_none", + "callee": ".pydrake.systems.framework.LeafSystem", + "lineno": 383, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_none", + "callee": ".pydrake.systems.framework.ValueProducer", + "lineno": 386, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_none", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 391, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_mistyped", + "callee": ".pydrake.systems.framework.LeafSystem", + "lineno": 400, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_mistyped", + "callee": ".pydrake.systems.framework.ValueProducer", + "lineno": 403, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_value_producer_error_reporting_allocate_mistyped", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 408, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_leaf_system_issue13792", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 423, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TrivialSystem.test_all_leaf_system_overrides.__init__", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 464, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TrivialSystem.test_all_leaf_system_overrides.__init__", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 494, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TrivialSystem.test_all_leaf_system_overrides.__init__", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 509, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TrivialSystem.test_all_leaf_system_overrides.__init__", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 523, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TrivialSystem.test_all_leaf_system_overrides.__init__", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 528, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TrivialSystem.test_all_leaf_system_overrides.__init__", + "callee": ".pydrake.systems.framework.UnrestrictedUpdateEvent", + "lineno": 548, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TrivialSystem.test_all_leaf_system_overrides.__init__", + "callee": ".pydrake.systems.framework.UnrestrictedUpdateEvent", + "lineno": 554, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 691, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 692, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".pydrake.systems.test.test_util.call_leaf_system_overrides", + "lineno": 693, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 694, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 695, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 696, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 697, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 699, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 700, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 701, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 709, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 716, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 726, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 737, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 743, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 748, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 752, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 756, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 757, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 758, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 759, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 760, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 761, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 762, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 763, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 764, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 765, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 766, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 767, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 768, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 769, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 770, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 771, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 777, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 778, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 779, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 780, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 781, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 782, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 783, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 784, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 785, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 786, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 787, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 788, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 789, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 790, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 791, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 792, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 798, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 799, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 800, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 805, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 806, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 808, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 811, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 812, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_all_leaf_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 814, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_event_handler_returns_none", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 840, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_event_handler_returns_none", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 842, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_state_output_port_declarations", + "callee": ".pydrake.systems.framework.LeafSystem", + "lineno": 846, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_state_output_port_declarations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 850, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_state_output_port_declarations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 854, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_state_output_port_declarations", + "callee": ".pydrake.common.value.Value", + "lineno": 856, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_state_output_port_declarations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 858, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_vector_system_overrides", + "callee": "bindings.pydrake.systems.test.custom_test.CustomVectorSystem.__init__", + "lineno": 863, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_vector_system_overrides", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 864, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_vector_system_overrides", + "callee": ".pydrake.systems.test.test_util.call_vector_system_overrides", + "lineno": 873, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_vector_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 876, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_vector_system_overrides", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 880, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_vector_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 897, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_vector_system_overrides", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 902, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".pydrake.common.value.Value", + "lineno": 906, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 907, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 920, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 921, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 922, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 926, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 927, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 931, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 934, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 938, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 942, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 946, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 947, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 950, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 954, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 960, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 964, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 968, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 975, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 976, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 979, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 985, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 986, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 990, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 997, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 1002, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 1008, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1009, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 1014, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1015, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1016, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1055, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1058, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1059, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1075, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1082, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1083, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1084, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1085, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_discrete_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_discrete_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_abstract_io_port.assert_value_equal", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1114, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomAbstractSystem.test_abstract_io_port.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 1127, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.CustomAbstractSystem.test_abstract_io_port.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 1131, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_abstract_io_port", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_abstract_io_port", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_abstract_io_port", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.assert_equal_but_not_aliased", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 1161, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.SystemWithCacheAndState.test_context_and_value_object_set_from.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 1175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.SystemWithCacheAndState.test_context_and_value_object_set_from.__init__", + "callee": ".pydrake.systems.framework.ValueProducer", + "lineno": 1183, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom.assert_equal_but_not_aliased", + "lineno": 1197, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom.assert_equal_but_not_aliased", + "lineno": 1199, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from.check_set_from", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom.assert_equal_but_not_aliased", + "lineno": 1207, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from.check_set_from", + "callee": ".unittest.TestCase.assertIs", + "lineno": 1211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from.check_set_from", + "lineno": 1215, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from", + "callee": "bindings.pydrake.systems.test.custom_test.TestCustom.test_context_and_value_object_set_from.check_set_from", + "lineno": 1216, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_ports_lifetime_hazard", + "callee": "bindings.pydrake.systems.test.custom_test.CustomPortsLifetimeHazardSystem.__init__", + "lineno": 1220, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.custom_test.TestCustom.test_ports_lifetime_hazard", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1226, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.estimators_test": [ + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_luenberger_observer", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_luenberger_observer", + "callee": ".pydrake.systems.estimators.LuenbergerObserver", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_luenberger_observer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_luenberger_observer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_luenberger_observer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".pydrake.systems.estimators.SteadyStateKalmanFilter", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".pydrake.systems.estimators.DiscreteTimeSteadyStateKalmanFilter", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".pydrake.systems.estimators.SteadyStateKalmanFilter", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".pydrake.systems.estimators.SteadyStateKalmanFilter", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.estimators_test.TestEstimators.test_steady_state_kalman_filter", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 59, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.event_gc_test": [ + { + "caller": "bindings.pydrake.systems.test.event_gc_test.FunctionCallbackLeafSystem.__init__", + "callee": "bindings.pydrake.systems.test.event_gc_test.DeclareAllEvents", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.ClosureCallbackLeafSystem.__init__", + "callee": "bindings.pydrake.systems.test.event_gc_test.DeclareAllEvents", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.test_method_leaf_system_is_collectible", + "callee": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.test_function_callback_leaf_system_is_collectible", + "callee": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.test_closure_callback_leaf_system_is_collectible", + "callee": "bindings.pydrake.systems.test.event_gc_test.TestPeriodicEventGarbageCollection.do_test_is_collectible", + "lineno": 143, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.systems.test.general_test": [ + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "callee": ".unittest.TestCase.assertIs", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "callee": ".unittest.TestCase.assertIs", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral._compare_system_instances", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral._compare_system_instances", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral._compare_system_instances", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral._compare_system_instances", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertIn", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 153, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 155, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertIs", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 162, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_base_api", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_base_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 171, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_base_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_base_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 177, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_base_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 209, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 225, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 227, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".pydrake.examples.PendulumPlant", + "lineno": 229, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 231, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 232, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 242, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 261, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": ".pydrake.examples.RimlessWheel", + "lineno": 265, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api.check_abstract_value_zero", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 281, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api.check_abstract_value_zero", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api.check_abstract_value_zero", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api.check_abstract_value_zero", + "lineno": 297, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api.check_abstract_value_zero", + "lineno": 299, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral.test_context_api.check_abstract_value_zero", + "lineno": 306, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 325, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 327, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 330, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 331, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 336, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".pydrake.systems.framework.PublishEvent", + "lineno": 338, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 342, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 343, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 346, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 351, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 355, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 359, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 365, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 367, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 369, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 370, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 373, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.ContinuousState", + "lineno": 373, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.test.test_util.MyVector2", + "lineno": 374, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.ContinuousState", + "lineno": 375, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 376, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 377, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 378, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 379, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 380, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.ContinuousState", + "lineno": 381, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 382, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 383, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 384, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 385, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 386, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.ContinuousState", + "lineno": 387, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 387, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 388, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.ContinuousState", + "lineno": 389, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 390, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 394, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 395, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 396, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 402, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 403, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 404, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 406, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 407, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 408, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.ContinuousState", + "lineno": 409, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 409, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_continuous_state_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 411, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 419, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".pydrake.systems.framework.DiscreteValues", + "lineno": 419, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".pydrake.systems.framework.DiscreteValues", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 421, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 430, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".pydrake.systems.framework.DiscreteValues", + "lineno": 433, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 433, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 434, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 436, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 437, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 438, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 439, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_discrete_value_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 451, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 459, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 460, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 462, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 464, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 465, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 466, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 467, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 468, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 469, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 470, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 471, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 472, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 473, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 474, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 475, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 476, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 478, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 479, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 480, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 481, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 483, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 484, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 485, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._check_instantiations", + "lineno": 486, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 489, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 494, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 506, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._compare_system_instances", + "lineno": 507, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 517, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._compare_system_instances", + "lineno": 518, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 528, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral._compare_system_instances", + "lineno": 529, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 537, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 541, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_scalar_type_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 543, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_port_output", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 552, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_port_output", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 556, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_port_output", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 561, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_port_output", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 562, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_port_output", + "callee": ".pydrake.autodiffutils.AutoDiffXd", + "lineno": 562, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_copy", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 566, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_copy", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 575, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_str", + "callee": ".pydrake.systems.primitives.Integrator", + "lineno": 583, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_str", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 588, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_str", + "callee": ".textwrap.dedent", + "lineno": 590, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 607, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 608, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 609, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 611, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 613, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".pydrake.systems.primitives.Integrator", + "lineno": 616, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 619, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 620, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 634, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 635, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 636, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 637, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 638, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".pydrake.systems.framework.SubsystemIndex", + "lineno": 638, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 644, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 655, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".list.append", + "lineno": 676, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".pydrake.systems.analysis.PrintSimulatorStatistics", + "lineno": 679, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 686, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_simulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 691, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 695, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 697, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 698, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 700, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 706, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "callee": ".unittest.TestCase.assertIs", + "lineno": 707, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 711, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_context_manipulation", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 712, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_flags", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 716, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_flags", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 717, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_flags", + "callee": ".pydrake.systems.analysis.ResetIntegratorFromFlags", + "lineno": 719, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_flags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 721, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_flags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 722, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_flags", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 724, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_simulator_flags", + "callee": ".pydrake.systems.analysis.GetIntegrationSchemes", + "lineno": 724, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_output_port_eval", + "callee": ".pydrake.common.value.Value", + "lineno": 727, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_output_port_eval", + "callee": ".pydrake.systems.primitives.ConstantValueSource", + "lineno": 728, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 733, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 734, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 737, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 738, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "callee": ".pydrake.common.value.Value", + "lineno": 742, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 742, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 743, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 748, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 752, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 753, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 757, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_output_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 758, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "callee": ".pydrake.common.value.Value", + "lineno": 762, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 763, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 768, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 771, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 773, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 774, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 777, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 778, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".pydrake.common.value.Value", + "lineno": 782, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 782, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 783, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 788, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 790, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 794, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 795, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 799, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_eval", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 800, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".pydrake.common.value.Value", + "lineno": 804, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 805, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 812, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 813, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".pydrake.common.value.Value", + "lineno": 816, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 818, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 819, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 822, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".pydrake.common.value.Value", + "lineno": 825, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 826, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_string", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 830, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".pydrake.common.value.Value", + "lineno": 835, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 836, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".pydrake.common.value.Value", + "lineno": 841, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 846, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 847, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 850, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".pydrake.common.value.Value", + "lineno": 851, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 855, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_abstract_input_port_fix_object", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 856, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 868, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 874, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 880, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".pydrake.common.value.Value", + "lineno": 884, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 886, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 890, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 892, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".pydrake.common.value.Value", + "lineno": 893, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 896, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 900, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_vector_input_port_fix", + "callee": ".pydrake.common.value.Value", + "lineno": 903, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_allocate_input_vector", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 909, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_allocate_input_abstract", + "callee": ".pydrake.common.value.Value", + "lineno": 913, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_allocate_input_abstract", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 915, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_constaints_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 920, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_constaints_api", + "callee": ".pydrake.systems.framework._ExternalSystemConstraint", + "lineno": 921, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_constaints_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 922, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_constaints_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 924, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".pydrake.systems.primitives.ZeroOrderHold", + "lineno": 927, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 934, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 935, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 938, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 939, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".unittest.TestCase.assertIs", + "lineno": 942, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 943, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 944, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_event_status", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 948, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_builder_remove", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 951, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_builder_remove", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 952, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_builder_remove", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 953, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_builder_remove", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 957, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_builder_remove", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 958, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 961, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 962, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 985, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 986, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 987, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 988, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 989, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 990, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 991, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 995, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 996, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 998, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertIn", + "lineno": 999, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_fan_out", + "callee": ".unittest.TestCase.assertLess", + "lineno": 1003, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 1007, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1008, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1009, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 1010, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 1011, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1013, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1023, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1024, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1025, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1028, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "lineno": 1032, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1034, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.InputPortIndex", + "lineno": 1034, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1035, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.InputPortIndex", + "lineno": 1036, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.OutputPortIndex", + "lineno": 1037, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1039, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1046, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "lineno": 1048, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.InputPortIndex", + "lineno": 1050, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.InputPortIndex", + "lineno": 1053, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1055, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.InputPortIndex", + "lineno": 1055, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1056, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.InputPortIndex", + "lineno": 1056, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1059, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api.make_diagram", + "lineno": 1061, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.OutputPortIndex", + "lineno": 1063, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1065, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".pydrake.systems.framework.OutputPortIndex", + "lineno": 1065, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_diagram_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1068, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_add_named_system", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 1071, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_add_named_system", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 1072, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_add_named_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1073, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_add_named_system", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 1074, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_add_named_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1075, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_module_constants", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1078, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_visitor", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 1081, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_visitor", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 1082, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_visitor", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 1083, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.MyVisitor.test_system_visitor.VisitSystem", + "callee": ".list.append", + "lineno": 1092, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.MyVisitor.test_system_visitor.VisitDiagram", + "callee": ".list.append", + "lineno": 1095, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_visitor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_visitor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1102, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "callee": ".pydrake.common.value.Value", + "lineno": 1111, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 1112, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "callee": ".list.append", + "lineno": 1117, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "callee": ".list.append", + "lineno": 1118, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "callee": ".list.append", + "lineno": 1120, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "callee": ".list.append", + "lineno": 1121, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "callee": ".list.append", + "lineno": 1124, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "callee": ".list.append", + "lineno": 1125, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard", + "callee": "bindings.pydrake.systems.test.general_test.TestGeneral.test_ports_lifetime_hazard.make_hazard_system", + "lineno": 1129, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_builder_add_system", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 1138, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_builder_add_system", + "callee": ".pydrake.systems.test.test_util.MakeDummySystem", + "lineno": 1141, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.general_test.TestGeneral.test_system_builder_add_system", + "callee": ".pydrake.systems.test.test_util.MakeDummySystem", + "lineno": 1150, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.systems.test.lcm_test": [ + { + "caller": "bindings.pydrake.systems.test.lcm_test.lcm_to_json.helper", + "callee": "bindings.pydrake.systems.test.lcm_test.lcm_to_json.helper", + "lineno": 35, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.lcm_to_json", + "callee": "bindings.pydrake.systems.test.lcm_test.lcm_to_json.helper", + "lineno": 38, + "resolution": "nested_function_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "callee": ".drake.lcmt_quaternion", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_value_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "callee": ".unittest.TestCase.assertDictEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "callee": "bindings.pydrake.systems.test.lcm_test.lcm_to_json", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "callee": "bindings.pydrake.systems.test.lcm_test.lcm_to_json", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_not_equal", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_not_equal", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_not_equal", + "callee": "bindings.pydrake.systems.test.lcm_test.lcm_to_json", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_not_equal", + "callee": "bindings.pydrake.systems.test.lcm_test.lcm_to_json", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_not_equal", + "lineno": 72, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 75, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 79, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_value_cpp", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_serializer_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._cpp_value_to_py_message", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_all_serializers_exist", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_all_serializers_exist", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_all_serializers_exist", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_buses", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_buses", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_buses", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_buses", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_buses", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_bus_config", + "callee": ".pydrake.lcm.DrakeLcmParams", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_bus_config", + "callee": ".pydrake.lcm.DrakeLcmParams", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_bus_config", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_bus_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_bus_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._process_event", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 151, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "lineno": 163, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._process_event", + "lineno": 166, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 168, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._process_event", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 178, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_cpp", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "lineno": 189, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._process_event", + "lineno": 192, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._cpp_value_to_py_message", + "lineno": 194, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 195, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_wait_for_message", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_wait_for_message", + "callee": ".pydrake.common.value.Value", + "lineno": 201, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_wait_for_message", + "callee": ".drake.lcmt_header", + "lineno": 201, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_wait_for_message", + "callee": ".drake.lcmt_header", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_subscriber_wait_for_message", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": ".pydrake.lcm.Subscriber", + "lineno": 229, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._fix_and_publish", + "lineno": 231, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": ".pydrake.common.value.Value", + "lineno": 231, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 233, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._fix_and_publish", + "lineno": 252, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": ".pydrake.common.value.Value", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher_cpp", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher_cpp", + "callee": ".pydrake.lcm.Subscriber", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_value_cpp", + "lineno": 275, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._fix_and_publish", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_publisher_cpp", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.PythonMessageSource.AllocateOutput", + "callee": ".pydrake.common.value.Value", + "lineno": 290, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.PythonMessageSource.AllocateOutput", + "callee": ".drake.lcmt_header", + "lineno": 290, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_diagram_publisher", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 301, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_diagram_publisher", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 302, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_scope", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 317, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_scope", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 318, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_scope", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 321, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_scope", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_scope", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_getters", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 330, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_getters", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 332, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_getters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 333, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_diagram", + "callee": ".unittest.TestCase.assertIn", + "lineno": 337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_diagram", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 342, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_diagram", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 343, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_diagram", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 352, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_diagram", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm._model_message", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.test_lcm_interface_system_diagram", + "callee": "bindings.pydrake.systems.test.lcm_test.TestSystemsLcm.assert_lcm_equal", + "lineno": 366, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.systems.test.lifetime_test": [ + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_basic", + "callee": "bindings.pydrake.systems.test.lifetime_test.Info.__init__", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_basic", + "callee": ".pydrake.systems.test.test_util.DeleteListenerSystem", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_basic", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_basic", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "callee": "bindings.pydrake.systems.test.lifetime_test.Info.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "callee": ".pydrake.systems.test.test_util.DeleteListenerSystem", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_diagram", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_multiple_containers", + "callee": "bindings.pydrake.systems.test.lifetime_test.Info.__init__", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_multiple_containers", + "callee": ".pydrake.systems.test.test_util.DeleteListenerSystem", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_multiple_containers", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_multiple_containers", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_multiple_containers", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": "bindings.pydrake.systems.test.lifetime_test.Info.__init__", + "lineno": 87, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": ".pydrake.systems.test.test_util.DeleteListenerSystem", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_simulator", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_vector", + "callee": ".pydrake.systems.primitives.Adder", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_vector", + "callee": "bindings.pydrake.systems.test.lifetime_test.Info.__init__", + "lineno": 106, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_vector", + "callee": ".pydrake.systems.test.test_util.DeleteListenerVector", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_vector", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_vector", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_vector", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.lifetime_test.TestLifetime.test_ownership_vector", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 117, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.monte_carlo_test": [ + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation.make_simulator", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".pydrake.systems.analysis.RandomSimulation", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".pydrake.systems.analysis.MonteCarloSimulation", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.monte_carlo_test.TestMonteCarlo.test_minimal_simulation", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 49, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.perception_test": [ + { + "caller": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "callee": ".pydrake.systems.perception._ConcatenatePointClouds", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestConcatenatePointClouds.test_concatenation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTileColors.test_one_dim", + "callee": ".pydrake.systems.perception._TileColors", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTileColors.test_one_dim", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTileColors.test_three_dims", + "callee": ".pydrake.systems.perception._TileColors", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTileColors.test_three_dims", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.setUp", + "callee": ".pydrake.math.RigidTransform", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.setUp", + "callee": ".pydrake.math.RigidTransform", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.setUp", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.setUp", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.test_translation", + "callee": ".pydrake.systems.perception._TransformPoints", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.test_translation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.test_rotation", + "callee": ".pydrake.systems.perception._TransformPoints", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestTransformPoints.test_rotation", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.setUp", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.setUp", + "callee": ".pydrake.systems.perception.PointCloudConcatenation", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.setUp", + "callee": ".pydrake.perception.PointCloud", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.setUp", + "callee": ".pydrake.perception.Fields", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.setUp", + "callee": ".pydrake.perception.PointCloud", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.setUp", + "callee": ".pydrake.perception.Fields", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.setUp", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_no_rgb", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_no_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_no_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_no_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_no_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 155, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_no_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_rgb", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_mix_rgb", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_mix_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 205, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_mix_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_mix_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.perception_test.TestPointCloudConcatenation.test_mix_rgb", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 220, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test": [ + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_cart_pole", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_kuka", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_kuka", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_kuka", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_kuka", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_kuka", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_kuka", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "callee": ".pydrake.geometry.Box", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "callee": ".pydrake.math.RigidTransform", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "callee": ".pydrake.multibody.plant.CoulombFriction", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 151, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_procedural_geometry", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 168, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "callee": ".pydrake.math.RigidTransform", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "lineno": 206, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.Mesh", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "lineno": 211, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.Mesh", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 212, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertIn", + "lineno": 219, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "lineno": 226, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.Mesh", + "lineno": 226, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 227, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertIn", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "lineno": 233, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.Mesh", + "lineno": 233, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 235, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertIn", + "lineno": 236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "lineno": 241, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.Mesh", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 244, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 245, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 248, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.MeshSource", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.InMemoryMesh", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "lineno": 250, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.Mesh", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 251, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.MeshSource", + "lineno": 255, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.InMemoryMesh", + "lineno": 256, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.common.MemoryFile", + "lineno": 257, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "lineno": 264, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.Mesh", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 265, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertIn", + "lineno": 267, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.MeshSource", + "lineno": 271, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.InMemoryMesh", + "lineno": 272, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.common.MemoryFile", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing.scene_graph_with_mesh", + "lineno": 280, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.geometry.Mesh", + "lineno": 280, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 281, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 282, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertIn", + "lineno": 283, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_mesh_file_parsing", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 305, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.math.RigidTransform", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.geometry.Mesh", + "lineno": 314, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.geometry.InMemoryMesh", + "lineno": 315, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.common.MemoryFile", + "lineno": 316, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.math.RigidTransform", + "lineno": 324, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 325, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.PlanarSceneGraphVisualizer", + "lineno": 336, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "lineno": 347, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "lineno": 351, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale", + "callee": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale.visualizer_with_mesh", + "lineno": 357, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.test_non_uniform_scale", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 362, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 367, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 370, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 371, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 372, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.ConnectPlanarSceneGraphVisualizer", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 379, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 381, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.ConnectPlanarSceneGraphVisualizer", + "lineno": 384, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test.TestPlanarSceneGraphVisualizer.testConnectPlanarSceneGraphVisualizer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 390, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.primitives_test": [ + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 123, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 148, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 157, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_instantiations", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._check_instantiations", + "lineno": 158, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_time_integrator", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 192, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 193, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 194, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 195, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 197, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.ControllabilityMatrix", + "lineno": 217, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 218, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 219, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.IsControllable", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.IsControllable", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.IsStabilizable", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.IsStabilizable", + "lineno": 222, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.ObservabilityMatrix", + "lineno": 223, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 224, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 225, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.IsObservable", + "lineno": 225, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.IsDetectable", + "lineno": 226, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 227, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.IsDetectable", + "lineno": 227, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.AffineSystem", + "lineno": 229, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 231, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 235, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 236, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 239, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 240, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 242, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.Linearize", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.FirstOrderTaylorApproximation", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 248, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.MatrixGain", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 267, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.TrajectoryAffineSystem", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 270, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 271, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 272, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 274, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 275, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 279, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 281, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 282, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 283, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 285, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 290, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 291, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 305, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.systems.primitives.TrajectoryLinearSystem", + "lineno": 309, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 310, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 311, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".pydrake.trajectories.PiecewisePolynomial", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 316, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 324, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 325, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": ".pydrake.systems.primitives.AffineSystem", + "lineno": 329, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "lineno": 330, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": ".pydrake.systems.primitives.AffineSystem", + "lineno": 333, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "lineno": 334, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 335, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "lineno": 336, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": ".pydrake.systems.primitives.AffineSystem", + "lineno": 339, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "lineno": 340, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 343, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_affine_system_empty_matrices.CheckSizes", + "lineno": 344, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_system_zero_size", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 355, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_system_zero_size", + "callee": ".pydrake.systems.primitives.LinearSystem", + "lineno": 355, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_transform_density", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 367, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_transform_density", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 368, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_transform_density", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 369, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_transform_density", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 379, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_linear_transform_density", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 380, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_creator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_creator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 399, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_creator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_creator", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_selector", + "callee": ".pydrake.systems.framework.BusValue", + "lineno": 413, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_selector", + "callee": ".pydrake.common.value.Value", + "lineno": 418, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_selector", + "callee": ".pydrake.common.value.Value", + "lineno": 419, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_selector", + "callee": ".pydrake.common.value.Value", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_selector", + "callee": ".pydrake.common.value.Value", + "lineno": 421, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_selector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 430, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_bus_selector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 431, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_pass_through", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 434, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_pass_through", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 435, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_pass_through", + "callee": "bindings.pydrake.systems.test.primitives_test.compare_value", + "lineno": 440, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_pass_through", + "callee": "bindings.pydrake.systems.test.primitives_test.compare_value", + "lineno": 443, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_default_vector_pass_through", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 447, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_abstract_pass_through", + "callee": ".pydrake.common.value.Value", + "lineno": 454, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_abstract_pass_through", + "callee": ".pydrake.systems.primitives.PassThrough", + "lineno": 455, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_abstract_pass_through", + "callee": "bindings.pydrake.systems.test.primitives_test.compare_value", + "lineno": 460, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_abstract_pass_through", + "callee": "bindings.pydrake.systems.test.primitives_test.compare_value", + "lineno": 463, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_port_switch", + "callee": ".pydrake.systems.primitives.PortSwitch", + "lineno": 466, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_port_switch", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 470, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_first_order_low_pass_filter", + "callee": ".pydrake.systems.primitives.FirstOrderLowPassFilter", + "lineno": 474, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_first_order_low_pass_filter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 475, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_first_order_low_pass_filter", + "callee": ".pydrake.systems.primitives.FirstOrderLowPassFilter", + "lineno": 478, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_gain", + "callee": ".pydrake.systems.primitives.Gain", + "lineno": 489, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_gain", + "callee": ".pydrake.systems.primitives.Gain", + "lineno": 489, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_gain.mytest", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 498, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_gain", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 504, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_integrator", + "callee": ".pydrake.systems.primitives.Integrator", + "lineno": 509, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_integrator", + "callee": ".pydrake.systems.primitives.Integrator", + "lineno": 510, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_integrator", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 513, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_integrator", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 519, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_integrator", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 527, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_integrator", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 536, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_saturation", + "callee": ".pydrake.systems.primitives.Saturation", + "lineno": 544, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_saturation.mytest", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 551, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_saturation", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 555, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_saturation", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 556, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "callee": ".pydrake.systems.primitives.SelectorParams", + "lineno": 565, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params._select", + "lineno": 575, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params._select", + "lineno": 575, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params._select", + "lineno": 580, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params._select", + "lineno": 580, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params._select", + "lineno": 584, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params._select", + "lineno": 584, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_selector_params", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "lineno": 590, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_selector_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 591, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_selector_params", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 594, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_selector", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral._make_selector_params", + "lineno": 615, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source", + "callee": ".pydrake.systems.primitives.TrajectorySource", + "lineno": 622, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source.mytest", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 633, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 637, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 638, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 639, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 645, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 646, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_trajectory_source", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 647, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".pydrake.symbolic.Variable", + "lineno": 650, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".pydrake.symbolic.Variable", + "lineno": 651, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".pydrake.symbolic.Variable", + "lineno": 651, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".pydrake.symbolic.Variable", + "lineno": 652, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".pydrake.symbolic.Variable", + "lineno": 652, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".pydrake.systems.primitives.SymbolicVectorSystem", + "lineno": 653, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 663, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 664, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 665, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 666, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 667, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 668, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 669, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 670, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".pydrake.symbolic.Variable", + "lineno": 673, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".pydrake.symbolic.Variable", + "lineno": 674, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".pydrake.symbolic.Variable", + "lineno": 674, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".pydrake.symbolic.Variable", + "lineno": 675, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".pydrake.symbolic.Variable", + "lineno": 675, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".pydrake.symbolic.Variable", + "lineno": 676, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".pydrake.symbolic.Variable", + "lineno": 676, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".pydrake.systems.primitives.SymbolicVectorSystem", + "lineno": 677, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 688, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 689, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 690, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 691, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 692, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 693, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 694, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 695, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_symbolic_vector_system_parameters", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 700, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system", + "callee": ".pydrake.systems.primitives.WrapToSystem", + "lineno": 703, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 711, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 715, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system", + "callee": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_wrap_to_system.mytest", + "lineno": 716, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".pydrake.systems.primitives.Demultiplexer", + "lineno": 720, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 722, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 723, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 732, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".pydrake.systems.primitives.Demultiplexer", + "lineno": 737, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 739, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 740, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 748, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".pydrake.systems.primitives.Demultiplexer", + "lineno": 759, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 761, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 762, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_demultiplexer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 774, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "callee": ".pydrake.systems.test.test_util.MyVector2", + "lineno": 785, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "callee": ".pydrake.systems.primitives.Multiplexer", + "lineno": 789, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "callee": ".pydrake.systems.primitives.Multiplexer", + "lineno": 794, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "callee": ".pydrake.systems.primitives.Multiplexer", + "lineno": 799, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 806, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 810, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 814, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multiplexer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 823, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".pydrake.systems.primitives.MultilayerPerceptron", + "lineno": 826, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 829, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 830, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 833, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 834, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 835, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 838, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 877, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 885, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 886, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 895, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 899, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".pydrake.systems.primitives.MultilayerPerceptron", + "lineno": 903, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 910, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 913, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".pydrake.systems.primitives.MultilayerPerceptron", + "lineno": 925, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_multilayer_perceptron", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 933, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_random_source", + "callee": ".pydrake.systems.primitives.RandomSource", + "lineno": 937, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_random_source", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 942, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_random_source", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 944, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_random_source", + "callee": ".pydrake.systems.primitives.AddRandomInputs", + "lineno": 947, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_random_source", + "callee": ".pydrake.systems.primitives.AddRandomInputs", + "lineno": 950, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_constant_vector_source", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 953, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".pydrake.systems.primitives.ConstantValueSource", + "lineno": 962, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".pydrake.common.value.Value", + "lineno": 962, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".pydrake.systems.primitives.DiscreteTimeDelay", + "lineno": 963, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".pydrake.systems.primitives.DiscreteTimeDelay", + "lineno": 964, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".pydrake.common.value.Value", + "lineno": 967, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".pydrake.systems.primitives.ZeroOrderHold", + "lineno": 970, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".pydrake.systems.primitives.ZeroOrderHold", + "lineno": 971, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".pydrake.common.value.Value", + "lineno": 974, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 976, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_ctor_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 977, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_ctor", + "callee": ".pydrake.systems.primitives.SharedPointerSystem", + "lineno": 980, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_ctor", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 982, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_ctor", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 984, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_builder", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 987, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_builder", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 988, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_builder", + "callee": ".pydrake.systems.framework.SubsystemIndex", + "lineno": 996, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_builder", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 997, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_shared_pointer_system_builder", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 999, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".pydrake.systems.primitives.Sine", + "lineno": 1003, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1006, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1007, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1008, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".pydrake.systems.primitives.Sine", + "lineno": 1011, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1014, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1015, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1016, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".pydrake.systems.primitives.Sine", + "lineno": 1018, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1024, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1025, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sine", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1026, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_derivative", + "callee": ".pydrake.systems.primitives.DiscreteDerivative", + "lineno": 1029, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_derivative", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1030, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_derivative", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1031, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_derivative", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1032, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_derivative", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1033, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_derivative", + "callee": ".pydrake.systems.primitives.DiscreteDerivative", + "lineno": 1035, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_discrete_derivative", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 1038, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_sparse_matrix_gain", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1076, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_state_interpolator_with_discrete_derivative", + "callee": ".pydrake.systems.primitives.StateInterpolatorWithDiscreteDerivative", + "lineno": 1079, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_state_interpolator_with_discrete_derivative", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1082, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_state_interpolator_with_discrete_derivative", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1083, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_state_interpolator_with_discrete_derivative", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1084, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_state_interpolator_with_discrete_derivative", + "callee": ".pydrake.systems.primitives.StateInterpolatorWithDiscreteDerivative", + "lineno": 1110, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_state_interpolator_with_discrete_derivative", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".list.append", + "lineno": 1124, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 1124, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".list.append", + "lineno": 1125, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 1125, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".list.append", + "lineno": 1126, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 1126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".list.append", + "lineno": 1127, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 1128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".list.append", + "lineno": 1131, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 1131, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".list.append", + "lineno": 1132, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 1133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".list.append", + "lineno": 1139, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 1140, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".list.append", + "lineno": 1142, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 1143, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_log_vector_output", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1154, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log", + "callee": ".pydrake.systems.primitives.VectorLog", + "lineno": 1163, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1164, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1166, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1168, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1184, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1186, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1187, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1188, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1189, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1194, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1197, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1204, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".list.append", + "lineno": 1209, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.primitives_test.TestGeneral.test_vector_log_sink", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 1242, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.pyplot_visualizer_test": [ + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestVisualizer.__init__", + "callee": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestVisualizer._make_background", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_simple_visualizer", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_simple_visualizer", + "callee": "bindings.pydrake.systems.test.pyplot_visualizer_test.SimpleContinuousTimeSystem.__init__", + "lineno": 85, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_simple_visualizer", + "callee": ".pydrake.systems.primitives.VectorLogSink", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_simple_visualizer", + "callee": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestVisualizer.__init__", + "lineno": 88, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_simple_visualizer", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_simple_visualizer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_trajectory", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_trajectory", + "callee": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestVisualizer.__init__", + "lineno": 103, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_recording", + "callee": ".pydrake.systems.pyplot_visualizer.PyPlotVisualizer", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_recording", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_recording", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_recording", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_recording", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.pyplot_visualizer_test.TestPyplotVisualizer.test_recording", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 135, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.rendering_test": [ + { + "caller": "bindings.pydrake.systems.test.rendering_test.TestRendering.testMultibodyPositionToGeometryPose", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.rendering_test.TestRendering.testMultibodyPositionToGeometryPose", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.rendering_test.TestRendering.testMultibodyPositionToGeometryPose", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.rendering_test.TestRendering.testMultibodyPositionToGeometryPose", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.rendering_test.TestRendering.testMultibodyPositionToGeometryPose", + "callee": ".pydrake.systems.rendering.MultibodyPositionToGeometryPose", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.rendering_test.TestRendering.testMultibodyPositionToGeometryPose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.scalar_conversion_test": [ + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_converter_attributes", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_converter_attributes", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "callee": ".unittest.TestCase.assertIs", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertIs", + "lineno": 92, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".pydrake.systems.framework._ExternalSystemConstraint", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": ".unittest.TestCase.assertIs", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system", + "callee": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system_in_diagram", + "callee": ".pydrake.systems.framework._ExternalSystemConstraint", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system_in_diagram", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system_in_diagram", + "callee": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system_in_diagram", + "callee": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "lineno": 167, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_example_system_in_diagram", + "callee": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion._check_scalar_converted_example", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 211, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_define_convertible_system_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 228, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_nonsymbolic_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_nonsymbolic_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 235, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_nonsymbolic_example", + "callee": ".pydrake.systems.framework._ExternalSystemConstraint", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_nonsymbolic_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 251, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_nonsymbolic_example", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 257, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_nonsymbolic_example", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 262, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_nonsymbolic_example", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 264, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 282, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 283, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "callee": ".unittest.TestCase.assertIs", + "lineno": 285, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "callee": ".unittest.TestCase.assertIs", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_inheritance", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 290, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 310, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions", + "callee": ".unittest.TestCase.assertIn", + "lineno": 312, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions", + "callee": ".unittest.TestCase.assertIn", + "lineno": 328, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions", + "callee": ".unittest.TestCase.assertIn", + "lineno": 350, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.scalar_conversion_test.TestScalarConversion.test_bad_class_definitions", + "callee": ".unittest.TestCase.assertIn", + "lineno": 351, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.sensors_test": [ + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_single_body_scene", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_single_body_scene", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_single_body_scene", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_accelerometer", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_single_body_scene", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_accelerometer", + "callee": ".pydrake.math.RigidTransform", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_accelerometer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_accelerometer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_accelerometer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_accelerometer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_gyroscope", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_single_body_scene", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_gyroscope", + "callee": ".pydrake.math.RigidTransform", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_gyroscope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_gyroscope", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_gyroscope", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 171, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 175, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 176, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 184, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 186, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 192, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_traits", + "callee": ".unittest.TestCase.assertIn", + "lineno": 193, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 208, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 243, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 244, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 249, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 265, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 273, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 274, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 275, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_data.check_keep_alive", + "lineno": 296, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_depth_image_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 305, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_depth_image_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 306, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_depth_image_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 311, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_depth_image_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 312, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 319, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertIn", + "lineno": 320, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 322, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 323, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertIn", + "lineno": 332, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertIn", + "lineno": 338, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 341, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 342, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 344, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_buses", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 357, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_buses", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 358, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_buses", + "callee": ".pydrake.systems.lcm.LcmBuses", + "lineno": 362, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_buses", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 363, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_buses", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 370, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_interface_system", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 374, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_interface_system", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 375, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_interface_system", + "callee": ".pydrake.systems.lcm.LcmInterfaceSystem", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_interface_system", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_config_lcm_interface_system", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 380, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 410, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 411, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 412, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 413, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 414, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 415, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 416, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 417, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 418, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_camera_info", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 419, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_input", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 422, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_output", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 425, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_basic", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_input", + "lineno": 440, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_basic", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_output", + "lineno": 442, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_custom", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_input", + "lineno": 457, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_custom", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 473, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_custom", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 477, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_custom", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 478, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_to_lcm_image_array_custom", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_lcm_image_array_to_images_basic", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_input", + "lineno": 495, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_lcm_image_array_to_images_basic", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._check_output", + "lineno": 501, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_lcm_image_array_to_images_basic", + "callee": ".drake.lcmt_image", + "lineno": 504, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_lcm_image_array_to_images_basic", + "callee": ".drake.lcmt_image_array", + "lineno": 514, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_lcm_image_array_to_images_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 529, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_lcm_image_array_to_images_basic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 530, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_render_camera_core", + "callee": ".pydrake.geometry.RenderCameraCore", + "lineno": 534, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_render_camera_core", + "callee": ".pydrake.geometry.ClippingRange", + "lineno": 537, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_render_camera_core", + "callee": ".pydrake.math.RigidTransform", + "lineno": 538, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 543, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 544, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 545, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 548, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 551, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 552, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 555, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct", + "callee": ".pydrake.geometry.ColorRenderCamera", + "lineno": 566, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_render_camera_core", + "lineno": 567, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct", + "callee": ".pydrake.geometry.DepthRenderCamera", + "lineno": 569, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct", + "callee": ".pydrake.geometry.DepthRange", + "lineno": 570, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct_single", + "callee": ".pydrake.geometry.DepthRenderCamera", + "lineno": 580, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct_single", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_render_camera_core", + "lineno": 581, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.construct_single", + "callee": ".pydrake.geometry.DepthRange", + "lineno": 582, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".pydrake.math.RigidTransform", + "lineno": 589, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_info", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 594, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 595, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 596, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_info", + "lineno": 602, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_info", + "lineno": 603, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 604, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 605, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".pydrake.math.RigidTransform", + "lineno": 607, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "lineno": 613, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 617, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 623, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 629, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 633, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 644, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 645, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor.check_ports", + "lineno": 646, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 651, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 652, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 653, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 654, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 657, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 658, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": "bindings.pydrake.systems.test.sensors_test.TestSensors._make_render_camera_core", + "lineno": 659, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".pydrake.geometry.ColorRenderCamera", + "lineno": 660, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".pydrake.geometry.DepthRenderCamera", + "lineno": 661, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".pydrake.geometry.DepthRange", + "lineno": 661, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".pydrake.math.RigidTransform", + "lineno": 666, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 676, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 677, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 678, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 681, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 682, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 683, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 686, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".pydrake.math.RigidTransform", + "lineno": 690, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 698, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 700, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".pydrake.math.RigidTransform", + "lineno": 701, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 702, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rgbd_sensor_async", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 706, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_metadata", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 725, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_metadata", + "callee": ".unittest.TestCase.assertIn", + "lineno": 726, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_using_buffer", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 734, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_using_buffer", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 735, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_using_buffer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 738, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_using_buffer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 741, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_using_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 753, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_io_using_file", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 756, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_image_writer", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 767, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rotary_encoders", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 772, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rotary_encoders", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 777, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.sensors_test.TestSensors.test_rotary_encoders", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 784, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test.value_test": [ + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_double", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_set_get", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_set_get", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_set_get", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_basic_vector_set_get", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.assert_basic_vector_equal", + "callee": ".unittest.TestCase.assertIs", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.assert_basic_vector_equal", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertIs", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 133, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": "bindings.pydrake.systems.test.value_test.TestValue.assert_basic_vector_equal", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 155, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_str_and_repr", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api.compare", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api.compare", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api.compare", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.systems.framework.BasicVector", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.common.value.Value", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.systems.framework.Parameters", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api.compare", + "lineno": 184, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api.compare", + "lineno": 185, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api.compare", + "lineno": 189, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api.compare", + "lineno": 190, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.systems.framework.Parameters", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.systems.framework.Parameters", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.systems.framework.Parameters", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.systems.framework.Parameters", + "lineno": 201, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.systems.framework.Parameters", + "lineno": 205, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_parameters_api", + "callee": ".pydrake.systems.framework.Parameters", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".pydrake.systems.framework.BusValue", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 225, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.fail", + "lineno": 228, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.fail", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test.value_test.TestValue.test_bus_value", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 237, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.systems.test._resample_log_interp1d_test": [ + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_oned_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.SimpleContinuousTimeSystem.__init__", + "lineno": 55, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_oned_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.create_log", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_oned_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_input_data", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_oned_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample", + "lineno": 107, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_oned_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_multid_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.MultiDimensionalTimeSystem.__init__", + "lineno": 132, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_multid_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.create_log", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_multid_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_input_data", + "lineno": 173, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_multid_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample", + "lineno": 184, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.test_resample_log_multid_interp1d", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.create_log", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 233, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.create_log", + "callee": ".pydrake.systems.primitives.VectorLogSink", + "lineno": 235, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.create_log", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_input_data", + "callee": ".numpy.testing.assert_allclose", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_input_data", + "callee": ".numpy.testing.assert_allclose", + "lineno": 254, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.validate_resample", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d._check_resample", + "callee": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.validate_resample", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.validate_resample", + "callee": ".pydrake.systems._resample_interp1d._resample_interp1d", + "lineno": 279, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.validate_resample", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 280, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.validate_resample", + "callee": ".numpy.testing.assert_allclose", + "lineno": 284, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test._resample_log_interp1d_test.TestResampleLogInterp1d.validate_resample", + "callee": ".numpy.testing.assert_allclose", + "lineno": 287, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.systems.test_utilities.framework_test_util": [ + { + "caller": "bindings.pydrake.systems.test_utilities.framework_test_util._create_port_monitor_diagram", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.systems.test_utilities.framework_test_util.check_ports_lifetime_hazard", + "callee": "bindings.pydrake.systems.test_utilities.framework_test_util._create_port_monitor_diagram", + "lineno": 59, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.systems.test_utilities": [], + "bindings.pydrake.test.all_each_import_test": [ + { + "caller": "bindings.pydrake.test.all_each_import_test.TestAllEachImport.setUp", + "callee": ".pydrake.common.temp_directory", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_each_import_test.TestAllEachImport._modules_to_test", + "callee": ".list.append", + "lineno": 34, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.test.all_each_import_test.TestAllEachImport.test_submodule", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_each_import_test.TestAllEachImport.test_submodule", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_each_import_test.TestAllEachImport.test_submodule", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_each_import_test.TestAllEachImport.test_submodule", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_each_import_test.TestAllEachImport.test_submodule", + "callee": "bindings.pydrake.test.all_each_import_test.TestAllEachImport._modules_to_test", + "lineno": 40, + "resolution": "same_class_name_call" + } + ], + "bindings.pydrake.test.all_install_test": [ + { + "caller": "bindings.pydrake.test.all_install_test.TestAllInstall.test_install", + "callee": ".list.append", + "lineno": 21, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.test.all_install_test.TestAllInstall.test_type_stubs", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_install_test.TestAllInstall.test_type_stubs", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 42, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.all_test": [ + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_000_import_warnings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_000_import_warnings", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_000_import_warnings", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_no_all", + "callee": ".pydrake.all.DiagramBuilder", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_no_all", + "callee": ".pydrake.all.AddMultibodyPlantSceneGraph", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_no_all", + "callee": ".pydrake.all.Parser", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_no_all", + "callee": ".pydrake.all.FindResourceOrThrow", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_no_all", + "callee": ".pydrake.all.Simulator", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_all", + "callee": ".pydrake.all.DiagramBuilder", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_all", + "callee": ".pydrake.all.AddMultibodyPlantSceneGraph", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_all", + "callee": ".pydrake.all.Parser", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_all", + "callee": ".pydrake.all.FindResourceOrThrow", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_usage_all", + "callee": ".pydrake.all.Simulator", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_preferred_ordering", + "callee": ".unittest.TestCase.assertIs", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_preferred_ordering", + "callee": ".unittest.TestCase.assertIs", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_symbols_subset", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 192, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_no_experimental_symbols", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_no_experimental_symbols", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.all_test.TestAll.test_function_only_imports", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 232, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.common_install_test": [ + { + "caller": "bindings.pydrake.test.common_install_test.TestCommonInstall.testDrakeFindResourceOrThrowInInstall", + "callee": ".list.append", + "lineno": 17, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.test.common_install_test.TestCommonInstall.testDrakeFindResourceOrThrowInInstall", + "callee": ".unittest.TestCase.assertIn", + "lineno": 33, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.dot_clang_format_test": [ + { + "caller": "bindings.pydrake.test.dot_clang_format_test.TestDotfile.test_dotfile_consistency", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.dot_clang_format_test.TestDotfile.test_dotfile_consistency", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.dot_clang_format_test.TestDotfile.test_dotfile_consistency", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.dot_clang_format_test.TestDotfile.test_dotfile_consistency", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.dot_clang_format_test.TestDotfile.test_dotfile_consistency", + "callee": ".unittest.TestCase.assertMultiLineEqual", + "lineno": 54, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.forward_diff_test": [ + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_trig", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 13, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_trig", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_trig", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 14, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_trig", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_mul", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_mul", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_mul", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_mul", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_mul", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_mul", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_add", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_add", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_add", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_add", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_add", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_add", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_sub", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_sub", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_sub", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_sub", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_sub", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_sub", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_truediv", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_truediv", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_truediv", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_truediv", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_truediv", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_truediv", + "callee": ".pydrake.forwarddiff.derivative", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.f", + "callee": ".list.dot", + "lineno": 46, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.f_vector", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_derivative_shape.f", + "lineno": 50, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.g_vector", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_derivative_shape.f", + "lineno": 60, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.g_vector", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_derivative_shape.f", + "lineno": 60, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.dg_vector", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.df", + "lineno": 64, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.dg_vector", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.df", + "lineno": 64, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.g_matrix", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.g_vector", + "lineno": 67, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.dg_matrix", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.dg_vector", + "lineno": 70, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": ".pydrake.forwarddiff.gradient", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.df", + "lineno": 72, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": ".pydrake.forwarddiff.gradient", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.df", + "lineno": 73, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": ".pydrake.forwarddiff.jacobian", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.df", + "lineno": 74, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": ".pydrake.forwarddiff.jacobian", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.dg_vector", + "lineno": 75, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": ".pydrake.forwarddiff.jacobian", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian", + "callee": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_and_jacobian.dg_matrix", + "lineno": 76, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_derivative_shape", + "callee": ".pydrake.forwarddiff.jacobian", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative", + "callee": ".pydrake.forwarddiff.gradient", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative", + "callee": ".unittest.TestCase.assertIn", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative", + "callee": ".pydrake.forwarddiff.gradient", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_gradient_api_negative", + "callee": ".unittest.TestCase.assertIn", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_api_negative", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_api_negative", + "callee": ".pydrake.forwarddiff.jacobian", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.forward_diff_test.TestForwardDiff.test_jacobian_api_negative", + "callee": ".unittest.TestCase.assertIn", + "lineno": 119, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.lcm_test": [ + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.setUp", + "callee": ".drake.lcmt_quaternion", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_lcm", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_lcm", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_lcm", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_lcm", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_params", + "callee": ".pydrake.lcm.DrakeLcmParams", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_params", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_params", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_params", + "callee": ".unittest.TestCase.assertIn", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm._handler", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".pydrake.lcm.Subscriber", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_subscriber", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_single_channel", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_single_channel", + "callee": ".list.append", + "lineno": 69, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_single_channel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_multi_channel", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_multi_channel", + "callee": ".list.append", + "lineno": 87, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_multi_channel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_multi_channel", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_all_channels", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_all_channels", + "callee": ".list.append", + "lineno": 105, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_all_channels", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.lcm_test.TestLcm.test_round_trip_all_channels", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.memory_leak_test": [ + { + "caller": "bindings.pydrake.test.memory_leak_test._get_meshcat_singleton", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._make_sentinels_from_locals", + "callee": "bindings.pydrake.test.memory_leak_test._make_sentinel", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._report_sentinels", + "callee": "bindings.pydrake.test.memory_leak_test._object_generation", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_simple_source", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_simple_source", + "callee": "bindings.pydrake.test.memory_leak_test._make_sentinel", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_trivial_simulator", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_trivial_simulator", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_trivial_simulator", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_trivial_simulator", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_trivial_simulator", + "callee": "bindings.pydrake.test.memory_leak_test._make_sentinels_from_locals", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_mixed_language_simulator", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_mixed_language_simulator", + "callee": ".pydrake.systems.primitives.ConstantVectorSource", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_mixed_language_simulator", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_mixed_language_simulator", + "callee": "bindings.pydrake.test.memory_leak_test._make_sentinels_from_locals", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.geometry.SceneGraphConfig", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.multibody.parsing.LoadModelDirectivesFromString", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.systems.lcm.ApplyLcmBusConfig", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.lcm.DrakeLcmParams", + "lineno": 246, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.manipulation.ApplyDriverConfigs", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.manipulation.IiwaDriver", + "lineno": 255, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.systems.sensors.ApplyCameraConfig", + "lineno": 260, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.systems.sensors.CameraConfig", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.common.schema.Transform", + "lineno": 265, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.common.schema.Rotation", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.visualization.ApplyVisualizationConfig", + "lineno": 271, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.visualization.VisualizationConfig", + "lineno": 274, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": "bindings.pydrake.test.memory_leak_test._get_meshcat_singleton", + "lineno": 275, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 278, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.systems.analysis.ApplySimulatorConfig", + "lineno": 279, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.systems.analysis.SimulatorConfig", + "lineno": 281, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_full_example", + "callee": "bindings.pydrake.test.memory_leak_test._make_sentinels_from_locals", + "lineno": 286, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_mypyleafsystem", + "callee": "bindings.pydrake.test.memory_leak_test.MyPyLeafSystem.__init__", + "lineno": 297, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_mypyleafsystem", + "callee": "bindings.pydrake.test.memory_leak_test._make_sentinels_from_locals", + "lineno": 298, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._repeat", + "callee": "bindings.pydrake.test.memory_leak_test._report_sentinels", + "lineno": 323, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._repeat", + "callee": "bindings.pydrake.test.memory_leak_test._report_sentinels", + "lineno": 326, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "callee": "bindings.pydrake.test.memory_leak_test._repeat", + "lineno": 342, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "callee": ".unittest.TestCase.assertLessEqual", + "lineno": 343, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 344, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_simple_source", + "callee": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "lineno": 347, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_trivial_simulator", + "callee": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "lineno": 350, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_mixed_language_simulator", + "callee": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "lineno": 353, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_full_example", + "callee": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "lineno": 357, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.test_mypyleafsystem", + "callee": "bindings.pydrake.test.memory_leak_test.TestPythonMemoryLeaks.do_test", + "lineno": 360, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_bug24529", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 384, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test._dut_bug24529", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 385, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestNativeHeapLeaks.do_test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 415, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.memory_leak_test.TestNativeHeapLeaks.test_bug24529", + "callee": "bindings.pydrake.test.memory_leak_test.TestNativeHeapLeaks.do_test", + "lineno": 423, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.test.odr_test": [ + { + "caller": "bindings.pydrake.test.odr_test.TestODR.test_variable", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 24, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.parse_models_test": [ + { + "caller": "bindings.pydrake.test.parse_models_test.parse_model_and_create_context", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.parse_models_test.parse_model_and_create_context", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.parse_models_test.parse_model_and_create_context", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.parse_models_test.TestParseModels.test_available_runfiles", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.parse_models_test.TestParseModels.test_available_runfiles", + "callee": "bindings.pydrake.test.parse_models_test.find_model_files", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.parse_models_test.TestParseModels.test_available_runfiles", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.parse_models_test.TestParseModels.test_available_runfiles", + "callee": "bindings.pydrake.test.parse_models_test.parse_model_and_create_context", + "lineno": 59, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.test.perception_test": [ + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_pc_flags_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 21, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_pc_flags_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_pc_flags_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_pc_flags_api", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_pc_flags_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_pc_flags_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_pc_flags_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.check_array", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.check_array", + "callee": ".unittest.TestCase.assertTupleEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": "bindings.pydrake.test.perception_test.TestPerception.check_array", + "lineno": 75, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": "bindings.pydrake.test.perception_test.TestPerception.check_array", + "lineno": 76, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": "bindings.pydrake.test.perception_test.TestPerception.check_array", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 92, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".pydrake.common.value.Value", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_point_cloud_api", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_depth_image_to_point_cloud_api", + "callee": ".pydrake.systems.sensors.CameraInfo", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_depth_image_to_point_cloud_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_depth_image_to_point_cloud_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_depth_image_to_point_cloud_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.perception_test.TestPerception.test_depth_image_to_point_cloud_api", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 142, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.polynomial_test": [ + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_pickle", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_analysis_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_analysis_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_analysis_methods", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_analysis_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_analysis_methods", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_analysis_methods", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_analysis_methods", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.polynomial_test.TestPolynomial.test_arithmetic", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 99, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.print_symbol_collisions": [ + { + "caller": "bindings.pydrake.test.print_symbol_collisions.main", + "callee": ".collections.defaultdict", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.print_symbol_collisions.main", + "callee": ".collections.defaultdict", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.print_symbol_collisions.main", + "callee": "bindings.pydrake.test.print_symbol_collisions._is_module_of", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.print_symbol_collisions.main", + "callee": "bindings.pydrake.test.print_symbol_collisions._is_public_module", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.print_symbol_collisions.main", + "callee": "bindings.pydrake.test.print_symbol_collisions._get_all_var_names", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.print_symbol_collisions.main", + "callee": ".list.append", + "lineno": 50, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.test.print_symbol_collisions.", + "callee": "bindings.pydrake.test.print_symbol_collisions.main", + "lineno": 61, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.test.pydrake_pybind_test": [ + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".pydrake.pydrake_pybind_test_util.ExamplePyKeepAlive", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".pydrake.pydrake_pybind_test_util.ExamplePyKeepAlive", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".pydrake.pydrake_pybind_test_util.ExamplePyKeepAlive", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".pydrake.pydrake_pybind_test_util.ExamplePyKeepAlive", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".pydrake.pydrake_pybind_test_util.ExamplePyKeepAlive", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".pydrake.pydrake_pybind_test_util.ExamplePyKeepAlive", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_keep_alive", + "callee": "bindings.pydrake.test.pydrake_pybind_test.check_reference_internal_list", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_copy_and_deepcopy", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_copy_and_deepcopy", + "callee": "bindings.pydrake.test.pydrake_pybind_test.check_copy", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_copy_and_deepcopy", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleDefCopyAndDeepCopy", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_copy_and_deepcopy", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_copy_and_deepcopy", + "callee": "bindings.pydrake.test.pydrake_pybind_test.check_copy", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_copy_and_deepcopy", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleDefCopyAndDeepCopy", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": "bindings.pydrake.test.pydrake_pybind_test.check_copy", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleDefClone", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": "bindings.pydrake.test.pydrake_pybind_test.check_copy", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleDefClone", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": "bindings.pydrake.test.pydrake_pybind_test.check_copy", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_def_clone", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleDefClone", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleParamInit", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleParamInit", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleParamInit", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.pydrake_pybind_test.TestPydrakePybindFundamentals.test_py_param_init", + "callee": ".pydrake.pydrake_pybind_test_util.ExampleParamInit", + "lineno": 71, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.test.rtld_global_warning_test": [ + { + "caller": "bindings.pydrake.test.rtld_global_warning_test.TestRtldGlobalWarning.test_mock_torch", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.rtld_global_warning_test.TestRtldGlobalWarning.test_mock_torch", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.rtld_global_warning_test.TestRtldGlobalWarning.test_mock_torch", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 28, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.stubgen_test": [ + { + "caller": "bindings.pydrake.test.stubgen_test.TestStubgen._expected_pyi_files", + "callee": "bindings.pydrake.test.stubgen_test.TestStubgen._rlocation", + "lineno": 22, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.stubgen_test.TestStubgen._expected_pyi_files", + "callee": "bindings.pydrake.test.stubgen_test.TestStubgen._rlocation", + "lineno": 24, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.stubgen_test.TestStubgen.test_valid_syntax", + "callee": "bindings.pydrake.test.stubgen_test.TestStubgen._expected_pyi_files", + "lineno": 30, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.stubgen_test.TestStubgen.test_valid_syntax", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.stubgen_test.TestStubgen.test_valid_syntax", + "callee": "bindings.pydrake.test.stubgen_test.TestStubgen._check_one_valid_syntax", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.test.stubgen_test.TestStubgen._check_one_valid_syntax", + "callee": ".unittest.TestCase.fail", + "lineno": 57, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test.trajectories_test": [ + { + "caller": "bindings.pydrake.test.trajectories_test.CustomTrajectory.__deepcopy__", + "callee": "bindings.pydrake.test.trajectories_test.CustomTrajectory.__init__", + "lineno": 42, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": "bindings.pydrake.test.trajectories_test.CustomTrajectory.__init__", + "lineno": 85, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_custom_trajectory", + "callee": ".unittest.TestCase.assertIn", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".pydrake.symbolic.Variable", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bezier_curve", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 163, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 170, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 171, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 175, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 185, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 190, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 193, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 204, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_bspline_trajectory", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_derivative_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 228, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_derivative_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_discrete_time_trajectory", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 244, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_discrete_time_trajectory", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "callee": ".pydrake.trajectories.ExponentialPlusPiecewisePolynomial", + "lineno": 282, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 285, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 291, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_exponential_plus_piecewise_polynomial", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 292, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 305, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 306, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 307, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "callee": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory.f", + "lineno": 311, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 312, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 323, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "callee": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory.df", + "lineno": 325, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_function_handle_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_legacy_unpickle", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 335, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_legacy_unpickle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 336, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_legacy_unpickle", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 337, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_path_parameterized_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 349, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_path_parameterized_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 351, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_path_parameterized_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 352, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_path_parameterized_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 355, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_path_parameterized_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 356, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_path_parameterized_trajectory", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 358, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_empty_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 392, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_empty_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_constant_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_constant_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 402, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_constant_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 405, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_constant_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 406, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_matrix_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 420, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_matrix_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 421, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_vector_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 432, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_vector_constructor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 433, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_pickle", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 444, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".textwrap.dedent", + "lineno": 470, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 480, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 481, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 482, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 483, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 484, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 486, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 487, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 488, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 489, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 490, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_zoh", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 491, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_cubic", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 501, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_cubic", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 502, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_cubic", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 503, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_cubic", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 505, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_empty", + "callee": ".textwrap.dedent", + "lineno": 508, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_empty", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 512, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_empty", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 513, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_empty", + "callee": ".pydrake.common.yaml.yaml_dump_typed", + "lineno": 514, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_polynomial_serialize_empty", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 515, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_zero_order_hold_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 536, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_zero_order_hold_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 537, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_zero_order_hold_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 540, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_zero_order_hold_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 541, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_zero_order_hold_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 546, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_lagrange_interpolating_polynomial_vector", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 609, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_matrix_trajectories", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 647, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_matrix_trajectories", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 649, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_matrix_trajectories", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 652, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_matrix_trajectories", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 653, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 680, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 681, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 683, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 684, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 686, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 687, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 689, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_reshape_block_and_transpose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 690, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_slice_and_shift", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 699, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_compare_and_concatenate", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 715, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_vector_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 727, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_composite_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 746, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_composite_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 747, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_composite_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 748, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_composite_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 751, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_composite_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 754, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_composite_trajectory", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 758, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_composite_trajectory", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 782, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 793, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 794, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 795, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 807, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 818, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 825, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 832, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_quaternion_slerp", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 888, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 910, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 911, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 912, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 919, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 930, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 931, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 934, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 940, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 948, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 950, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 951, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_piecewise_pose", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 955, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_stacked_trajectory", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 986, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_stacked_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 989, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_stacked_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 990, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_stacked_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 992, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_stacked_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 993, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_stacked_trajectory", + "callee": ".pydrake.common.test_utilities.pickle_compare.assert_pickle", + "lineno": 1015, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_wrapped_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1023, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_wrapped_trajectory", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 1024, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_wrapped_trajectory", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1026, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_wrapped_trajectory", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1028, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_wrapped_trajectory", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1029, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.test.trajectories_test.TestTrajectories.test_wrapped_trajectory", + "callee": ".unittest.TestCase.assertIn", + "lineno": 1031, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.test": [], + "bindings.pydrake.test.mock_torch.torch": [], + "bindings.pydrake.visualization.meldis": [ + { + "caller": "bindings.pydrake.visualization.meldis._main", + "callee": "bindings.pydrake.visualization.meldis._available_browsers", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization.meldis.", + "callee": "bindings.pydrake.visualization.meldis._main", + "lineno": 150, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.visualization.model_visualizer": [ + { + "caller": "bindings.pydrake.visualization.model_visualizer._main", + "callee": ".pathlib.Path", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.model_visualizer._main", + "callee": ".pathlib.Path", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.model_visualizer._main", + "callee": ".pathlib.Path", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.model_visualizer.", + "callee": "bindings.pydrake.visualization.model_visualizer._main", + "lineno": 214, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.visualization.run_installed_meldis": [ + { + "caller": "bindings.pydrake.visualization.run_installed_meldis.main", + "callee": ".os.path.dirname", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_meldis.main", + "callee": ".os.path.dirname", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_meldis.main", + "callee": ".os.path.realpath", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_meldis.main", + "callee": ".os.path.isdir", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_meldis.main", + "callee": ".os.path.join", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_meldis.main", + "callee": ".os.path.join", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_meldis.main", + "callee": ".pydrake.visualization.meldis._main", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_meldis.", + "callee": "bindings.pydrake.visualization.run_installed_meldis.main", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.visualization.run_installed_model_visualizer": [ + { + "caller": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "callee": ".os.path.dirname", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "callee": ".os.path.dirname", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "callee": ".os.path.realpath", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "callee": ".os.path.isdir", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "callee": ".os.path.join", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "callee": ".os.path.join", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "callee": ".pydrake.visualization.model_visualizer._main", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.run_installed_model_visualizer.", + "callee": "bindings.pydrake.visualization.run_installed_model_visualizer.main", + "lineno": 26, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.visualization._lcm_image_array_viewer": [ + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer._ImageServer._serve_image", + "callee": ".flask.Response", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer._ImageServer._serve_image", + "callee": "bindings.pydrake.visualization._lcm_image_array_viewer._ImageServer._response_generator", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer.__init__", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer.__init__", + "callee": ".pydrake.visualization.ColorizeLabelImage", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer.__init__", + "callee": ".pydrake.visualization.ColorizeDepthImage", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer.__init__", + "callee": "bindings.pydrake.visualization._lcm_image_array_viewer._ImageServer.__init__", + "lineno": 90, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer.image_generator", + "callee": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "callee": ".pydrake.systems.sensors.ImageRgba8U", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "callee": ".pydrake.systems.sensors.ImageLabel16I", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "callee": ".pydrake.systems.sensors.ImageDepth16U", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "callee": ".pydrake.systems.sensors.ImageDepth32F", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "callee": ".list.append", + "lineno": 161, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "callee": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._concatenate_images", + "lineno": 164, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._process_message", + "callee": ".io.BytesIO", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._concatenate_images", + "callee": ".list.append", + "lineno": 185, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer._concatenate_images", + "callee": ".list.append", + "lineno": 187, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.main", + "callee": ".pydrake.common.configure_logging", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.main", + "callee": "bindings.pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer.__init__", + "lineno": 218, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._lcm_image_array_viewer.", + "callee": "bindings.pydrake.visualization._lcm_image_array_viewer.main", + "lineno": 222, + "resolution": "direct_name_call" + } + ], + "bindings.pydrake.visualization._meldis": [ + { + "caller": "bindings.pydrake.visualization._meldis.", + "callee": ".pydrake.geometry.MeshcatParams", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._to_pose", + "callee": ".pydrake.math.RigidTransform", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._to_pose", + "callee": ".pydrake.common.eigen_geometry.Quaternion", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._json_to_memory_file", + "callee": ".pydrake.common.MemoryFile", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._json_to_file_source", + "callee": "bindings.pydrake.visualization._meldis._json_to_memory_file", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._make_mesh_source_from_json", + "callee": "bindings.pydrake.visualization._meldis._json_to_file_source", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._make_mesh_source_from_json", + "callee": ".pydrake.geometry.MeshSource", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._make_mesh_source_from_json", + "callee": ".pydrake.geometry.InMemoryMesh", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._make_mesh_source_from_json", + "callee": "bindings.pydrake.visualization._meldis._json_to_memory_file", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_viewer_load_robot", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_viewer_geometry_data", + "lineno": 191, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_viewer_geometry_data", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh", + "lineno": 199, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_in_memory", + "lineno": 203, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_from_disk", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh", + "callee": ".pathlib.Path", + "lineno": 205, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_in_memory", + "callee": "bindings.pydrake.visualization._meldis._make_mesh_source_from_json", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_in_memory", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher._read_file", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_from_disk", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher._read_file", + "lineno": 229, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_from_disk", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_obj_from_disk", + "lineno": 231, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mesh_from_disk", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_gltf_from_disk", + "lineno": 233, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_obj_from_disk", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mtl_from_disk", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mtl_from_disk", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher._read_file", + "lineno": 251, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_mtl_from_disk", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_texture_from_disk", + "lineno": 255, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_texture_from_disk", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher._read_file", + "lineno": 259, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_gltf_from_disk", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher._read_file", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.__init__", + "callee": "bindings.pydrake.visualization._meldis._Slider.__init__", + "lineno": 301, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.__init__", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_load", + "lineno": 312, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.__init__", + "callee": ".drake.lcmt_viewer_load_robot", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_load", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.__init__", + "lineno": 320, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_load", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.on_viewer_load_robot", + "lineno": 321, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_load", + "callee": "bindings.pydrake.visualization._meldis._GeometryFileHasher.value", + "lineno": 322, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_load", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet.set_alpha", + "lineno": 340, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._build_links", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet._set_visible", + "lineno": 346, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._build_links", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "lineno": 360, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_draw", + "callee": "bindings.pydrake.visualization._meldis._to_pose", + "lineno": 380, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_draw", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet._build_links", + "lineno": 385, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_draw", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet._set_visible", + "lineno": 388, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_draw", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet.on_poll", + "lineno": 389, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_poll", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet.set_alpha", + "lineno": 410, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_draw_deformable", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_deformable_geom", + "lineno": 420, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet.on_viewer_draw_deformable", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet._set_visible", + "lineno": 427, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_deformable_geom", + "callee": ".pydrake.geometry.Rgba", + "lineno": 448, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_deformable_geom", + "callee": "bindings.pydrake.visualization._meldis._to_pose", + "lineno": 449, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": ".pydrake.geometry.Box", + "lineno": 460, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": ".pydrake.geometry.Capsule", + "lineno": 463, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": ".pydrake.geometry.Cylinder", + "lineno": 466, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": ".pydrake.geometry.Ellipsoid", + "lineno": 469, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": "bindings.pydrake.visualization._meldis._make_mesh_source_from_json", + "lineno": 473, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": ".pydrake.geometry.Mesh", + "lineno": 477, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": ".pydrake.geometry.Mesh", + "lineno": 481, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet._make_triangle_mesh", + "lineno": 484, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": ".pydrake.geometry.Sphere", + "lineno": 487, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": ".pydrake.geometry.Rgba", + "lineno": 491, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._convert_geom", + "callee": "bindings.pydrake.visualization._meldis._to_pose", + "lineno": 492, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._make_triangle_mesh", + "callee": ".list.append", + "lineno": 515, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._make_triangle_mesh", + "callee": ".pydrake.geometry.SurfaceTriangle", + "lineno": 520, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._make_triangle_mesh", + "callee": ".list.append", + "lineno": 521, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ViewerApplet._make_triangle_mesh", + "callee": ".pydrake.geometry.TriangleSurfaceMesh", + "lineno": 522, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.__init__", + "callee": ".pydrake.multibody.meshcat.ContactVisualizerParams", + "lineno": 533, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.__init__", + "callee": ".pydrake.multibody.meshcat._PointContactVisualizer", + "lineno": 535, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.__init__", + "callee": ".pydrake.multibody.meshcat.ContactVisualizerParams", + "lineno": 538, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.__init__", + "callee": ".pydrake.multibody.meshcat._HydroelasticContactVisualizer", + "lineno": 540, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.convert_faces", + "callee": ".list.append", + "lineno": 553, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.get_full_names", + "callee": ".list.append", + "lineno": 578, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.get_full_names", + "callee": ".list.append", + "lineno": 581, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.get_full_names", + "callee": ".list.append", + "lineno": 583, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.get_full_names", + "callee": ".list.append", + "lineno": 584, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.get_full_names", + "callee": ".list.append", + "lineno": 588, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.get_full_names", + "callee": ".list.append", + "lineno": 591, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.on_contact_results", + "callee": ".list.append", + "lineno": 604, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.on_contact_results", + "callee": ".pydrake.multibody.meshcat._PointContactVisualizerItem", + "lineno": 605, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.on_contact_results", + "callee": "bindings.pydrake.visualization._meldis._ContactApplet.get_full_names", + "lineno": 617, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.on_contact_results", + "callee": ".list.append", + "lineno": 618, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.on_contact_results", + "callee": ".pydrake.multibody.meshcat._HydroelasticContactVisualizerItem", + "lineno": 619, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.on_contact_results", + "callee": "bindings.pydrake.visualization._meldis._ContactApplet.convert_verts", + "lineno": 625, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._ContactApplet.on_contact_results", + "callee": "bindings.pydrake.visualization._meldis._ContactApplet.convert_faces", + "lineno": 626, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._PointCloudApplet._validate_and_get_fields", + "callee": ".pydrake.perception.Fields", + "lineno": 677, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._PointCloudApplet._validate_and_get_fields", + "callee": ".pydrake.perception.Fields", + "lineno": 679, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._PointCloudApplet._validate_and_get_fields", + "callee": ".pydrake.perception.Fields", + "lineno": 681, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._PointCloudApplet.on_point_cloud", + "callee": "bindings.pydrake.visualization._meldis._PointCloudApplet._validate_and_get_fields", + "lineno": 700, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._PointCloudApplet.on_point_cloud", + "callee": ".pydrake.perception.PointCloud", + "lineno": 714, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._PointCloudApplet.on_point_cloud", + "callee": "bindings.pydrake.visualization._meldis._PointCloudApplet._channel_to_meshcat_path", + "lineno": 728, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.math.RigidTransform", + "lineno": 758, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.geometry.Cylinder", + "lineno": 763, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.geometry.Rgba", + "lineno": 763, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.math.RigidTransform", + "lineno": 766, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.geometry.Cylinder", + "lineno": 771, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.geometry.Rgba", + "lineno": 771, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.math.RigidTransform", + "lineno": 774, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.geometry.Cylinder", + "lineno": 777, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "callee": ".pydrake.geometry.Rgba", + "lineno": 777, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet.on_frame_update", + "callee": "bindings.pydrake.visualization._meldis._DrawFrameApplet._channel_to_meshcat_path", + "lineno": 783, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet.on_frame_update", + "callee": "bindings.pydrake.visualization._meldis._DrawFrameApplet._add_meshcat_triad", + "lineno": 794, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis._DrawFrameApplet.on_frame_update", + "callee": "bindings.pydrake.visualization._meldis._to_pose", + "lineno": 796, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 836, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 848, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__.is_not_inertia_link", + "callee": "bindings.pydrake.visualization._meldis.Meldis.__init__.is_inertia_link", + "lineno": 856, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet.__init__", + "lineno": 858, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 864, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 869, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 874, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._poll", + "lineno": 879, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet.__init__", + "lineno": 881, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 889, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 894, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._poll", + "lineno": 899, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet.__init__", + "lineno": 901, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 906, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 911, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 916, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._poll", + "lineno": 921, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis._ViewerApplet.__init__", + "lineno": 923, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 930, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 935, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 940, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._poll", + "lineno": 945, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis._ContactApplet.__init__", + "lineno": 947, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe", + "lineno": 948, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis._PointCloudApplet.__init__", + "lineno": 955, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe_multichannel", + "lineno": 956, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis._DrawFrameApplet.__init__", + "lineno": 963, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.__init__", + "callee": "bindings.pydrake.visualization._meldis.Meldis._subscribe_multichannel", + "lineno": 964, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.serve_forever", + "callee": "bindings.pydrake.visualization._meldis.Meldis._should_update", + "lineno": 1046, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.serve_forever", + "callee": "bindings.pydrake.visualization._meldis.Meldis._invoke_subscriptions", + "lineno": 1048, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.serve_forever", + "callee": "bindings.pydrake.visualization._meldis.Meldis._invoke_poll", + "lineno": 1049, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._meldis.Meldis.serve_forever", + "callee": "bindings.pydrake.visualization._meldis.Meldis._check_for_shutdown", + "lineno": 1051, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.visualization._model_visualizer": [ + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.__init__", + "callee": ".pathlib.Path", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.__init__", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._get_constructor_defaults", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.__init__", + "lineno": 196, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.package_map", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._check_rep", + "lineno": 223, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.parser", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._check_rep", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.meshcat", + "callee": ".pydrake.geometry.StartMeshcat", + "lineno": 254, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.AddModels", + "callee": ".pathlib.Path", + "lineno": 275, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.AddModels", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._check_rep", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.AddModels", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._wrap_gltf_as_visual", + "lineno": 282, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.AddModels", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._wrap_gltf_as_visual", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._wrap_gltf_as_visual", + "callee": ".pathlib.Path", + "lineno": 311, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._check_rep", + "lineno": 344, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.visualization._triad.AddFrameTriadIllustration", + "lineno": 352, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.multibody.tree.FrameIndex", + "lineno": 355, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.multibody.tree.FixedOffsetFrame", + "lineno": 364, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.multibody.tree.default_model_instance", + "lineno": 368, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.multibody.tree.default_model_instance", + "lineno": 373, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.meshcat", + "lineno": 386, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.visualization.ApplyVisualizationConfig", + "lineno": 405, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.visualization.VisualizationConfig", + "lineno": 406, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.systems.sensors.CameraConfig", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.geometry.RenderEngineVtkParams", + "lineno": 432, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.geometry.EnvironmentMap", + "lineno": 436, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.geometry.EquirectangularMap", + "lineno": 438, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.geometry.LightParameter", + "lineno": 447, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.systems.sensors.ApplyCameraConfig", + "lineno": 451, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.multibody.meshcat.JointSliders", + "lineno": 481, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.systems.planar_scenegraph_visualizer.ConnectPlanarSceneGraphVisualizer", + "lineno": 486, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._raise_if_invalid_positions", + "lineno": 500, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 511, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._check_rep", + "lineno": 515, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._reload", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._check_rep", + "lineno": 551, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._reload", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._remove_traffic_cone", + "lineno": 558, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._reload", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 561, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._reload", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 575, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._reload", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._add_traffic_cone", + "lineno": 579, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._reload", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "lineno": 583, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Finalize", + "lineno": 625, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._check_rep", + "lineno": 627, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._raise_if_invalid_positions", + "lineno": 629, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._render_if_necessary", + "lineno": 673, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run.has_clicks", + "lineno": 675, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._get_slider_values", + "lineno": 677, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._reload", + "lineno": 678, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._set_slider_values", + "lineno": 679, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run", + "callee": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer.Run.has_clicks", + "lineno": 691, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._add_traffic_cone", + "callee": ".pydrake.geometry.Box", + "lineno": 741, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._add_traffic_cone", + "callee": ".pydrake.geometry.MeshcatCone", + "lineno": 744, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._add_traffic_cone", + "callee": ".pydrake.geometry.Rgba", + "lineno": 747, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._add_traffic_cone", + "callee": ".pydrake.math.RigidTransform", + "lineno": 751, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._model_visualizer.ModelVisualizer._add_traffic_cone", + "callee": ".pydrake.math.RigidTransform", + "lineno": 755, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.visualization._plotting": [ + { + "caller": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "callee": ".pydrake.symbolic.Polynomial", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "callee": ".pydrake.symbolic.Evaluate", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "callee": ".pydrake.symbolic.Jacobian", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "callee": ".pydrake.symbolic.Evaluate", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "callee": "bindings.pydrake.visualization._plotting.plot_sublevelset_quadratic", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "callee": ".pydrake.solvers.MathematicalProgram", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "callee": ".pydrake.solvers.Solve", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._plotting.plot_sublevelset_expression", + "callee": ".pydrake.solvers.Solve", + "lineno": 114, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.visualization._triad": [ + { + "caller": "bindings.pydrake.visualization._triad.AddFrameTriadIllustration", + "callee": ".pydrake.math.RigidTransform", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._triad.AddFrameTriadIllustration", + "callee": ".pydrake.common.eigen_geometry.AngleAxis", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._triad.AddFrameTriadIllustration", + "callee": ".pydrake.math.RigidTransform", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._triad.AddFrameTriadIllustration", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._triad.AddFrameTriadIllustration", + "callee": ".pydrake.geometry.Cylinder", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._triad.AddFrameTriadIllustration", + "callee": ".pydrake.geometry.MakePhongIllustrationProperties", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._triad.AddFrameTriadIllustration", + "callee": ".list.append", + "lineno": 131, + "resolution": "local_builtin_method_call" + } + ], + "bindings.pydrake.visualization._video": [ + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.__init__", + "callee": ".pydrake.common.value.Value", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.__init__", + "callee": ".pydrake.systems.sensors.ImageRgba8U", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.AddToBuilder", + "callee": "bindings.pydrake.visualization._video.VideoWriter.__init__", + "lineno": 154, + "resolution": "same_module_class_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.AddToBuilder", + "callee": "bindings.pydrake.visualization._video.VideoWriter.ConnectRgbdSensor", + "lineno": 158, + "resolution": "local_typed_method_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.geometry.MakeRenderEngineVtk", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.geometry.RenderEngineVtkParams", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.systems.sensors.CameraInfo", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.geometry.ClippingRange", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.geometry.DepthRenderCamera", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.geometry.RenderCameraCore", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.math.RigidTransform", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.geometry.DepthRange", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter._AddRgbdSensor", + "callee": ".pydrake.systems.sensors.RgbdSensor", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.ConnectRgbdSensor", + "callee": ".list.append", + "lineno": 209, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.ConnectRgbdSensor", + "callee": ".pydrake.visualization.ColorizeDepthImage", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.ConnectRgbdSensor", + "callee": ".list.append", + "lineno": 216, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.ConnectRgbdSensor", + "callee": ".pydrake.visualization.ColorizeLabelImage", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.ConnectRgbdSensor", + "callee": ".list.append", + "lineno": 223, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization._video.VideoWriter.ConnectRgbdSensor", + "callee": ".pydrake.visualization.ConcatenateImages", + "lineno": 230, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.visualization._visualization_extra": [], + "bindings.pydrake.visualization.test.config_test": [ + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_visualization_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_apply_visualization_config", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_apply_visualization_config", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_apply_visualization_config", + "callee": ".pydrake.systems.lcm.LcmBuses", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_apply_visualization_config", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_apply_visualization_config", + "callee": ".unittest.TestCase.assertIn", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_add_default_visualization", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_add_default_visualization", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.config_test.TestConfig.test_add_default_visualization", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 56, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.visualization.test.image_systems_test": [ + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_properties", + "callee": ".pydrake.visualization.ColorizeDepthImage", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_properties", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_properties", + "callee": ".pydrake.geometry.Rgba", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_eval_32f_and_calc_32f", + "callee": ".pydrake.visualization.ColorizeDepthImage", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_eval_32f_and_calc_32f", + "callee": ".pydrake.systems.sensors.ImageDepth32F", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_eval_32f_and_calc_32f", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_eval_16u_and_calc_16u", + "callee": ".pydrake.systems.sensors.ImageDepth16U", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_eval_16u_and_calc_16u", + "callee": ".pydrake.visualization.ColorizeDepthImage", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeDepthImage.test_eval_16u_and_calc_16u", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_properties", + "callee": ".pydrake.visualization.ColorizeLabelImage", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_properties", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_properties", + "callee": ".pydrake.geometry.Rgba", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_properties", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_eval_and_calc", + "callee": ".pydrake.visualization.ColorizeLabelImage", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_eval_and_calc", + "callee": ".pydrake.systems.sensors.ImageLabel16I", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestColorizeLabelImage.test_eval_and_calc", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestConcatenateImages.test_smoke", + "callee": ".pydrake.visualization.ConcatenateImages", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestConcatenateImages.test_smoke", + "callee": ".pydrake.systems.sensors.ImageRgba8U", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestConcatenateImages.test_smoke", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.image_systems_test.TestConcatenateImages.test_smoke", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 77, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.visualization.test.lcm_image_array_viewer_test": [ + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_rgba_lcmt_image", + "callee": ".drake.lcmt_image", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_depth_lcmt_image", + "callee": ".drake.lcmt_image", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_label_lcmt_image", + "callee": ".drake.lcmt_image", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": ".pydrake.visualization._lcm_image_array_viewer.LcmImageArrayViewer", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": ".drake.lcmt_image_array", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_rgba_lcmt_image", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_depth_lcmt_image", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_label_lcmt_image", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer._get_rgba_lcmt_image", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": ".io.BytesIO", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_image_processing", + "callee": ".unittest.TestCase.assertGreaterEqual", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_concatenate_images", + "callee": ".pydrake.systems.sensors.ImageRgba8U", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_concatenate_images", + "callee": ".list.append", + "lineno": 117, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test.TestLcmImageArrayViewer.test_concatenate_images", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 126, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.visualization.test.meldis_test": [ + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._make_diagram", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._make_diagram", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._make_diagram", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._create_point_cloud", + "callee": ".pydrake.perception.Fields", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._create_point_cloud", + "callee": ".pydrake.perception.Fields", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._create_point_cloud", + "callee": ".pydrake.perception.Fields", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._create_point_cloud", + "callee": ".pydrake.perception.PointCloud", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._publish_lcm_point_cloud", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._publish_lcm_point_cloud", + "callee": ".pydrake.perception.PointCloudToLcm", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._make_diagram", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet", + "callee": ".pydrake.geometry.DrakeVisualizerParams", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 183, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._check_viewer_applet_on_model", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._make_diagram", + "lineno": 195, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._check_viewer_applet_on_model", + "callee": ".pydrake.geometry.DrakeVisualizerParams", + "lineno": 197, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._check_viewer_applet_on_model", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_plain_meshes", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._check_viewer_applet_on_model", + "lineno": 207, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.geometry.Mesh", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.geometry.InMemoryMesh", + "lineno": 233, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.common.MemoryFile", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.math.RigidTransform", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.geometry.IllustrationProperties", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".pydrake.geometry.DrakeVisualizerParams", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_meshes_non_uniform_scale", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 265, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_textured_meshes", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._check_viewer_applet_on_model", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 285, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization._on_message", + "callee": ".list.append", + "lineno": 290, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._make_diagram", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization", + "callee": ".pydrake.geometry.DrakeVisualizerParams", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 320, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 322, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_reload_optimization", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 330, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".drake.lcmt_viewer_load_robot", + "lineno": 342, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 344, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 344, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".drake.lcmt_viewer_geometry_data", + "lineno": 347, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".drake.lcmt_viewer_link_data", + "lineno": 349, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 354, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".drake.lcmt_viewer_geometry_data", + "lineno": 357, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 365, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 365, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".drake.lcmt_viewer_geometry_data", + "lineno": 369, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 376, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 376, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".pathlib.Path", + "lineno": 379, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 384, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 385, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 391, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 392, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 398, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 399, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 412, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 427, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 428, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 434, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 435, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 436, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 441, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 442, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 443, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 449, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 450, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 451, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 464, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 465, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 466, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 484, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 498, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 499, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.make_json", + "lineno": 524, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 525, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 525, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.make_json", + "lineno": 528, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 529, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 529, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 530, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_geometry_file_hasher.dut", + "lineno": 530, + "resolution": "same_class_name_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_alpha_slider", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 540, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_alpha_slider", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 541, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_alpha_slider", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 542, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_alpha_slider", + "callee": ".pydrake.geometry.DrakeVisualizerParams", + "lineno": 570, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_alpha_slider", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 591, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_alpha_slider", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 594, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 601, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 602, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.geometry.Mesh", + "lineno": 616, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.geometry.InMemoryMesh", + "lineno": 617, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.common.MemoryFile", + "lineno": 618, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.common.MemoryFile", + "lineno": 620, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.geometry.GeometryInstance", + "lineno": 628, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.math.RigidTransform", + "lineno": 629, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.geometry.IllustrationProperties", + "lineno": 633, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".pydrake.geometry.DrakeVisualizerParams", + "lineno": 639, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_viewer_applet_in_memory_mesh", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 648, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_inertia_geometry", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 654, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_inertia_geometry", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 655, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_inertia_geometry", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 656, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_inertia_geometry", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 662, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_inertia_geometry", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 664, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_inertia_geometry", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 667, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_inertia_geometry", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 668, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_hydroelastic_geometry", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._make_diagram", + "lineno": 676, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_hydroelastic_geometry", + "callee": ".pydrake.geometry.DrakeVisualizerParams", + "lineno": 679, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 700, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 701, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 703, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 704, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".pydrake.multibody.tree.PrismaticJoint", + "lineno": 708, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".pydrake.multibody.tree.PrismaticJoint", + "lineno": 716, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".pydrake.multibody.plant.ConnectContactResultsToDrakeVisualizer", + "lineno": 724, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 736, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_point_pair", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 742, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 755, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 756, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 758, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".pydrake.multibody.tree.PrismaticJoint", + "lineno": 763, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".pydrake.multibody.tree.PrismaticJoint", + "lineno": 771, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".pydrake.multibody.plant.ConnectContactResultsToDrakeVisualizer", + "lineno": 779, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 798, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 799, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 805, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 806, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_contact_applet_hydroelastic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 807, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "callee": ".drake.lcmt_viewer_geometry_data", + "lineno": 819, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "callee": ".drake.lcmt_viewer_link_data", + "lineno": 841, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 868, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 869, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 870, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 876, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 877, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_deformable", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 878, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_point_cloud", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 894, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_point_cloud", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._create_point_cloud", + "lineno": 895, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_point_cloud", + "callee": "bindings.pydrake.visualization.test.meldis_test.TestMeldis._publish_lcm_point_cloud", + "lineno": 896, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_point_cloud", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 900, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_draw_frame_applet", + "callee": ".drake.lcmt_viewer_draw", + "lineno": 911, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_draw_frame_applet", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 923, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_draw_frame_applet", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 928, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_args_precedence", + "callee": ".pydrake.geometry.MeshcatParams", + "lineno": 934, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_args_precedence", + "callee": ".pydrake.geometry.MeshcatParams", + "lineno": 935, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_args_precedence", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 936, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_args_precedence", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 938, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_command_line_browser_names", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 948, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_command_meshcat_params", + "callee": ".pathlib.Path", + "lineno": 956, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.meldis_test.TestMeldis.test_command_meshcat_params", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 959, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.visualization.test.model_visualizer_camera_test": [ + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_camera_test.TestModelVisualizerCamera.test_camera", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_camera_test.TestModelVisualizerCamera.test_camera", + "callee": ".pydrake.math.RigidTransform", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_camera_test.TestModelVisualizerCamera.test_camera", + "callee": ".pydrake.math.RotationMatrix", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_camera_test.TestModelVisualizerCamera.test_camera", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.visualization.test.model_visualizer_reload_test": [ + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_reload_test.TestModelVisualizerReload.test_reload", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 73, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.visualization.test.model_visualizer_test": [ + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.model_file", + "callee": ".pydrake.multibody.parsing.PackageMap", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_model_visualizer", + "callee": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.model_file", + "lineno": 46, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_model_visualizer", + "callee": ".list.append", + "lineno": 50, + "resolution": "local_builtin_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_model_with_invalid_dynamics", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_pyplot", + "callee": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.model_file", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.test_set_position", + "callee": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizerSubprocess.model_file", + "lineno": 111, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer._mock_webbrowser_open", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 150, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer._mock_webbrowser_open", + "callee": ".unittest.TestCase.fail", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_model_from_string", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_provided_meshcat", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_provided_meshcat", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 166, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_model_from_file", + "callee": ".pydrake.multibody.parsing.PackageMap", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_add_model_args_error", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 228, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_hydroelastic_contact", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 253, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_hydroelastic_contact", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 261, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_precondition_messages", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 276, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_precondition_messages", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 278, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_precondition_messages", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 280, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_traffic_cone", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 287, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_traffic_cone", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 296, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_traffic_cone", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 299, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_webbrowser", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 315, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_webbrowser", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_webbrowser", + "callee": ".unittest.TestCase.assertIn", + "lineno": 318, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_webbrowser", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 319, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_triad_defaults", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 326, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 356, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 366, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 372, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 378, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 384, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.model_visualizer_test.TestModelVisualizer.test_visualize_all_frames_nested_models", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 396, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.visualization.test.multicam_scenario_test": [ + { + "caller": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario._find_resource", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 13, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario._find_resource", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 14, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario.test_smoke", + "callee": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario._find_resource", + "lineno": 20, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario.test_smoke", + "callee": "bindings.pydrake.visualization.test.multicam_scenario_test.TestMulticamScenario._find_resource", + "lineno": 23, + "resolution": "self_method_call" + } + ], + "bindings.pydrake.visualization.test.plotting_test": [ + { + "caller": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_quadratic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_quadratic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_expression_degree_two", + "callee": ".pydrake.symbolic.Variable", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_expression_degree_two", + "callee": ".pydrake.symbolic.Variable", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_expression_degree_two", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_expression_degree_two", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_expression", + "callee": ".pydrake.symbolic.Variable", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.plotting_test.TestMatplotlibUtil.test_plot_sublevelset_expression", + "callee": ".pydrake.symbolic.Variable", + "lineno": 55, + "resolution": "external_constructor_call" + } + ], + "bindings.pydrake.visualization.test.sliders_test": [ + { + "caller": "bindings.pydrake.visualization.test.sliders_test.TestSliders.test_meshcat_pose_sliders", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.sliders_test.TestSliders.test_meshcat_pose_sliders", + "callee": ".pydrake.visualization.MeshcatPoseSliders", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.sliders_test.TestSliders.test_meshcat_pose_sliders", + "callee": ".pydrake.math.RigidTransform", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.sliders_test.TestSliders.test_meshcat_pose_sliders", + "callee": ".pydrake.visualization.MeshcatPoseSliders", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.sliders_test.TestSliders.test_meshcat_pose_sliders", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.sliders_test.TestSliders.test_meshcat_pose_sliders", + "callee": ".pydrake.math.RigidTransform", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.sliders_test.TestSliders.test_meshcat_pose_sliders", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 50, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.visualization.test.triad_test": [ + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.setUp", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.setUp", + "callee": ".pydrake.math.RigidTransform", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.setUp", + "callee": ".pydrake.multibody.tree.FixedOffsetFrame", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.setUp", + "callee": ".pydrake.math.RigidTransform", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.setUp", + "callee": ".pydrake.math.RigidTransform", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.setUp", + "callee": ".pydrake.math.RigidTransform", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": ".pydrake.math.RigidTransform", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 67, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_body", + "callee": ".pydrake.geometry.Rgba", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame", + "callee": ".pydrake.math.RigidTransform", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame_index", + "callee": ".pydrake.math.RigidTransform", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame_index", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame_index", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame_index", + "callee": "bindings.pydrake.visualization.test.triad_test.TestTriad._assert_equal_transform", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_via_frame_id", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_wrong_plant_arg", + "callee": ".pydrake.multibody.plant.MultibodyPlant", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_wrong_plant_arg", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.triad_test.TestTriad.test_wrong_plant_arg", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 175, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.visualization.test.video_test": [ + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".pydrake.math.RigidTransform", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._cv2", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_pil_color_only", + "callee": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_pil_everything", + "callee": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_color_only", + "callee": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "lineno": 110, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_everything", + "callee": "bindings.pydrake.visualization.test.video_test.TestVideoWriter._test_usage", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_bad_fourcc", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_bad_fourcc", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_bad_fourcc", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_cv2_bad_fourcc", + "callee": ".pydrake.math.RigidTransform", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_1", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_1", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_1", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_1", + "callee": ".pydrake.math.RigidTransform", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_1", + "callee": ".unittest.TestCase.assertIn", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_2", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_2", + "callee": ".pydrake.multibody.plant.AddMultibodyPlantSceneGraph", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_2", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 151, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_2", + "callee": ".pydrake.math.RigidTransform", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.video_test.TestVideoWriter.test_bad_backend_2", + "callee": ".unittest.TestCase.assertIn", + "lineno": 158, + "resolution": "external_inherited_call" + } + ], + "bindings.pydrake.visualization.test.visualization_install_tests": [ + { + "caller": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled.test_meldis_help", + "callee": ".os.path.join", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled.test_meldis_help", + "callee": ".unittest.TestCase.assertIn", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled.test_model_visualizer_help", + "callee": ".os.path.join", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled.test_model_visualizer_help", + "callee": ".unittest.TestCase.assertIn", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "bindings.pydrake.visualization.test.visualization_install_tests.TestVisualizationInstalled.test_drake_models_meshes", + "callee": ".os.path.join", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "common.proto.call_python_client": [ + { + "caller": "common.proto.call_python_client._get_required_helpers.make_slice_arg", + "callee": "common.proto.call_python_client._get_required_helpers._make_slice", + "lineno": 114, + "resolution": "nested_function_call" + }, + { + "caller": "common.proto.call_python_client._get_required_helpers.setvars", + "callee": "common.proto.call_python_client._get_required_helpers.make_kwargs", + "lineno": 129, + "resolution": "nested_function_call" + }, + { + "caller": "common.proto.call_python_client._get_required_helpers", + "callee": "common.proto.call_python_client._ExecutionCheck.__init__", + "lineno": 131, + "resolution": "same_module_class_call" + }, + { + "caller": "common.proto.call_python_client._merge_dicts", + "callee": ".dict.update", + "lineno": 162, + "resolution": "local_builtin_method_call" + }, + { + "caller": "common.proto.call_python_client.default_globals", + "callee": "common.proto.call_python_client._fix_pyplot", + "lineno": 211, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.call_python_client.default_globals", + "callee": "common.proto.call_python_client._merge_dicts", + "lineno": 290, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.__init__", + "callee": "common.proto.call_python_client._get_required_helpers", + "lineno": 326, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.__init__", + "callee": "common.proto.call_python_client.default_globals", + "lineno": 328, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.__init__", + "callee": "common.proto.call_python_client._merge_dicts", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.__init__", + "callee": "common.proto.call_python_client._is_fifo", + "lineno": 337, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._execute_message", + "callee": "common.proto.call_python_client.CallPythonClient._execute_message_impl", + "lineno": 373, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._execute_message", + "callee": "common.proto.call_python_client.CallPythonClient._execute_message_impl", + "lineno": 376, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._execute_message_impl", + "callee": "common.proto.call_python_client.CallPythonClient._to_array", + "lineno": 397, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._execute_message_impl", + "callee": "common.proto.call_python_client.CallPythonClient._to_array", + "lineno": 402, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._execute_message_impl", + "callee": "common.proto.call_python_client.CallPythonClient._to_array", + "lineno": 404, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._execute_message_impl", + "callee": ".list.append", + "lineno": 411, + "resolution": "local_builtin_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._execute_message_impl", + "callee": "common.proto.call_python_client._merge_dicts", + "lineno": 426, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.run", + "callee": "common.proto.call_python_client.CallPythonClient._handle_messages_threaded", + "lineno": 447, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.run", + "callee": "common.proto.call_python_client.CallPythonClient.handle_messages", + "lineno": 449, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._handle_messages_threaded", + "callee": ".queue.Queue", + "lineno": 466, + "resolution": "external_constructor_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._handle_messages_threaded.producer_loop", + "callee": "common.proto.call_python_client.CallPythonClient._read_next_message", + "lineno": 470, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._handle_messages_threaded", + "callee": ".threading.Thread", + "lineno": 481, + "resolution": "external_constructor_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._handle_messages_threaded", + "callee": "common.proto.call_python_client.CallPythonClient._execute_message", + "lineno": 499, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.handle_messages", + "callee": "common.proto.call_python_client.CallPythonClient._read_next_message", + "lineno": 530, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.handle_messages", + "callee": "common.proto.call_python_client.CallPythonClient._execute_message", + "lineno": 532, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.handle_messages", + "callee": ".list.append", + "lineno": 535, + "resolution": "local_builtin_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient.execute_messages", + "callee": "common.proto.call_python_client.CallPythonClient._execute_message", + "lineno": 543, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._read_next_message", + "callee": "common.proto.call_python_client.CallPythonClient._get_file", + "lineno": 548, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._read_next_message", + "callee": "common.proto.call_python_client.CallPythonClient._read_fifo_message", + "lineno": 557, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.CallPythonClient._read_next_message", + "callee": "common.proto.call_python_client.CallPythonClient._close_file", + "lineno": 560, + "resolution": "self_method_call" + }, + { + "caller": "common.proto.call_python_client.main", + "callee": "common.proto.call_python_client._ensure_sigint_handler", + "lineno": 612, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.call_python_client.main", + "callee": "common.proto.call_python_client.CallPythonClient.__init__", + "lineno": 650, + "resolution": "same_module_class_call" + }, + { + "caller": "common.proto.call_python_client.main", + "callee": "common.proto.call_python_client.CallPythonClient.run", + "lineno": 656, + "resolution": "local_typed_method_call" + }, + { + "caller": "common.proto.call_python_client.", + "callee": "common.proto.call_python_client.main", + "lineno": 661, + "resolution": "direct_name_call" + } + ], + "common.proto.test.call_python_test": [ + { + "caller": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "callee": "common.proto.test.call_python_test.scoped_file", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "callee": "common.proto.test.call_python_test.scoped_file", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "callee": ".list.append", + "lineno": 89, + "resolution": "local_builtin_method_call" + }, + { + "caller": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "callee": ".unittest.TestCase.assertIn", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "callee": ".unittest.TestCase.assertIn", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "callee": "common.proto.test.call_python_test.wait_for_done_count", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "common.proto.test.call_python_test.TestCallPython.test_help", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "common.proto.test.call_python_test.TestCallPython.test_basic", + "callee": "common.proto.test.call_python_test.TestCallPython.run_server_and_client", + "lineno": 116, + "resolution": "self_method_call" + } + ], + "common.test.cpu_capabilities_test": [ + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.setUp", + "callee": ".pathlib.Path", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_default", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 32, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_drake_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_drake_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 41, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_drake_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 46, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_drake_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 51, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_drake_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_drake_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 74, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 79, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 111, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_numpy_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_mixed_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_mixed_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "common.test.cpu_capabilities_test.TestCpuCapabilities.test_mixed_env", + "callee": "common.test.cpu_capabilities_test.TestCpuCapabilities._check", + "lineno": 141, + "resolution": "self_method_call" + } + ], + "common.test.drake_cc_googletest_main_test": [ + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.setUp", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain._check_call", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_pass", + "callee": "common.test.drake_cc_googletest_main_test.TestGtestMain._check_call", + "lineno": 40, + "resolution": "self_method_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_no_arguments", + "callee": "common.test.drake_cc_googletest_main_test.TestGtestMain._check_call", + "lineno": 44, + "resolution": "self_method_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_no_arguments", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_help", + "callee": "common.test.drake_cc_googletest_main_test.TestGtestMain._check_call", + "lineno": 52, + "resolution": "self_method_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_help", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_help", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_help", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_help", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_help", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_logging", + "callee": "common.test.drake_cc_googletest_main_test.TestGtestMain._check_call", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_logging", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_logging", + "callee": ".list.append", + "lineno": 72, + "resolution": "local_builtin_method_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_logging", + "callee": "common.test.drake_cc_googletest_main_test.TestGtestMain._check_call", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "common.test.drake_cc_googletest_main_test.TestGtestMain.test_logging", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 74, + "resolution": "external_inherited_call" + } + ], + "common.test.find_runfiles_subprocess_test": [ + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_basic_child_process", + "callee": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess._check_output", + "lineno": 27, + "resolution": "self_method_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_basic_child_process", + "callee": ".unittest.TestCase.assertIn", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_basic_child_process", + "callee": ".unittest.TestCase.assertIn", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_basic_child_process", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_test_srcdir", + "callee": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess._check_output", + "lineno": 41, + "resolution": "self_method_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_test_srcdir", + "callee": ".unittest.TestCase.assertIn", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_test_srcdir", + "callee": ".unittest.TestCase.assertIn", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_test_srcdir", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_all_env", + "callee": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess._check_output", + "lineno": 50, + "resolution": "self_method_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_all_env", + "callee": ".unittest.TestCase.assertIn", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "common.test.find_runfiles_subprocess_test.TestFindRunfilesSubprocess.test_sans_all_env", + "callee": ".unittest.TestCase.assertIn", + "lineno": 64, + "resolution": "external_inherited_call" + } + ], + "common.test_utilities.drake_py_unittest_main": [ + { + "caller": "common.test_utilities.drake_py_unittest_main._unittest_main", + "callee": ".pathlib.Path", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "common.test_utilities.drake_py_unittest_main.main", + "callee": ".importlib.machinery.SourceFileLoader", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "common.test_utilities.drake_py_unittest_main.main.run", + "callee": "common.test_utilities.drake_py_unittest_main._unittest_main", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "common.test_utilities.drake_py_unittest_main.main.run", + "callee": "common.test_utilities.drake_py_unittest_main._unittest_main", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "common.test_utilities.drake_py_unittest_main.main", + "callee": "common.test_utilities.drake_py_unittest_main.traced", + "lineno": 217, + "resolution": "direct_name_call" + }, + { + "caller": "common.test_utilities.drake_py_unittest_main.main", + "callee": "common.test_utilities.drake_py_unittest_main.main.run", + "lineno": 218, + "resolution": "nested_function_call" + }, + { + "caller": "common.test_utilities.drake_py_unittest_main.", + "callee": "common.test_utilities.drake_py_unittest_main.reexecute_if_unbuffered", + "lineno": 266, + "resolution": "direct_name_call" + }, + { + "caller": "common.test_utilities.drake_py_unittest_main.", + "callee": "common.test_utilities.drake_py_unittest_main.main", + "lineno": 270, + "resolution": "direct_name_call" + } + ], + "common.test_utilities.disable_python_unittest.unittest": [], + "doc.build": [ + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 72, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 75, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 78, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build", + "callee": ".doc.defs.check_call", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.build._build", + "callee": ".doc.defs.check_call", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.build._build", + "callee": ".doc.defs.check_call", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.build._build", + "callee": ".doc.defs.check_call", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.build._build", + "callee": ".doc.defs.check_call", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.build._build", + "callee": "doc.build._build_sitemap", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 109, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 110, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 111, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 112, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 113, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build", + "callee": ".list.append", + "lineno": 114, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.build._build_sitemap", + "callee": ".pathlib.Path", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.build.", + "callee": ".doc.defs.main", + "lineno": 171, + "resolution": "external_constructor_call" + } + ], + "doc.defs": [ + { + "caller": "doc.defs.symlink_input", + "callee": ".os.path.join", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.defs.check_call", + "callee": "doc.defs.verbose", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "doc.defs.perl_cleanup_html_output", + "callee": ".list.append", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.defs.perl_cleanup_html_output", + "callee": "doc.defs.check_call", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "doc.defs._do_preview", + "callee": ".os.path.join", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.defs._do_preview", + "callee": "doc.defs._call_build", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "doc.defs._do_preview", + "callee": "doc.defs.symlink_input", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "doc.defs._do_preview", + "callee": ".os.path.join", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.defs._do_preview", + "callee": ".socketserver.ThreadingTCPServer", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.defs._do_generate", + "callee": ".os.path.join", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.defs._do_generate", + "callee": "doc.defs.verbose", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "doc.defs._do_generate", + "callee": "doc.defs._call_build", + "lineno": 220, + "resolution": "direct_name_call" + }, + { + "caller": "doc.defs.main", + "callee": "doc.defs._do_preview", + "lineno": 304, + "resolution": "direct_name_call" + }, + { + "caller": "doc.defs.main", + "callee": "doc.defs._do_generate", + "lineno": 306, + "resolution": "direct_name_call" + }, + { + "caller": "doc.defs.", + "callee": "doc.defs.main", + "lineno": 312, + "resolution": "direct_name_call" + } + ], + "doc.pages": [ + { + "caller": "doc.pages._build", + "callee": ".doc.defs.symlink_input", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pages._build", + "callee": ".doc.defs.check_call", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pages._build", + "callee": ".doc.defs.perl_cleanup_html_output", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pages.", + "callee": ".doc.defs.main", + "lineno": 47, + "resolution": "external_constructor_call" + } + ], + "doc.doxygen_cxx.build": [ + { + "caller": "doc.doxygen_cxx.build._cull_skipped_headers", + "callee": ".pathlib.Path", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._cull_skipped_headers", + "callee": ".list.append", + "lineno": 33, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.doxygen_cxx.build._cull_skipped_headers", + "callee": ".pathlib.Path", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._cull_skipped_headers", + "callee": ".pathlib.Path", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._generate_doxyfile", + "callee": ".os.path.join", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._generate_doxyfile", + "callee": ".doc.defs.check_call", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._generate_doxyfile", + "callee": ".dict.items", + "lineno": 89, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.doxygen_cxx.build._generate_system_doxygen_wrapper", + "callee": ".pathlib.Path", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._generate_doxygen_header", + "callee": ".doc.defs.check_call", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._generate_doxygen_header", + "callee": ".doc.defs.check_call", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._postprocess_doxygen_log", + "callee": ".list.append", + "lineno": 177, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.doxygen_cxx.build._postprocess_doxygen_log", + "callee": ".doc.defs.verbose", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._postprocess_doxygen_log", + "callee": "doc.doxygen_cxx.build._is_important_warning", + "lineno": 188, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.build._postprocess_doxygen_log", + "callee": ".list.append", + "lineno": 189, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": "doc.doxygen_cxx.build._generate_doxyfile", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": "doc.doxygen_cxx.build._generate_system_doxygen_wrapper", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": ".doc.defs.symlink_input", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": "doc.doxygen_cxx.build._generate_doxygen_header", + "lineno": 220, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": "doc.doxygen_cxx.build._cull_skipped_headers", + "lineno": 225, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": ".doc.defs.check_call", + "lineno": 231, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": "doc.doxygen_cxx.build._postprocess_doxygen_log", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": ".doc.defs.perl_cleanup_html_output", + "lineno": 258, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": ".glob.glob", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": ".os.path.join", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": ".glob.glob", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build._build", + "callee": ".os.path.join", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.build.", + "callee": ".doc.defs.main", + "lineno": 276, + "resolution": "external_constructor_call" + } + ], + "doc.doxygen_cxx.system_doxygen": [ + { + "caller": "doc.doxygen_cxx.system_doxygen.system_yaml_to_pydrake_system_rst_directive", + "callee": ".textwrap.indent", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.system_doxygen._process_doxygen", + "callee": "doc.doxygen_cxx.system_doxygen.strip_cpp_comment_cruft", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.system_doxygen.process_doxygen_to_sphinx", + "callee": "doc.doxygen_cxx.system_doxygen._process_doxygen", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.system_doxygen.process_doxygen_system_tags", + "callee": "doc.doxygen_cxx.system_doxygen._process_doxygen", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "doc.doxygen_cxx.system_doxygen.", + "callee": "doc.doxygen_cxx.system_doxygen.process_doxygen_system_tags", + "lineno": 159, + "resolution": "direct_name_call" + } + ], + "doc.doxygen_cxx.test.system_doxygen_test": [ + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 9, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "callee": ".textwrap.dedent", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "callee": ".textwrap.indent", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "callee": ".textwrap.dedent", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "callee": ".textwrap.dedent", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "callee": ".textwrap.indent", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_strip_cpp_comment_cruft", + "callee": ".textwrap.dedent", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_system_yaml_to_html_and_rst", + "callee": ".textwrap.dedent", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_system_yaml_to_html_and_rst", + "callee": ".unittest.TestCase.assertIn", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_system_yaml_to_html_and_rst", + "callee": ".unittest.TestCase.assertIn", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_system_yaml_to_html_and_rst", + "callee": ".unittest.TestCase.assertIn", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_system_yaml_to_html_and_rst", + "callee": ".unittest.TestCase.assertIn", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen", + "callee": ".textwrap.dedent", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.do_test_process_doxygen_raises", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.do_test_process_doxygen_raises", + "callee": ".unittest.TestCase.assertRaisesRegex", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_reject_obsolete", + "callee": ".textwrap.dedent", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_reject_obsolete", + "callee": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.do_test_process_doxygen_raises", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_missing_end", + "callee": ".textwrap.dedent", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_missing_end", + "callee": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.do_test_process_doxygen_raises", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_illegal_nest", + "callee": ".textwrap.dedent", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.test_process_doxygen_illegal_nest", + "callee": "doc.doxygen_cxx.test.system_doxygen_test.TestSystemDoxygen.do_test_process_doxygen_raises", + "lineno": 136, + "resolution": "self_method_call" + } + ], + "doc.pydrake.build": [ + { + "caller": "doc.pydrake.build._get_submodules", + "callee": ".list.append", + "lineno": 37, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.build._get_pydrake_modules", + "callee": ".list.pop", + "lineno": 48, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.build._get_pydrake_modules", + "callee": ".list.append", + "lineno": 49, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.build._get_pydrake_modules", + "callee": "doc.pydrake.build._get_submodules", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.build._get_pydrake_modules", + "callee": ".list.append", + "lineno": 51, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.build._write_module", + "callee": ".doc.defs.verbose", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.build._write_module", + "callee": "doc.pydrake.build._get_submodules", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.build._write_module", + "callee": "doc.pydrake.build._has_cc_imported_symbols", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.build._sanity_check_output", + "callee": ".os.path.join", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": ".doc.defs.symlink_input", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": ".os.path.join", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": "doc.pydrake.build._get_pydrake_modules", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": "doc.pydrake.build._write_module", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": ".os.path.join", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": ".doc.defs.check_call", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": ".os.path.join", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": ".doc.defs.perl_cleanup_html_output", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.build._build", + "callee": "doc.pydrake.build._sanity_check_output", + "lineno": 184, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.build.", + "callee": ".doc.defs.main", + "lineno": 196, + "resolution": "external_constructor_call" + } + ], + "doc.pydrake.conf": [], + "doc.pydrake.pydrake_sphinx_extension": [ + { + "caller": "doc.pydrake.pydrake_sphinx_extension.repair_naive_name_split", + "callee": ".list.append", + "lineno": 96, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.TemplateDocumenter.add_directive_header", + "callee": ".list.append", + "lineno": 144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.patch_resolve_name", + "callee": "doc.pydrake.pydrake_sphinx_extension.repair_naive_name_split", + "lineno": 185, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.patch_class_add_directive_header", + "callee": ".sphinx.locale._", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.patch_document_members", + "callee": ".list.sort", + "lineno": 293, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.patch_document_members", + "callee": ".list.append", + "lineno": 298, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.patch_document_members", + "callee": ".list.sort", + "lineno": 305, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.patch_document_members", + "callee": ".list.sort", + "lineno": 315, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.patch_document_members", + "callee": ".list.sort", + "lineno": 330, + "resolution": "local_builtin_method_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.PydrakeSystemDirective.run", + "callee": ".doc.doxygen_cxx.system_doxygen.system_yaml_to_html", + "lineno": 368, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.PydrakeSystemDirective.run", + "callee": ".textwrap.indent", + "lineno": 371, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.PydrakeSystemDirective.run", + "callee": "doc.pydrake.pydrake_sphinx_extension._parse_rst", + "lineno": 373, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension._parse_rst", + "callee": ".docutils.statemachine.ViewList", + "lineno": 379, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension._parse_rst", + "callee": ".sphinx.util.nodes.nested_parse_with_titles", + "lineno": 384, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.setup", + "callee": "doc.pydrake.pydrake_sphinx_extension.patch", + "lineno": 400, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.setup", + "callee": "doc.pydrake.pydrake_sphinx_extension.generate_sig_re", + "lineno": 417, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.setup", + "callee": "doc.pydrake.pydrake_sphinx_extension.generate_sig_re", + "lineno": 418, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.setup", + "callee": "doc.pydrake.pydrake_sphinx_extension.patch", + "lineno": 419, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.setup", + "callee": "doc.pydrake.pydrake_sphinx_extension.patch", + "lineno": 420, + "resolution": "direct_name_call" + }, + { + "caller": "doc.pydrake.pydrake_sphinx_extension.setup", + "callee": "doc.pydrake.pydrake_sphinx_extension.patch", + "lineno": 421, + "resolution": "direct_name_call" + } + ], + "doc.styleguide.build": [ + { + "caller": "doc.styleguide.build._add_title", + "callee": ".os.path.join", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.styleguide.build._build", + "callee": ".doc.defs.symlink_input", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.styleguide.build._build", + "callee": "doc.styleguide.build._add_title", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "doc.styleguide.build._build", + "callee": ".doc.defs.check_call", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.styleguide.build.", + "callee": ".doc.defs.main", + "lineno": 74, + "resolution": "external_constructor_call" + } + ], + "doc.tutorials.build": [ + { + "caller": "doc.tutorials.build._build", + "callee": ".pathlib.Path", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.tutorials.build._build", + "callee": ".doc.defs.symlink_input", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.tutorials.build._build", + "callee": ".pathlib.Path", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.tutorials.build._build", + "callee": ".doc.defs.check_call", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.tutorials.build._build", + "callee": ".doc.defs.perl_cleanup_html_output", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "doc.tutorials.build.", + "callee": ".doc.defs.main", + "lineno": 112, + "resolution": "external_constructor_call" + } + ], + "examples.acrobot.acrobot_io": [ + { + "caller": "examples.acrobot.acrobot_io.load_scenario", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.acrobot_io.save_scenario", + "callee": ".pydrake.common.yaml.yaml_dump", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.acrobot_io.load_output", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.acrobot_io.save_output", + "callee": ".pydrake.common.yaml.yaml_dump", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "examples.acrobot.metrics": [ + { + "caller": "examples.acrobot.metrics.deviation_from_upright_equilibrium", + "callee": "examples.acrobot.metrics._wrap_to", + "lineno": 14, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.metrics.deviation_from_upright_equilibrium", + "callee": "examples.acrobot.metrics._wrap_to", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.metrics.final_state_cost", + "callee": "examples.acrobot.metrics.deviation_from_upright_equilibrium", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.metrics.ensemble_cost", + "callee": "examples.acrobot.metrics.final_state_cost", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.metrics.is_success", + "callee": "examples.acrobot.metrics.final_state_cost", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.metrics.success_rate", + "callee": "examples.acrobot.metrics.is_success", + "lineno": 53, + "resolution": "direct_name_call" + } + ], + "examples.acrobot.optimizer_demo": [ + { + "caller": "examples.acrobot.optimizer_demo.evaluate_metric_once", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.evaluate_metric_once", + "callee": ".examples.acrobot.acrobot_io.save_scenario", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.evaluate_metric_once", + "callee": ".examples.acrobot.acrobot_io.load_output", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.optimize_controller_params.function_to_optimize", + "callee": "examples.acrobot.optimizer_demo.evaluate_metric_once", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.optimize_controller_params", + "callee": "examples.acrobot.optimizer_demo.fmin", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.main", + "callee": ".dict.keys", + "lineno": 128, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.main", + "callee": ".contextlib.closing", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.main", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.main", + "callee": ".examples.acrobot.acrobot_io.load_scenario", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.main", + "callee": "examples.acrobot.optimizer_demo.optimize_controller_params", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.main", + "callee": ".examples.acrobot.acrobot_io.save_scenario", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.optimizer_demo.", + "callee": "examples.acrobot.optimizer_demo.main", + "lineno": 176, + "resolution": "direct_name_call" + } + ], + "examples.acrobot.spong_sim": [ + { + "caller": "examples.acrobot.spong_sim.simulate", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.spong_sim.simulate", + "callee": ".pydrake.examples.AcrobotPlant", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.spong_sim.simulate", + "callee": ".pydrake.examples.AcrobotSpongController", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.spong_sim.simulate", + "callee": ".pydrake.systems.primitives.LogVectorOutput", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.spong_sim.simulate", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.spong_sim.main", + "callee": ".examples.acrobot.acrobot_io.load_scenario", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.spong_sim.main", + "callee": "examples.acrobot.spong_sim.simulate", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "examples.acrobot.spong_sim.main", + "callee": ".examples.acrobot.acrobot_io.save_output", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.spong_sim.", + "callee": "examples.acrobot.spong_sim.main", + "lineno": 74, + "resolution": "direct_name_call" + } + ], + "examples.acrobot.test.acrobot_io_test": [ + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_load_scenario", + "callee": ".examples.acrobot.acrobot_io.load_scenario", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_load_scenario", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario", + "callee": ".examples.acrobot.acrobot_io.load_scenario", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario", + "callee": ".examples.acrobot.acrobot_io.save_scenario", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario_numpy", + "callee": ".examples.acrobot.acrobot_io.save_scenario", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario_numpy", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario_stochastic", + "callee": ".examples.acrobot.acrobot_io.save_scenario", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_scenario_stochastic", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_output_and_load_output", + "callee": ".examples.acrobot.acrobot_io.save_output", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_output_and_load_output", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_output_and_load_output", + "callee": ".examples.acrobot.acrobot_io.load_output", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.acrobot_io_test.TestIo.test_save_output_and_load_output", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 95, + "resolution": "external_inherited_call" + } + ], + "examples.acrobot.test.metrics_test": [ + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".examples.acrobot.metrics.deviation_from_upright_equilibrium", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".examples.acrobot.metrics.deviation_from_upright_equilibrium", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".examples.acrobot.metrics.deviation_from_upright_equilibrium", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".examples.acrobot.metrics.deviation_from_upright_equilibrium", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".examples.acrobot.metrics.deviation_from_upright_equilibrium", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_deviation_from_upright_equilibrium", + "callee": ".examples.acrobot.metrics.deviation_from_upright_equilibrium", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "callee": ".examples.acrobot.metrics.final_state_cost", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "callee": ".examples.acrobot.metrics.ensemble_cost", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "callee": ".examples.acrobot.metrics.final_state_cost", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_final_state_cost", + "callee": ".examples.acrobot.metrics.ensemble_cost", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_is_success", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_is_success", + "callee": ".examples.acrobot.metrics.is_success", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_is_success", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_is_success", + "callee": ".examples.acrobot.metrics.is_success", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_success_rate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_success_rate", + "callee": ".examples.acrobot.metrics.success_rate", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_success_rate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_success_rate", + "callee": ".examples.acrobot.metrics.success_rate", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_success_rate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.metrics_test.TestMetrics.test_success_rate", + "callee": ".examples.acrobot.metrics.success_rate", + "lineno": 101, + "resolution": "external_constructor_call" + } + ], + "examples.acrobot.test.spong_sim_lib_py_test": [ + { + "caller": "examples.acrobot.test.spong_sim_lib_py_test.TestSpongControlledAcrobot.test_simulate", + "callee": ".examples.acrobot.spong_sim.simulate", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_lib_py_test.TestSpongControlledAcrobot.test_simulate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 15, + "resolution": "external_inherited_call" + } + ], + "examples.acrobot.test.spong_sim_main_test": [ + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.setUp", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_help", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_help", + "callee": ".unittest.TestCase.assertIn", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_help", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_example_scenario", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_example_scenario", + "callee": ".examples.acrobot.acrobot_io.load_output", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_example_scenario", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "callee": ".pydrake.common.FindResourceOrThrow", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "callee": ".examples.acrobot.acrobot_io.load_output", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "callee": ".examples.acrobot.acrobot_io.load_scenario", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.acrobot.test.spong_sim_main_test.TestRunSpongControlledAcrobot.test_stochastic_scenario", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 74, + "resolution": "external_inherited_call" + } + ], + "examples.allegro_hand.joint_control.test.run_twisting_mug_test": [ + { + "caller": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug._find_resource", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug._find_resource", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug.setUp", + "callee": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug._find_resource", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug.setUp", + "callee": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug._find_resource", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug.setUp", + "callee": "examples.allegro_hand.joint_control.test.run_twisting_mug_test._unique_lcm_url", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug.test_sim_and_control", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.allegro_hand.joint_control.test.run_twisting_mug_test.TestRunTwistingMug.test_sim_and_control", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 75, + "resolution": "external_inherited_call" + } + ], + "examples.hardware_sim.hardware_sim": [ + { + "caller": "examples.hardware_sim.hardware_sim.", + "callee": ".pydrake.systems.analysis.SimulatorConfig", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.", + "callee": ".pydrake.geometry.SceneGraphConfig", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.", + "callee": ".pydrake.lcm.DrakeLcmParams", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.", + "callee": ".pydrake.visualization.VisualizationConfig", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim._load_scenario", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim._load_scenario", + "callee": ".pydrake.common.yaml.yaml_load_typed", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.multibody.parsing.ProcessModelDirectives", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.multibody.parsing.ModelDirectives", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.manipulation.ApplyNamedPositionsAsDefaults", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.systems.lcm.ApplyLcmBusConfig", + "lineno": 167, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.manipulation.ApplyDriverConfigs", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.systems.sensors.ApplyCameraConfig", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.visualization.ApplyVisualizationConfig", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.systems.analysis.ApplySimulatorConfig", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.run", + "callee": ".pydrake.common.RandomGenerator", + "lineno": 191, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.main", + "callee": "examples.hardware_sim.hardware_sim._load_scenario", + "lineno": 232, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.main", + "callee": "examples.hardware_sim.hardware_sim.run", + "lineno": 237, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hardware_sim.hardware_sim.", + "callee": "examples.hardware_sim.hardware_sim.main", + "lineno": 241, + "resolution": "direct_name_call" + } + ], + "examples.hardware_sim.robot_commander": [ + { + "caller": "examples.hardware_sim.robot_commander.main", + "callee": ".pydrake.lcm.DrakeLcm", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.robot_commander.main", + "callee": ".drake.lcmt_schunk_wsg_command", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.robot_commander.main", + "callee": ".drake.lcmt_iiwa_command", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.robot_commander.", + "callee": "examples.hardware_sim.robot_commander.main", + "lineno": 56, + "resolution": "direct_name_call" + } + ], + "examples.hardware_sim.test.hardware_sim_cc_test": [], + "examples.hardware_sim.test.hardware_sim_py_test": [], + "examples.hardware_sim.test.hardware_sim_test_common": [ + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.setUp", + "callee": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._find_resource", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.setUp", + "callee": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._find_resource", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.setUp", + "callee": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._find_resource", + "lineno": 40, + "resolution": "self_method_call" + }, + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._run", + "callee": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._dict_to_single_line_yaml", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._run", + "callee": ".list.append", + "lineno": 69, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.test_Defaults", + "callee": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._run", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.test_OneOfEverything", + "callee": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._run", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.test_Demo", + "callee": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._run", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest.test_graphviz", + "callee": "examples.hardware_sim.test.hardware_sim_test_common.HardwareSimTest._run", + "lineno": 91, + "resolution": "self_method_call" + } + ], + "examples.hardware_sim.test.robot_commander_test": [ + { + "caller": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "callee": ".pydrake.common.yaml.yaml_load", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "callee": ".list.extend", + "lineno": 28, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "callee": ".list.extend", + "lineno": 35, + "resolution": "local_builtin_method_call" + }, + { + "caller": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "examples.hardware_sim.test.robot_commander_test.RobotCommanderTest.test_scenario_parameters", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + } + ], + "examples.hydroelastic.python_ball_paddle.contact_sim_demo": [ + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "callee": ".pydrake.math.RigidTransform", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "callee": ".pydrake.math.RollPitchYaw", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "callee": ".pydrake.visualization.AddDefaultVisualization", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "callee": ".pydrake.systems.primitives.VectorLogSink", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.simulate_diagram", + "callee": ".pydrake.systems.analysis.SimulatorConfig", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.simulate_diagram", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.simulate_diagram", + "callee": ".pydrake.systems.analysis.ApplySimulatorConfig", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.simulate_diagram", + "callee": ".pydrake.systems.analysis.PrintSimulatorStatistics", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.", + "callee": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.make_ball_paddle", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.", + "callee": "examples.hydroelastic.python_ball_paddle.contact_sim_demo.simulate_diagram", + "lineno": 159, + "resolution": "direct_name_call" + } + ], + "examples.hydroelastic.python_nonconvex_mesh.drop_pepper": [ + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.make_pepper_bowl_table", + "callee": ".pydrake.systems.framework.DiagramBuilder", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.make_pepper_bowl_table", + "callee": ".pydrake.multibody.plant.AddMultibodyPlant", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.make_pepper_bowl_table", + "callee": ".pydrake.multibody.plant.MultibodyPlantConfig", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.make_pepper_bowl_table", + "callee": ".pydrake.multibody.parsing.Parser", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.make_pepper_bowl_table", + "callee": ".pydrake.math.RigidTransform", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.make_pepper_bowl_table", + "callee": ".pydrake.visualization.AddDefaultVisualization", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.simulate_diagram", + "callee": ".pydrake.systems.analysis.Simulator", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.simulate_diagram", + "callee": ".pydrake.systems.analysis.ApplySimulatorConfig", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.simulate_diagram", + "callee": ".pydrake.systems.analysis.SimulatorConfig", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.simulate_diagram", + "callee": ".pydrake.systems.analysis.PrintSimulatorStatistics", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.", + "callee": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.make_pepper_bowl_table", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.", + "callee": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper.simulate_diagram", + "lineno": 160, + "resolution": "direct_name_call" + } + ], + "examples.multibody.strandbeest.test.run_with_motor_test": [], + "examples.van_der_pol.plot_limit_cycle": [], + "geometry.proximity.test.refine_mesh_test": [ + { + "caller": "geometry.proximity.test.refine_mesh_test.TestRefineMesh.assert_files_different", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 12, + "resolution": "external_inherited_call" + }, + { + "caller": "geometry.proximity.test.refine_mesh_test.TestRefineMesh.test_refinement", + "callee": ".pathlib.Path", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.proximity.test.refine_mesh_test.TestRefineMesh.test_refinement", + "callee": "geometry.proximity.test.refine_mesh_test.TestRefineMesh.assert_files_different", + "lineno": 25, + "resolution": "self_method_call" + }, + { + "caller": "geometry.proximity.test.refine_mesh_test.TestRefineMesh.test_refinement", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 33, + "resolution": "external_inherited_call" + } + ], + "geometry.render_gltf_client.test.acceptance_test": [ + { + "caller": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary._check_call", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary.test_server_vtk_backend", + "callee": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary._check_call", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary.test_client_demo_client", + "callee": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary._check_call", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary.test_client_demo_vtk", + "callee": "geometry.render_gltf_client.test.acceptance_test.TestGltfRenderBinary._check_call", + "lineno": 153, + "resolution": "self_method_call" + } + ], + "geometry.render_gltf_client.test.file_size_test": [ + { + "caller": "geometry.render_gltf_client.test.file_size_test.TestFileSize.test_gltf_file_size", + "callee": ".unittest.TestCase.assertLess", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "geometry.render_gltf_client.test.file_size_test.TestFileSize.test_image_file_size", + "callee": ".unittest.TestCase.assertLess", + "lineno": 34, + "resolution": "external_inherited_call" + } + ], + "geometry.render_gltf_client.test.integration_test": [ + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.get_demo_image_paths", + "callee": ".list.append", + "lineno": 124, + "resolution": "local_builtin_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.get_gltf_path_pairs", + "callee": ".list.append", + "lineno": 138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.assert_error_fraction_less", + "callee": ".unittest.TestCase.assertLess", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration._check_one_gltf", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration._normalize_for_compare", + "lineno": 219, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration._check_one_gltf", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration._normalize_for_compare", + "lineno": 220, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration._check_one_gltf", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration._check_one_gltf", + "callee": ".unittest.TestCase.assertCountEqual", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration._save_to_outputs", + "callee": ".pathlib.Path", + "lineno": 236, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.run_render_client", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.get_demo_image_paths", + "lineno": 246, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.run_render_client", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.get_demo_image_paths", + "lineno": 248, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration._save_to_outputs", + "lineno": 252, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration._save_to_outputs", + "lineno": 256, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.assert_error_fraction_less", + "lineno": 279, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.assert_error_fraction_less", + "lineno": 287, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_integration", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.assert_error_fraction_less", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_gltf_conversion", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.run_render_client", + "lineno": 306, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_gltf_conversion", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 318, + "resolution": "external_inherited_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_gltf_conversion", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration.get_gltf_path_pairs", + "lineno": 321, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_gltf_conversion", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration._save_to_outputs", + "lineno": 324, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_gltf_conversion", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration._save_to_outputs", + "lineno": 325, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.integration_test.TestIntegration.test_gltf_conversion", + "callee": "geometry.render_gltf_client.test.integration_test.TestIntegration._check_one_gltf", + "lineno": 331, + "resolution": "self_method_call" + } + ], + "geometry.render_gltf_client.test.server_demo": [ + { + "caller": "geometry.render_gltf_client.test.server_demo.", + "callee": ".flask.Flask", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.", + "callee": ".pathlib.Path", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.compute_hash", + "callee": ".hashlib.sha256", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderRequest._check_form_entries", + "lineno": 182, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 190, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_numeric", + "lineno": 196, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 205, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 215, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 236, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 244, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "callee": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_scene", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest._check_form_entries", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 266, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_numeric", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 286, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_numeric", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 291, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_scene", + "callee": ".pathlib.Path", + "lineno": 317, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_scene", + "callee": "geometry.render_gltf_client.test.server_demo.compute_hash", + "lineno": 318, + "resolution": "direct_name_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_scene", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 327, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.RenderRequest._parse_scene", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 344, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_callback", + "callee": ".list.extend", + "lineno": 419, + "resolution": "local_builtin_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_callback", + "callee": "geometry.render_gltf_client.test.server_demo.RenderError.__init__", + "lineno": 444, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.root", + "callee": ".textwrap.dedent", + "lineno": 457, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.root", + "callee": ".textwrap.dedent", + "lineno": 469, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": "geometry.render_gltf_client.test.server_demo.RenderRequest.__init__", + "lineno": 502, + "resolution": "same_module_class_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": ".pathlib.Path", + "lineno": 503, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": "geometry.render_gltf_client.test.server_demo.render_callback", + "lineno": 503, + "resolution": "direct_name_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": "geometry.render_gltf_client.test.server_demo.RenderRequest.get_field", + "lineno": 510, + "resolution": "local_typed_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": "geometry.render_gltf_client.test.server_demo.RenderRequest.get_field", + "lineno": 512, + "resolution": "local_typed_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": ".flask.send_file", + "lineno": 542, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": ".io.BytesIO", + "lineno": 546, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": ".flask.send_file", + "lineno": 550, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": ".textwrap.dedent", + "lineno": 565, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": ".textwrap.dedent", + "lineno": 575, + "resolution": "external_constructor_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": "geometry.render_gltf_client.test.server_demo.render_endpoint.html_input_type", + "lineno": 600, + "resolution": "nested_function_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.render_endpoint", + "callee": ".list.append", + "lineno": 605, + "resolution": "local_builtin_method_call" + }, + { + "caller": "geometry.render_gltf_client.test.server_demo.", + "callee": "geometry.render_gltf_client.test.server_demo.main", + "lineno": 648, + "resolution": "direct_name_call" + } + ], + "geometry.test.meshcat_websocket_client": [ + { + "caller": "geometry.test.meshcat_websocket_client.print_recursive_comparison", + "callee": "geometry.test.meshcat_websocket_client.print_recursive_comparison", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "geometry.test.meshcat_websocket_client.print_recursive_comparison", + "callee": "geometry.test.meshcat_websocket_client.print_recursive_comparison", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "geometry.test.meshcat_websocket_client.socket_operations_async", + "callee": "geometry.test.meshcat_websocket_client.print_recursive_comparison", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "geometry.test.meshcat_websocket_client.main", + "callee": "geometry.test.meshcat_websocket_client.socket_operations_async", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "geometry.test.meshcat_websocket_client.", + "callee": "geometry.test.meshcat_websocket_client.main", + "lineno": 132, + "resolution": "direct_name_call" + } + ], + "lcm.test.initialization_sequence_test": [ + { + "caller": "lcm.test.initialization_sequence_test.InitializationSequenceTest.test_worker_threads", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "lcm.test.initialization_sequence_test.InitializationSequenceTest.test_worker_threads", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "lcm.test.initialization_sequence_test.InitializationSequenceTest.test_worker_threads", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "lcm.test.initialization_sequence_test.InitializationSequenceTest.test_worker_threads", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 71, + "resolution": "external_inherited_call" + } + ], + "lcmtypes.test.nested_types_test": [ + { + "caller": "lcmtypes.test.nested_types_test.", + "callee": ".drake.lcmt_robot_plan", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "lcmtypes.test.nested_types_test.", + "callee": ".drake.lcmt_robot_state", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "multibody.parsing.package_downloader": [ + { + "caller": "multibody.parsing.package_downloader._run", + "callee": ".pathlib.Path", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.parsing.package_downloader._run", + "callee": ".list.append", + "lineno": 107, + "resolution": "local_builtin_method_call" + }, + { + "caller": "multibody.parsing.package_downloader._run", + "callee": ".list.append", + "lineno": 113, + "resolution": "local_builtin_method_call" + }, + { + "caller": "multibody.parsing.package_downloader._run", + "callee": "multibody.parsing.package_downloader._fail", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "multibody.parsing.package_downloader._run", + "callee": "multibody.parsing.package_downloader._fail", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "multibody.parsing.package_downloader._run", + "callee": ".pathlib.Path", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.parsing.package_downloader._wrapped_main", + "callee": ".pathlib.Path", + "lineno": 181, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.parsing.package_downloader._wrapped_main", + "callee": "multibody.parsing.package_downloader._run", + "lineno": 185, + "resolution": "direct_name_call" + }, + { + "caller": "multibody.parsing.package_downloader._wrapped_main", + "callee": ".pathlib.Path", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.parsing.package_downloader._main", + "callee": "multibody.parsing.package_downloader._wrapped_main", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "multibody.parsing.package_downloader.", + "callee": "multibody.parsing.package_downloader._main", + "lineno": 208, + "resolution": "direct_name_call" + } + ], + "multibody.parsing.test.package_downloader_stress_test": [ + { + "caller": "multibody.parsing.test.package_downloader_stress_test.StressTestDownloader.test_many_threads", + "callee": ".pathlib.Path", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_stress_test.StressTestDownloader.test_many_threads", + "callee": ".list.append", + "lineno": 63, + "resolution": "local_builtin_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_stress_test.StressTestDownloader.test_many_threads", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_stress_test.StressTestDownloader.test_many_threads", + "callee": ".pathlib.Path", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_stress_test.StressTestDownloader.test_many_threads", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 89, + "resolution": "external_inherited_call" + } + ], + "multibody.parsing.test.package_downloader_test": [ + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.setUp", + "callee": ".pathlib.Path", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.urlopen", + "callee": ".urllib.error.HTTPError", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader._create_sample_zip", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._checksum", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_vanilla", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._create_sample_zip", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_vanilla", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_vanilla", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_vanilla", + "callee": ".unittest.TestCase.assertIn", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_vanilla", + "callee": ".unittest.TestCase.assertIn", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_vanilla", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_checksum_failure", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._create_sample_zip", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_checksum_failure", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_checksum_failure", + "callee": ".unittest.TestCase.assertIn", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_archive_type_failure", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._create_sample_zip", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_archive_type_failure", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_archive_type_failure", + "callee": ".unittest.TestCase.assertIn", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_archive_type_failure", + "callee": ".unittest.TestCase.assertIn", + "lineno": 153, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._create_sample_zip", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "lineno": 163, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix_failure", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._create_sample_zip", + "lineno": 180, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix_failure", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "lineno": 184, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix_failure", + "callee": ".unittest.TestCase.assertIn", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_strip_prefix_failure", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "lineno": 195, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_all_urls_failed", + "callee": "multibody.parsing.test.package_downloader_test.TestDownloader._call_main", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_all_urls_failed", + "callee": ".unittest.TestCase.assertIn", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.parsing.test.package_downloader_test.TestDownloader.test_all_urls_failed", + "callee": ".unittest.TestCase.assertIn", + "lineno": 222, + "resolution": "external_inherited_call" + } + ], + "multibody.plant.images.ideal_stiction": [ + { + "caller": "multibody.plant.images.ideal_stiction.", + "callee": "multibody.plant.images.ideal_stiction.main", + "lineno": 36, + "resolution": "direct_name_call" + } + ], + "multibody.plant.images.stiction": [ + { + "caller": "multibody.plant.images.stiction.stribeck", + "callee": "multibody.plant.images.stiction.step5", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "multibody.plant.images.stiction.stribeck", + "callee": "multibody.plant.images.stiction.step5", + "lineno": 23, + "resolution": "direct_name_call" + }, + { + "caller": "multibody.plant.images.stiction.main", + "callee": "multibody.plant.images.stiction.stribeck", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "multibody.plant.images.stiction.", + "callee": "multibody.plant.images.stiction.main", + "lineno": 63, + "resolution": "direct_name_call" + } + ], + "multibody.plant.images.test.scripts_test": [ + { + "caller": "multibody.plant.images.test.scripts_test.ScriptsTest.test_ideal_stiction", + "callee": ".pathlib.Path", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.plant.images.test.scripts_test.ScriptsTest.test_ideal_stiction", + "callee": ".pathlib.Path", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.plant.images.test.scripts_test.ScriptsTest.test_ideal_stiction", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 15, + "resolution": "external_inherited_call" + }, + { + "caller": "multibody.plant.images.test.scripts_test.ScriptsTest.test_stiction", + "callee": ".pathlib.Path", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.plant.images.test.scripts_test.ScriptsTest.test_stiction", + "callee": ".pathlib.Path", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "multibody.plant.images.test.scripts_test.ScriptsTest.test_stiction", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 24, + "resolution": "external_inherited_call" + } + ], + "setup.install_prereqs": [ + { + "caller": "setup.install_prereqs.", + "callee": ".pathlib.Path", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "setup.install_prereqs._run", + "callee": "setup.install_prereqs._error", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._setup_user_environment", + "callee": "setup.install_prereqs._error", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._setup_user_environment", + "callee": "setup.install_prereqs._workspace_dir", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._prefetch_bazel", + "callee": "setup.install_prereqs._run", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._prefetch_bazel", + "callee": "setup.install_prereqs._workspace_dir", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._fix_rules_cc_local_config", + "callee": "setup.install_prereqs._workspace_dir", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._fix_rules_cc_local_config", + "callee": "setup.install_prereqs._run", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._fix_rules_cc_local_config", + "callee": "setup.install_prereqs._workspace_dir", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._fix_rules_cc_local_config", + "callee": "setup.install_prereqs._run", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs._fix_rules_cc_local_config", + "callee": "setup.install_prereqs._workspace_dir", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs.main", + "callee": "setup.install_prereqs._setup_user_environment", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs.main", + "callee": "setup.install_prereqs._prefetch_bazel", + "lineno": 214, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs.main", + "callee": "setup.install_prereqs._is_ubuntu", + "lineno": 215, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs.main", + "callee": "setup.install_prereqs._fix_rules_cc_local_config", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "setup.install_prereqs.", + "callee": "setup.install_prereqs.main", + "lineno": 220, + "resolution": "direct_name_call" + } + ], + "setup.test.install_prereqs_test": [ + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsActor.__init__", + "callee": ".pathlib.Path", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsActor.__init__", + "callee": ".pathlib.Path", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsActor.__init__", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor._set_up_source", + "lineno": 30, + "resolution": "self_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsActor.__init__", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.add_to_path", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsActor._set_up_source", + "callee": ".pathlib.Path", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsActor.expect_call", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.finish", + "lineno": 187, + "resolution": "self_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_help", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.__init__", + "lineno": 218, + "resolution": "same_module_class_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_help", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.start", + "lineno": 219, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_help", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_help", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.__init__", + "lineno": 224, + "resolution": "same_module_class_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.start", + "lineno": 225, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 227, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 228, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.source", + "lineno": 228, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 229, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.source", + "lineno": 229, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_user_environment_only", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.__init__", + "lineno": 233, + "resolution": "same_module_class_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.start", + "lineno": 234, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.expect_call", + "lineno": 235, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.finish", + "lineno": 236, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 237, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": ".unittest.TestCase.assertRegex", + "lineno": 239, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 240, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.source", + "lineno": 240, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": "setup.test.install_prereqs_test.InstallPrereqsActor.source", + "lineno": 241, + "resolution": "local_typed_method_call" + }, + { + "caller": "setup.test.install_prereqs_test.InstallPrereqsTest.test_developer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 242, + "resolution": "external_inherited_call" + } + ], + "solvers.test.gurobi_solver_license_retention_test": [ + { + "caller": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention._subprocess_license_use_count", + "callee": ".pathlib.Path", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention.test_local_license", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention.test_local_license", + "callee": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention._subprocess_license_use_count", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention.test_nonlocal_license", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention.test_nonlocal_license", + "callee": "solvers.test.gurobi_solver_license_retention_test.TestGurobiSolverLicenseRetention._subprocess_license_use_count", + "lineno": 43, + "resolution": "self_method_call" + } + ], + "systems.analysis.test.simulator_gflags_test": [ + { + "caller": "systems.analysis.test.simulator_gflags_test.TestSimulatorGflags.test", + "callee": ".unittest.TestCase.assertIn", + "lineno": 28, + "resolution": "external_inherited_call" + } + ], + "third_party.com_github_bazelbuild_bazelisk.bazelisk": [ + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_dotfiles_dict", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.find_workspace_root", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_dotfiles_dict", + "callee": ".list.append", + "lineno": 83, + "resolution": "local_builtin_method_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_env_or_config", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_dotfiles_dict", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.decide_which_bazel_version_to_use", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_env_or_config", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.decide_which_bazel_version_to_use", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.find_workspace_root", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.find_workspace_root", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.find_workspace_root", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.resolve_version_label_to_number_or_commit", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_last_green_commit", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.resolve_version_label_to_number_or_commit", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_version_history", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.resolve_version_label_to_number_or_commit", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.resolve_latest_version", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_last_green_commit", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.read_remote_text_file", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_releases_json", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.read_remote_text_file", + "lineno": 204, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.read_remote_text_file", + "callee": ".contextlib.closing", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.read_remote_text_file", + "callee": ".urllib2.urlopen", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_version_history", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_releases_json", + "lineno": 223, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_executable_filename_suffix", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_operating_system", + "lineno": 257, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_bazel_filename", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_operating_system", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_bazel_filename", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_supported_machine_archs", + "lineno": 263, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_bazel_filename", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.normalized_machine_arch_name", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_bazel_filename", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_executable_filename_suffix", + "lineno": 272, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_bazel_filename", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_env_or_config", + "lineno": 274, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_supported_machine_archs", + "callee": ".list.append", + "lineno": 293, + "resolution": "local_builtin_method_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_supported_machine_archs", + "callee": ".list.append", + "lineno": 300, + "resolution": "local_builtin_method_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_url", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.normalized_machine_arch_name", + "lineno": 318, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_url", + "callee": ".str.format", + "lineno": 320, + "resolution": "local_builtin_method_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_url", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_env_or_config", + "lineno": 326, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_bazel_filename", + "lineno": 343, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_url", + "lineno": 344, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.determine_executable_filename_suffix", + "lineno": 346, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.trim_suffix", + "lineno": 347, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.maybe_makedirs", + "lineno": 349, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download", + "lineno": 353, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download", + "lineno": 360, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download", + "callee": ".urllib2.Request", + "lineno": 391, + "resolution": "external_constructor_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_env_or_config", + "lineno": 392, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download", + "callee": ".urlparse.urlparse", + "lineno": 393, + "resolution": "external_constructor_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download", + "callee": ".contextlib.closing", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download", + "callee": ".urllib2.urlopen", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazelisk_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_env_or_config", + "lineno": 407, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazelisk_directory", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_operating_system", + "lineno": 411, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.delegate_tools_bazel", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.find_workspace_root", + "lineno": 453, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.make_bazel_cmd", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.delegate_tools_bazel", + "lineno": 480, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.make_bazel_cmd", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.prepend_directory_to_path", + "lineno": 486, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.execute_bazel", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.make_bazel_cmd", + "lineno": 495, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazel_path", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazelisk_directory", + "lineno": 509, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazel_path", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.maybe_makedirs", + "lineno": 510, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazel_path", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.decide_which_bazel_version_to_use", + "lineno": 512, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazel_path", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.resolve_version_label_to_number_or_commit", + "lineno": 513, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazel_path", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.download_bazel_into_directory", + "lineno": 519, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.main", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.get_bazel_path", + "lineno": 526, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.main", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.make_bazel_cmd", + "lineno": 531, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.main", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.execute_bazel", + "lineno": 537, + "resolution": "direct_name_call" + }, + { + "caller": "third_party.com_github_bazelbuild_bazelisk.bazelisk.", + "callee": "third_party.com_github_bazelbuild_bazelisk.bazelisk.main", + "lineno": 541, + "resolution": "direct_name_call" + } + ], + "tools.model_visualizer_private": [ + { + "caller": "tools.model_visualizer_private.", + "callee": ".pydrake.visualization.model_visualizer._main", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "tools": [], + "tools.clion.test.bazel_wrapper_test": [ + { + "caller": "tools.clion.test.bazel_wrapper_test.", + "callee": ".importlib.machinery.SourceFileLoader", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._execvp", + "callee": "tools.clion.test.bazel_wrapper_test.ExecDetail.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_workspace", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_workspace", + "callee": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._do_main", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_workspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_workspace", + "callee": ".unittest.TestCase.assertSequenceEqual", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_workspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_different_workspace", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_different_workspace", + "callee": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._do_main", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_different_workspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_different_workspace", + "callee": ".unittest.TestCase.assertSequenceEqual", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_different_workspace", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_rewriting", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_rewriting", + "callee": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._do_main", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_rewriting", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_rewriting", + "callee": ".unittest.TestCase.assertSequenceEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_no_rewriting", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_subprocess", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_subprocess", + "callee": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._do_main", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_subprocess", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_subprocess", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_subprocess", + "callee": ".unittest.TestCase.assertSequenceEqual", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_rewriting", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_rewriting", + "callee": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper._do_main", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_rewriting", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 166, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_rewriting", + "callee": ".unittest.TestCase.assertSequenceEqual", + "lineno": 169, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.clion.test.bazel_wrapper_test.TestBazelWrapper.test_rewriting", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 175, + "resolution": "external_inherited_call" + } + ], + "tools.install.installer": [ + { + "caller": "tools.install.installer._is_relative_link", + "callee": "tools.install.installer._is_relative_link", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.installer._patchelf_path", + "callee": ".pathlib.Path", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.installer.Installer.copy_or_link", + "callee": "tools.install.installer._is_relative_link", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.installer.Installer.install", + "callee": "tools.install.installer._needs_install", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.installer.Installer.install", + "callee": "tools.install.installer.Installer.copy_or_link", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.installer.Installer.fix_rpaths_and_strip", + "callee": ".subprocess.check_call", + "lineno": 196, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.installer.Installer.fix_rpaths_and_strip", + "callee": "tools.install.installer.Installer._macos_fix_rpaths", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.installer.Installer.fix_rpaths_and_strip", + "callee": ".subprocess.check_call", + "lineno": 204, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.installer.Installer.fix_rpaths_and_strip", + "callee": "tools.install.installer.Installer._linux_fix_rpaths", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.installer.Installer._macos_fix_rpaths", + "callee": ".subprocess.check_call", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.installer.Installer._macos_fix_rpaths", + "callee": "tools.install.otool.linked_libraries", + "lineno": 213, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.install.installer.Installer._macos_fix_rpaths", + "callee": ".subprocess.check_call", + "lineno": 222, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.installer.Installer._macos_fix_rpaths", + "callee": "tools.install.otool.load_commands", + "lineno": 235, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.install.installer.Installer._macos_fix_rpaths", + "callee": ".subprocess.check_call", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.installer.Installer._linux_fix_rpaths", + "callee": ".subprocess.check_output", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.installer.Installer._linux_fix_rpaths", + "callee": "tools.install.installer.Installer._is_non_local_library", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.installer.Installer._linux_fix_rpaths", + "callee": ".list.append", + "lineno": 295, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.installer.Installer._linux_fix_rpaths", + "callee": ".list.append", + "lineno": 307, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.installer.Installer._linux_fix_rpaths", + "callee": ".subprocess.check_output", + "lineno": 321, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.installer.Installer._linux_fix_rpaths", + "callee": "tools.install.installer._patchelf_path", + "lineno": 323, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.installer.main", + "callee": "tools.install.installer.Installer.__init__", + "lineno": 388, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.install.installer.main", + "callee": "tools.install.installer.Installer.fix_rpaths_and_strip", + "lineno": 477, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.install.installer.", + "callee": "tools.install.installer.main", + "lineno": 481, + "resolution": "direct_name_call" + } + ], + "tools.install.install_test": [ + { + "caller": "tools.install.install_test.InstallTest.test_basic_paths", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.install_test.main", + "callee": "tools.install.install_test._convert_test_command_to_test_case_name", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.install_test.main", + "callee": ".list.append", + "lineno": 83, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.install_test.", + "callee": "tools.install.install_test.main", + "lineno": 105, + "resolution": "direct_name_call" + } + ], + "tools.install.install_test_helper": [ + { + "caller": "tools.install.install_test_helper.install", + "callee": "tools.install.install_test_helper.get_install_dir", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.install_test_helper.install", + "callee": "tools.install.install_test_helper._make_read_only", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.install_test_helper.install", + "callee": "tools.install.install_test_helper._make_read_only", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.install_test_helper.run_and_kill", + "callee": "tools.install.install_test_helper.get_install_dir", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.install_test_helper.check_call", + "callee": "tools.install.install_test_helper.get_python_executable", + "lineno": 117, + "resolution": "direct_name_call" + } + ], + "tools.install.otool": [ + { + "caller": "tools.install.otool.", + "callee": ".collections.namedtuple", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.otool.load_commands", + "callee": ".list.append", + "lineno": 89, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.otool.load_commands", + "callee": ".list.append", + "lineno": 95, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.otool.load_commands", + "callee": "tools.install.otool._split_load_command", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.otool.load_commands", + "callee": "tools.install.otool._join", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.otool.linked_libraries", + "callee": ".list.append", + "lineno": 155, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.otool.linked_libraries", + "callee": "tools.install.otool._join", + "lineno": 164, + "resolution": "direct_name_call" + } + ], + "tools.install": [], + "tools.install.dummy.dummy": [], + "tools.install.libdrake.build_components_refresh": [ + { + "caller": "tools.install.libdrake.build_components_refresh._find_libdrake_components", + "callee": "tools.install.libdrake.build_components_refresh._bazel_query", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.build_components_refresh._find_libdrake_components", + "callee": "tools.install.libdrake.build_components_refresh._is_full_package_library", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.build_components_refresh._find_libdrake_components", + "callee": ".list.append", + "lineno": 68, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.build_components_refresh._find_libdrake_components", + "callee": "tools.install.libdrake.build_components_refresh._bazel_query", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.build_components_refresh.main", + "callee": ".list.append", + "lineno": 107, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.build_components_refresh.main", + "callee": ".list.append", + "lineno": 114, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.build_components_refresh.main", + "callee": ".list.append", + "lineno": 117, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.build_components_refresh.main", + "callee": "tools.install.libdrake.build_components_refresh._find_libdrake_components", + "lineno": 124, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.build_components_refresh.", + "callee": "tools.install.libdrake.build_components_refresh.main", + "lineno": 152, + "resolution": "direct_name_call" + } + ], + "tools.install.libdrake.parse_version": [ + { + "caller": "tools.install.libdrake.parse_version._parse_stamp", + "callee": "tools.install.libdrake.parse_version._check_version", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.parse_version.main", + "callee": "tools.install.libdrake.parse_version._write_version_info", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.parse_version.main", + "callee": "tools.install.libdrake.parse_version._parse_stamp", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.parse_version.", + "callee": "tools.install.libdrake.parse_version.main", + "lineno": 105, + "resolution": "direct_name_call" + } + ], + "tools.install.libdrake.test.drake_python_dir_install_test": [], + "tools.install.libdrake.test.exported_symbols_test": [ + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._repair_readelf_output", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": ".collections.namedtuple", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": ".list.append", + "lineno": 171, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._is_symbol_ok", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._demangle", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 186, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._global_ctors_dtors", + "lineno": 189, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest.test_exported_symbols_and_global_constructors", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._global_ctors_dtors", + "callee": "tools.install.libdrake.test.exported_symbols_test._is_known_bad_ctor_or_dtor", + "lineno": 307, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._global_ctors_dtors", + "callee": ".dict.setdefault", + "lineno": 312, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._global_ctors_dtors", + "callee": "tools.install.libdrake.test.exported_symbols_test._is_known_bad_ctor_or_dtor", + "lineno": 314, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._global_ctors_dtors", + "callee": ".dict.setdefault", + "lineno": 319, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._ctor_dtor_calls", + "callee": ".list.append", + "lineno": 340, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._ctor_dtor_calls", + "callee": ".list.append", + "lineno": 355, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._ctor_dtor_calls", + "callee": ".list.append", + "lineno": 357, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._ctor_dtor_calls", + "callee": ".list.append", + "lineno": 361, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._ctor_dtor_calls", + "callee": ".list.append", + "lineno": 379, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.install.libdrake.test.exported_symbols_test.ExportedSymbolsTest._ctor_dtor_calls", + "callee": ".list.append", + "lineno": 383, + "resolution": "local_builtin_method_call" + } + ], + "tools.install.libdrake.test.find_package_drake_install_test": [], + "tools.install.libdrake.test.header_dependency_test": [ + { + "caller": "tools.install.libdrake.test.header_dependency_test.HeaderDependencyTest.test_installed_drake_header_include_paths", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.header_dependency_test.HeaderDependencyTest.test_installed_drake_header_include_paths", + "callee": "tools.install.libdrake.test.header_dependency_test.HeaderDependencyTest._is_valid_line", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.libdrake.test.header_dependency_test.HeaderDependencyTest.test_installed_drake_header_include_paths", + "callee": ".unittest.TestCase.fail", + "lineno": 71, + "resolution": "external_inherited_call" + } + ], + "tools.install.libdrake.test.metadata_install_test": [ + { + "caller": "tools.install.libdrake.test.metadata_install_test.MetadataTest.test_importlib_metadata", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + } + ], + "tools.install.libdrake.test.rpath_install_test": [ + { + "caller": "tools.install.libdrake.test.rpath_install_test.RpathTest.test_rpaths", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 28, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.rpath_install_test.RpathTest.test_rpaths", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.rpath_install_test.RpathTest.test_rpaths", + "callee": "tools.install.libdrake.test.rpath_install_test.has_prefix", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.test.rpath_install_test.RpathTest.test_rpaths", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.rpath_install_test.RpathTest.test_rpaths", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.rpath_install_test.RpathTest.test_rpaths", + "callee": "tools.install.libdrake.test.rpath_install_test.has_prefix", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tools.install.libdrake.test.rpath_install_test.RpathTest.test_rpaths", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 79, + "resolution": "external_inherited_call" + } + ], + "tools.install.libdrake.test.snopt_visibility_install_test": [ + { + "caller": "tools.install.libdrake.test.snopt_visibility_install_test.SnoptVisibilityTest.test_visibility", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.snopt_visibility_install_test.SnoptVisibilityTest.test_visibility", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.snopt_visibility_install_test.SnoptVisibilityTest.test_visibility", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.libdrake.test.snopt_visibility_install_test.SnoptVisibilityTest.test_visibility", + "callee": ".unittest.TestCase.assertNotIn", + "lineno": 38, + "resolution": "external_inherited_call" + } + ], + "tools.install.test.installer_test": [ + { + "caller": "tools.install.test.installer_test.TestInstall.get_install_dir", + "callee": ".os.path.join", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.installer_test.TestInstall.get_install_dir", + "callee": "tools.install.test.installer_test.TestInstall.get_tmpdir", + "lineno": 18, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.installer_test.TestInstall.test_install_symlink", + "callee": "tools.install.installer.Installer.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "tools.install.test.installer_test.TestInstall.test_install_symlink", + "callee": ".os.path.join", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.installer_test.TestInstall.test_install_symlink", + "callee": "tools.install.test.installer_test.TestInstall.get_tmpdir", + "lineno": 29, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.installer_test.TestInstall.test_install_symlink", + "callee": "tools.install.test.installer_test.TestInstall.get_install_dir", + "lineno": 33, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.installer_test.TestInstall.test_install_symlink", + "callee": ".os.path.join", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.installer_test.TestInstall.test_install_symlink", + "callee": "tools.install.installer.Installer.copy_or_link", + "lineno": 37, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.install.test.installer_test.TestInstall.test_install_symlink", + "callee": "tools.install.installer.Installer.copy_or_link", + "lineno": 42, + "resolution": "local_typed_method_call" + } + ], + "tools.install.test.install_meta_test": [ + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.get_install_dir", + "callee": ".os.path.join", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.get_install_dir", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.get_install_dir", + "callee": ".os.path.isdir", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.get_python_site_packages_dir", + "callee": ".os.path.join", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.listdir_recursive", + "callee": ".os.path.relpath", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.listdir_recursive", + "callee": ".os.path.join", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.dummy_install_import", + "callee": ".contextlib.redirect_stdout", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.dummy_install_import", + "callee": ".contextlib.redirect_stderr", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.dummy_install_binary", + "callee": ".subprocess.check_output", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.do_test_nominal", + "callee": "tools.install.test.install_meta_test.TestInstallMeta.get_install_dir", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.do_test_nominal", + "callee": "tools.install.test.install_meta_test.TestInstallMeta.get_python_site_packages_dir", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.do_test_nominal", + "callee": ".os.path.join", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.do_test_nominal", + "callee": "tools.install.test.install_meta_test.TestInstallMeta.listdir_recursive", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.do_test_nominal", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.do_test_strip_args", + "callee": "tools.install.test.install_meta_test.TestInstallMeta.get_install_dir", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.do_test_strip_args", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.do_test_strip_args", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.test_nominal_by_import", + "callee": "tools.install.test.install_meta_test.TestInstallMeta.do_test_nominal", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.test_nominal_by_binary", + "callee": "tools.install.test.install_meta_test.TestInstallMeta.do_test_nominal", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.test_strip_args_by_import", + "callee": "tools.install.test.install_meta_test.TestInstallMeta.do_test_strip_args", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "tools.install.test.install_meta_test.TestInstallMeta.test_strip_args_by_binary", + "callee": "tools.install.test.install_meta_test.TestInstallMeta.do_test_strip_args", + "lineno": 104, + "resolution": "self_method_call" + } + ], + "tools.install.test.install_test_helper_test": [ + { + "caller": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_get_install_dir", + "callee": ".unittest.TestCase.assertIn", + "lineno": 9, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_get_install_dir", + "callee": ".unittest.TestCase.assertIn", + "lineno": 10, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_create_temporary_dir", + "callee": ".unittest.TestCase.assertIn", + "lineno": 15, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_create_temporary_dir", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_get_python_executable", + "callee": ".unittest.TestCase.assertIn", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_check_output", + "callee": ".unittest.TestCase.assertIn", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.install.test.install_test_helper_test.TestInstallTestHelperTest.test_read_only", + "callee": ".unittest.TestCase.fail", + "lineno": 47, + "resolution": "external_inherited_call" + } + ], + "tools.jupyter.example_library": [], + "tools.jupyter.jupyter_bazel": [ + { + "caller": "tools.jupyter.jupyter_bazel._jupyter_bazel_notebook_main", + "callee": "tools.jupyter.jupyter_bazel._ExecutePreprocessorNoWidgets.", + "lineno": 82, + "resolution": "same_module_class_call" + } + ], + "tools.jupyter.test.failing_notebook_test": [ + { + "caller": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook.test_failing_notebook", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook.test_failing_notebook", + "callee": ".unittest.TestCase.assertIn", + "lineno": 17, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook.test_failing_notebook_deprecation", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook.test_failing_notebook_deprecation", + "callee": ".unittest.TestCase.assertIn", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook.test_failing_notebook_deprecation", + "callee": ".unittest.TestCase.assertIn", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.jupyter.test.failing_notebook_test.TestFailingNotebook.test_failing_notebook_deprecation", + "callee": ".unittest.TestCase.assertIn", + "lineno": 35, + "resolution": "external_inherited_call" + } + ], + "tools.jupyter.test.jupyter_prereqs_test": [ + { + "caller": "tools.jupyter.test.jupyter_prereqs_test.TestJupyterPrereqs.test_notebook", + "callee": ".unittest.TestCase.assertIn", + "lineno": 14, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.jupyter.test.jupyter_prereqs_test.TestJupyterPrereqs.test_notebook", + "callee": ".jupyter_core.command.list_subcommands", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "tools.kcov.kcoverage": [ + { + "caller": "tools.kcov.kcoverage.main", + "callee": "tools.kcov.kcoverage.parse_run_command", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tools.kcov.kcoverage.main", + "callee": "tools.kcov.kcoverage.exec_with_kcov", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tools.kcov.kcoverage.", + "callee": "tools.kcov.kcoverage.main", + "lineno": 53, + "resolution": "direct_name_call" + } + ], + "tools.lcm_gen": [ + { + "caller": "tools.lcm_gen.Parser.parse", + "callee": "tools.lcm_gen.Parser.__init__", + "lineno": 148, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.lcm_gen.Parser.__init__", + "callee": "tools.lcm_gen.Parser._remove_c_comments", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser.__init__", + "callee": "tools.lcm_gen.Parser._remove_cpp_comments", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser.__init__", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 166, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._expect", + "callee": "tools.lcm_gen.Parser._current_value", + "lineno": 211, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._expect", + "callee": "tools.lcm_gen.Parser._current_type", + "lineno": 212, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._expect", + "callee": "tools.lcm_gen.Parser._syntax_error_details", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._expect", + "callee": "tools.lcm_gen.Parser._syntax_error_details", + "lineno": 224, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._advance", + "callee": "tools.lcm_gen.Parser._current_type", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._consume", + "callee": "tools.lcm_gen.Parser._current_value", + "lineno": 237, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._consume", + "callee": "tools.lcm_gen.Parser._expect", + "lineno": 238, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._consume", + "callee": "tools.lcm_gen.Parser._advance", + "lineno": 240, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._root", + "callee": "tools.lcm_gen.Parser._current_value", + "lineno": 246, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._root", + "callee": "tools.lcm_gen.Parser._package_decl", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._root", + "callee": "tools.lcm_gen.Parser._struct_decl", + "lineno": 248, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._root", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 249, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._package_decl", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._package_decl", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 255, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._package_decl", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 256, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Struct.", + "lineno": 263, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.UserType.", + "lineno": 263, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 264, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Parser._current_type", + "lineno": 266, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Parser._current_value", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Parser._const_statement", + "lineno": 269, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Parser._field_statement", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._struct_decl", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 277, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_statement", + "callee": "tools.lcm_gen.Parser._syntax_error_details", + "lineno": 287, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_statement", + "callee": "tools.lcm_gen.Parser._const_definition", + "lineno": 289, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_statement", + "callee": "tools.lcm_gen.Parser._current_value", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_statement", + "callee": "tools.lcm_gen.Parser._const_definition", + "lineno": 292, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 293, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_definition", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_definition", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 298, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_definition", + "callee": "tools.lcm_gen.Parser._current_value", + "lineno": 300, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_definition", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 301, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_definition", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_definition", + "callee": "tools.lcm_gen.Parser._syntax_error_details", + "lineno": 314, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._const_definition", + "callee": "tools.lcm_gen.StructConstant.", + "lineno": 317, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._qualified_identifier", + "lineno": 322, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 323, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._current_value", + "lineno": 325, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 326, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._current_type", + "lineno": 327, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 328, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 330, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 332, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": ".list.append", + "lineno": 333, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._field_statement", + "callee": "tools.lcm_gen.StructField.", + "lineno": 336, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.lcm_gen.Parser._qualified_identifier", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 341, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._qualified_identifier", + "callee": "tools.lcm_gen.Parser._current_value", + "lineno": 346, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._qualified_identifier", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 347, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._qualified_identifier", + "callee": "tools.lcm_gen.Parser._consume", + "lineno": 348, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.Parser._qualified_identifier", + "callee": "tools.lcm_gen.UserType.", + "lineno": 349, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.lcm_gen.Parser._qualified_identifier", + "callee": "tools.lcm_gen.UserType.", + "lineno": 351, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_includes", + "lineno": 702, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_names", + "lineno": 703, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_member_constants", + "lineno": 704, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_member_fields", + "lineno": 705, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_encoded_size", + "lineno": 706, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_encode", + "lineno": 707, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_decode", + "lineno": 708, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_base_hash", + "lineno": 709, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen.generate", + "callee": "tools.lcm_gen.CppGen._fill_get_hash", + "lineno": 710, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_includes", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 729, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_names", + "callee": "tools.lcm_gen.CppGen._namespace_begin_end", + "lineno": 733, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_names", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 734, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_names", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 735, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_names", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 736, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_member_constants", + "callee": "tools.lcm_gen.CppGen._full_typename", + "lineno": 753, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_member_constants", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 762, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_member_fields", + "callee": "tools.lcm_gen.CppGen._to_member_field_type", + "lineno": 780, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_member_fields", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 786, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._to_member_field_type", + "callee": "tools.lcm_gen.CppGen._full_typename", + "lineno": 790, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_encoded_size", + "callee": "tools.lcm_gen.CppGen._fill_one_encoded_size", + "lineno": 807, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_encoded_size", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 809, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_one_encoded_size", + "callee": "tools.lcm_gen.CppGen._known_encoded_size", + "lineno": 814, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_encode", + "callee": ".list.extend", + "lineno": 856, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_encode", + "callee": ".list.extend", + "lineno": 859, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_encode", + "callee": ".list.extend", + "lineno": 867, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_encode", + "callee": "tools.lcm_gen.CppGen._fill_one_encode", + "lineno": 867, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_encode", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 871, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_decode", + "callee": ".list.extend", + "lineno": 890, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_decode", + "callee": ".list.extend", + "lineno": 899, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_decode", + "callee": "tools.lcm_gen.CppGen._fill_one_decode", + "lineno": 899, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_decode", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 903, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_one_decode", + "callee": ".list.append", + "lineno": 917, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_base_hash", + "callee": ".list.append", + "lineno": 927, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_base_hash", + "callee": ".list.append", + "lineno": 929, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_base_hash", + "callee": ".list.append", + "lineno": 930, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_base_hash", + "callee": ".list.append", + "lineno": 932, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_base_hash", + "callee": ".list.append", + "lineno": 933, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_base_hash", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 956, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_get_hash", + "callee": "tools.lcm_gen.CppGen._full_typename", + "lineno": 965, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_get_hash", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 970, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_get_hash", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 972, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_get_hash", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 976, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_get_hash", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 981, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.CppGen._fill_get_hash", + "callee": "tools.lcm_gen.CppGen._replace", + "lineno": 982, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.main", + "callee": "tools.lcm_gen.CppGen.__init__", + "lineno": 1022, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.lcm_gen.main", + "callee": "tools.lcm_gen.CppGen.generate", + "lineno": 1023, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.lcm_gen.", + "callee": "tools.lcm_gen.main", + "lineno": 1032, + "resolution": "direct_name_call" + } + ], + "tools.lcm_gen.test.lcm_gen_test": [ + { + "caller": "tools.lcm_gen.test.lcm_gen_test.BaseTest._resource", + "callee": ".pathlib.Path", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.BaseTest.setUp", + "callee": "tools.lcm_gen.test.lcm_gen_test.BaseTest._resource", + "lineno": 24, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.BaseTest.setUp", + "callee": "tools.lcm_gen.test.lcm_gen_test.BaseTest._resource", + "lineno": 25, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.BaseTest.setUp", + "callee": "tools.lcm_gen.test.lcm_gen_test.BaseTest._resource", + "lineno": 26, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.BaseTest.setUp", + "callee": "tools.lcm_gen.test.lcm_gen_test.BaseTest._resource", + "lineno": 27, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.BaseTest.setUp", + "callee": "tools.lcm_gen.test.lcm_gen_test.BaseTest._resource", + "lineno": 28, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.BaseTest.setUp", + "callee": "tools.lcm_gen.test.lcm_gen_test.BaseTest._resource", + "lineno": 29, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_remove_c_comments", + "callee": "tools.lcm_gen.Parser._remove_c_comments", + "lineno": 51, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_remove_c_comments", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._join_lines", + "lineno": 52, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_remove_c_comments", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._join_lines", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_remove_cpp_comments", + "callee": "tools.lcm_gen.Parser._remove_cpp_comments", + "lineno": 77, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_remove_cpp_comments", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._join_lines", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_remove_cpp_comments", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._join_lines", + "lineno": 87, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_parse_lima", + "callee": "tools.lcm_gen.Parser.parse", + "lineno": 99, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_parse_mike", + "callee": "tools.lcm_gen.Parser.parse", + "lineno": 132, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_parse_november", + "callee": "tools.lcm_gen.Parser.parse", + "lineno": 162, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_type_str", + "callee": "tools.lcm_gen.UserType.", + "lineno": 179, + "resolution": "imported_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_type_str", + "callee": "tools.lcm_gen.UserType.", + "lineno": 181, + "resolution": "imported_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser._parse_str", + "callee": "tools.lcm_gen.Parser.parse", + "lineno": 190, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_missing_package_semi", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._parse_str", + "lineno": 194, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_multiline_const", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._parse_str", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_bad_const_type", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._parse_str", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_bad_const_type", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._parse_str", + "lineno": 207, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_bad_const_value", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._parse_str", + "lineno": 211, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestParser.test_missing_const_name", + "callee": "tools.lcm_gen.test.lcm_gen_test.TestParser._parse_str", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_lima_text", + "callee": "tools.lcm_gen.Parser.parse", + "lineno": 236, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_lima_text", + "callee": "tools.lcm_gen.CppGen.__init__", + "lineno": 238, + "resolution": "imported_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_mike_text", + "callee": "tools.lcm_gen.Parser.parse", + "lineno": 243, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_mike_text", + "callee": "tools.lcm_gen.CppGen.__init__", + "lineno": 245, + "resolution": "imported_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_november_text", + "callee": "tools.lcm_gen.Parser.parse", + "lineno": 250, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_november_text", + "callee": "tools.lcm_gen.CppGen.__init__", + "lineno": 252, + "resolution": "imported_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_no_package", + "callee": "tools.lcm_gen.Struct.", + "lineno": 257, + "resolution": "imported_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_no_package", + "callee": "tools.lcm_gen.UserType.", + "lineno": 257, + "resolution": "imported_call" + }, + { + "caller": "tools.lcm_gen.test.lcm_gen_test.TestCppGen.test_no_package", + "callee": "tools.lcm_gen.CppGen.__init__", + "lineno": 258, + "resolution": "imported_call" + } + ], + "tools.lint.buildifier": [ + { + "caller": "tools.lint.buildifier._make_buildifier_command", + "callee": ".pathlib.Path", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lint.buildifier._make_buildifier_command", + "callee": ".pathlib.Path", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lint.buildifier._help", + "callee": ".subprocess.Popen", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lint.buildifier._find_buildifier_sources", + "callee": "tools.lint.util.find_all_sources", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "tools.lint.buildifier.main", + "callee": "tools.lint.buildifier._make_buildifier_command", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.buildifier.main", + "callee": "tools.lint.buildifier._help", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.buildifier.main", + "callee": "tools.lint.buildifier._find_buildifier_sources", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.buildifier.main", + "callee": "tools.lint.buildifier._passes_check_mode", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.buildifier.main", + "callee": "tools.lint.buildifier._passes_check_mode", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.buildifier.", + "callee": "tools.lint.buildifier.main", + "lineno": 153, + "resolution": "direct_name_call" + } + ], + "tools.lint.clang_format": [ + { + "caller": "tools.lint.clang_format.get_clang_format_path", + "callee": ".pathlib.Path", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lint.clang_format._main", + "callee": "tools.lint.clang_format.get_clang_format_path", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.clang_format.", + "callee": "tools.lint.clang_format._main", + "lineno": 24, + "resolution": "direct_name_call" + } + ], + "tools.lint.clang_format_lint": [ + { + "caller": "tools.lint.clang_format_lint._check_clang_format_idempotence", + "callee": ".pathlib.Path", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lint.clang_format_lint.main", + "callee": "tools.lint.clang_format_lint._is_cxx", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.clang_format_lint.main", + "callee": "tools.lint.clang_format_lint._check_clang_format_idempotence", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.clang_format_lint.", + "callee": "tools.lint.clang_format_lint.main", + "lineno": 84, + "resolution": "direct_name_call" + } + ], + "tools.lint.drakelint": [ + { + "caller": "tools.lint.drakelint._check_shebang", + "callee": ".dict.values", + "lineno": 177, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lint.drakelint._check_shebang", + "callee": ".dict.items", + "lineno": 182, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_invalid_line_endings", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_80_cols", + "lineno": 331, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_shebang", + "lineno": 334, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_unguarded_openmp_uses", + "lineno": 336, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_iostream", + "lineno": 337, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_clang_format_toggles", + "lineno": 338, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_header_disallowed_includes", + "lineno": 339, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_header_doxygen_file_spelling", + "lineno": 340, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_experimental_namespace", + "lineno": 341, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.main", + "callee": "tools.lint.drakelint._check_experimental_isolation", + "lineno": 342, + "resolution": "direct_name_call" + }, + { + "caller": "tools.lint.drakelint.", + "callee": "tools.lint.drakelint.main", + "lineno": 351, + "resolution": "direct_name_call" + } + ], + "tools.lint.library_lint_reporter": [ + { + "caller": "tools.lint.library_lint_reporter.", + "callee": "tools.lint.library_lint_reporter.main", + "lineno": 77, + "resolution": "direct_name_call" + } + ], + "tools.lint.util": [ + { + "caller": "tools.lint.util.find_all_sources", + "callee": ".pathlib.Path", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lint.util.find_all_sources", + "callee": ".list.append", + "lineno": 31, + "resolution": "local_builtin_method_call" + } + ], + "tools.lint": [], + "tools.lint.test.buildifier_test": [ + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest._make_build_testdata", + "callee": ".list.append", + "lineno": 10, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest._make_build_testdata", + "callee": ".list.append", + "lineno": 15, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest._call_buildifier", + "callee": ".pathlib.Path", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest._call_buildifier", + "callee": ".pathlib.Path", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "callee": "tools.lint.test.buildifier_test.BuildifierTest._call_buildifier", + "lineno": 32, + "resolution": "self_method_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "callee": "tools.lint.test.buildifier_test.BuildifierTest._make_build_testdata", + "lineno": 33, + "resolution": "self_method_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "callee": "tools.lint.test.buildifier_test.BuildifierTest._call_buildifier", + "lineno": 38, + "resolution": "self_method_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "callee": "tools.lint.test.buildifier_test.BuildifierTest._make_build_testdata", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.lint.test.buildifier_test.BuildifierTest.test_mode_check", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 42, + "resolution": "external_inherited_call" + } + ], + "tools.lint.test.util_test": [ + { + "caller": "tools.lint.test.util_test.UtilTest.test_find", + "callee": "tools.lint.util.find_all_sources", + "lineno": 9, + "resolution": "imported_call" + }, + { + "caller": "tools.lint.test.util_test.UtilTest.test_find", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 15, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.lint.test.util_test.UtilTest.test_find", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.lint.test.util_test.UtilTest.test_find", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 19, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.lint.test.util_test.UtilTest.test_find", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.lint.test.util_test.UtilTest.test_find", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.lint.test.util_test.UtilTest.test_find", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 28, + "resolution": "external_inherited_call" + } + ], + "tools.performance.benchmark_tool": [ + { + "caller": "tools.performance.benchmark_tool.NoBoost.set_boost", + "callee": "tools.performance.benchmark_tool.say", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.IntelBoost.set_boost", + "callee": "tools.performance.benchmark_tool.sudo", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.LinuxKernelBoost.set_boost", + "callee": "tools.performance.benchmark_tool.sudo", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.__init__", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings._ensure_cpupower_exists", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings._ensure_cpupower_exists", + "callee": "tools.performance.benchmark_tool.say", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings._ensure_cpupower_exists", + "callee": "tools.performance.benchmark_tool.sudo", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.set_cpu_governor", + "callee": "tools.performance.benchmark_tool.sudo", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "callee": "tools.performance.benchmark_tool.say", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.get_cpu_governor", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.get_boost", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.set_cpu_governor", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.set_boost", + "lineno": 175, + "resolution": "self_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "callee": "tools.performance.benchmark_tool.say", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.set_boost", + "lineno": 179, + "resolution": "self_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.set_cpu_governor", + "lineno": 180, + "resolution": "self_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.do_benchmark", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.__init__", + "lineno": 184, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.performance.benchmark_tool.do_benchmark", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.is_supported_cpu", + "lineno": 185, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.do_benchmark", + "callee": "tools.performance.benchmark_tool.say", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.do_benchmark", + "callee": "tools.performance.benchmark_tool.LinuxKernelBoost.", + "lineno": 192, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.performance.benchmark_tool.do_benchmark", + "callee": "tools.performance.benchmark_tool.IntelBoost.", + "lineno": 194, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.performance.benchmark_tool.do_benchmark", + "callee": "tools.performance.benchmark_tool.say", + "lineno": 198, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.do_benchmark", + "callee": "tools.performance.benchmark_tool.CpuSpeedSettings.scope", + "lineno": 212, + "resolution": "local_typed_method_call" + }, + { + "caller": "tools.performance.benchmark_tool.do_benchmark", + "callee": "tools.performance.benchmark_tool.say", + "lineno": 213, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.main", + "callee": "tools.performance.benchmark_tool.sudo", + "lineno": 273, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.main", + "callee": "tools.performance.benchmark_tool.do_benchmark", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "tools.performance.benchmark_tool.", + "callee": "tools.performance.benchmark_tool.main", + "lineno": 280, + "resolution": "direct_name_call" + } + ], + "tools.release_engineering.download_release_candidate": [ + { + "caller": "tools.release_engineering.download_release_candidate._get_commit_from_version", + "callee": "tools.release_engineering.download_release_candidate._run", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._get_commit_from_version", + "callee": ".pathlib.Path", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_with_sha", + "callee": "tools.release_engineering.download_release_candidate._run", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_with_sha", + "callee": "tools.release_engineering.download_release_candidate._run", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_with_sha", + "callee": "tools.release_engineering.download_release_candidate._run", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_with_sha", + "callee": "tools.release_engineering.download_release_candidate._run", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_with_sha", + "callee": "tools.release_engineering.download_release_candidate._run", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._check_urls", + "callee": ".io.StringIO", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_binaries", + "callee": ".dict.items", + "lineno": 160, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_binaries", + "callee": "tools.release_engineering.download_release_candidate._check_urls", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_binaries", + "callee": "tools.release_engineering.download_release_candidate._download_with_sha", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_binaries", + "callee": ".list.append", + "lineno": 172, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._get_consistent_git_commit_sha", + "callee": "tools.release_engineering.download_release_candidate._get_commit_from_version", + "lineno": 179, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._get_consistent_git_commit_sha", + "callee": ".list.append", + "lineno": 184, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._check_deb_versions", + "callee": ".list.append", + "lineno": 209, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._create_tar_gz", + "callee": ".pathlib.Path", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._create_tar_gz", + "callee": "tools.release_engineering.download_release_candidate._run", + "lineno": 243, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._create_tar_gz", + "callee": "tools.release_engineering.download_release_candidate._run", + "lineno": 248, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_version", + "callee": "tools.release_engineering.download_release_candidate._download_binaries", + "lineno": 270, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_version", + "callee": "tools.release_engineering.download_release_candidate._get_consistent_git_commit_sha", + "lineno": 271, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_version", + "callee": "tools.release_engineering.download_release_candidate._check_deb_versions", + "lineno": 274, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate._download_version", + "callee": "tools.release_engineering.download_release_candidate._create_tar_gz", + "lineno": 277, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate.main", + "callee": "tools.release_engineering.download_release_candidate._download_version", + "lineno": 307, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.download_release_candidate.", + "callee": "tools.release_engineering.download_release_candidate.main", + "lineno": 312, + "resolution": "direct_name_call" + } + ], + "tools.release_engineering.mirror_to_s3": [ + { + "caller": "tools.release_engineering.mirror_to_s3.main", + "callee": "tools.release_engineering.mirror_to_s3._State.__init__", + "lineno": 108, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.release_engineering.mirror_to_s3.main", + "callee": "tools.release_engineering.mirror_to_s3._push_s3", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.mirror_to_s3.", + "callee": "tools.release_engineering.mirror_to_s3.main", + "lineno": 115, + "resolution": "direct_name_call" + } + ], + "tools.release_engineering.relnotes": [ + { + "caller": "tools.release_engineering.relnotes._format_commit", + "callee": ".list.append", + "lineno": 137, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.relnotes._format_commit", + "callee": ".dict.keys", + "lineno": 156, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.relnotes._format_commit", + "callee": ".collections.Counter", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.relnotes._format_commit", + "callee": "tools.release_engineering.relnotes._filename_to_primary_package", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.relnotes._format_commit", + "callee": ".dict.items", + "lineno": 165, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.relnotes._format_commit", + "callee": ".collections.Counter", + "lineno": 167, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.relnotes._format_commit", + "callee": "tools.release_engineering.relnotes._format_inline_pr_link", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.relnotes._update", + "callee": ".list.append", + "lineno": 255, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.relnotes._update", + "callee": ".list.index", + "lineno": 273, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.relnotes._update", + "callee": "tools.release_engineering.relnotes._format_commit", + "lineno": 291, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.relnotes._update", + "callee": ".dict.get", + "lineno": 318, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.release_engineering.relnotes._update", + "callee": "tools.release_engineering.relnotes._insert_into_section", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.relnotes._update", + "callee": "tools.release_engineering.relnotes._format_ref_pr_link", + "lineno": 348, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.relnotes.main", + "callee": ".pathlib.Path", + "lineno": 448, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.relnotes.main", + "callee": "tools.release_engineering.relnotes._create", + "lineno": 467, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.relnotes.main", + "callee": "tools.release_engineering.relnotes._update", + "lineno": 477, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.relnotes.", + "callee": "tools.release_engineering.relnotes.main", + "lineno": 481, + "resolution": "direct_name_call" + } + ], + "tools.release_engineering.repack_deb": [ + { + "caller": "tools.release_engineering.repack_deb._run", + "callee": "tools.release_engineering.repack_deb._rlocation", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.repack_deb._run", + "callee": "tools.release_engineering.repack_deb._rlocation", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.repack_deb._run", + "callee": "tools.release_engineering.repack_deb._rlocation", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.repack_deb._run", + "callee": "tools.release_engineering.repack_deb._get_os_release", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.repack_deb._run", + "callee": ".pathlib.Path", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.repack_deb.main", + "callee": ".pathlib.Path", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.repack_deb.main", + "callee": ".pathlib.Path", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.release_engineering.repack_deb.main", + "callee": "tools.release_engineering.repack_deb._run", + "lineno": 180, + "resolution": "direct_name_call" + }, + { + "caller": "tools.release_engineering.repack_deb.", + "callee": "tools.release_engineering.repack_deb.main", + "lineno": 184, + "resolution": "direct_name_call" + } + ], + "tools.skylark.py_env_runner": [], + "tools.skylark.rewrite_osx_ar_hidden": [ + { + "caller": "tools.skylark.rewrite_osx_ar_hidden._main", + "callee": "tools.skylark.rewrite_osx_ar_hidden._rewrite", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tools.skylark.rewrite_osx_ar_hidden._main", + "callee": ".pathlib.Path", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.skylark.rewrite_osx_ar_hidden.", + "callee": "tools.skylark.rewrite_osx_ar_hidden._main", + "lineno": 68, + "resolution": "direct_name_call" + } + ], + "tools.skylark.test.pathutils_test": [ + { + "caller": "tools.skylark.test.pathutils_test.TestPathUtils.test_remove_prefix", + "callee": "tools.skylark.test.pathutils_test.TestPathUtils._remove_prefix", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "tools.skylark.test.pathutils_test.TestPathUtils.test_remove_prefix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.skylark.test.pathutils_test.TestPathUtils.test_remove_prefix", + "callee": "tools.skylark.test.pathutils_test.TestPathUtils._remove_prefix", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "tools.skylark.test.pathutils_test.TestPathUtils.test_remove_prefix", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 70, + "resolution": "external_inherited_call" + } + ], + "tools.wheel": [], + "tools.wheel.image.setup": [ + { + "caller": "tools.wheel.image.setup._actually_find_packages", + "callee": ".setuptools.find_packages", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.wheel.image.setup.", + "callee": ".setuptools.setup", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.wheel.image.setup.", + "callee": "tools.wheel.image.setup._actually_find_packages", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.image.setup.", + "callee": "tools.wheel.image.setup.find_data_files", + "lineno": 102, + "resolution": "direct_name_call" + } + ], + "tools.wheel.macos.change_lpath": [ + { + "caller": "tools.wheel.macos.change_lpath._chlpath", + "callee": "tools.install.otool.linked_libraries", + "lineno": 25, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.wheel.macos.change_lpath.main", + "callee": "tools.wheel.macos.change_lpath._chlpath", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.macos.change_lpath.", + "callee": "tools.wheel.macos.change_lpath.main", + "lineno": 81, + "resolution": "direct_name_call" + } + ], + "tools.wheel.macos.strip_rpath": [ + { + "caller": "tools.wheel.macos.strip_rpath.main", + "callee": "tools.install.otool.load_commands", + "lineno": 57, + "resolution": "qualified_module_call" + }, + { + "caller": "tools.wheel.macos.strip_rpath.main", + "callee": "tools.wheel.macos.strip_rpath._filter_rpaths", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.macos.strip_rpath.main", + "callee": "tools.wheel.macos.strip_rpath._strip_rpaths", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.macos.strip_rpath.", + "callee": "tools.wheel.macos.strip_rpath.main", + "lineno": 70, + "resolution": "direct_name_call" + } + ], + "tools.wheel.test.tests.libs-test": [ + { + "caller": "tools.wheel.test.tests.libs-test.get_all_files_in_wheel", + "callee": ".zipfile.ZipFile", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.wheel.test.tests.libs-test.get_all_files_in_wheel", + "callee": ".pathlib.Path", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.wheel.test.tests.libs-test.check_files", + "callee": "tools.wheel.test.tests.libs-test.get_all_files_in_wheel", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.test.tests.libs-test.check_files", + "callee": "tools.wheel.test.tests.libs-test.is_good_file", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.test.tests.libs-test.", + "callee": "tools.wheel.test.tests.libs-test.check_files", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.test.tests.libs-test.", + "callee": ".pathlib.Path", + "lineno": 93, + "resolution": "external_constructor_call" + } + ], + "tools.wheel.test.tests.meshcat-test": [ + { + "caller": "tools.wheel.test.tests.meshcat-test.", + "callee": ".pydrake.geometry.Meshcat", + "lineno": 7, + "resolution": "external_constructor_call" + } + ], + "tools.wheel.test.tests.metadata_test": [], + "tools.wheel.test.tests.mosek-test": [ + { + "caller": "tools.wheel.test.tests.mosek-test.", + "callee": ".pydrake.all.MosekSolver", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tools.wheel.test.tests.pyi-install-test": [ + { + "caller": "tools.wheel.test.tests.pyi-install-test.", + "callee": "tools.wheel.test.tests.pyi-install-test.assert_exists", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.test.tests.pyi-install-test.", + "callee": "tools.wheel.test.tests.pyi-install-test.assert_exists", + "lineno": 16, + "resolution": "direct_name_call" + } + ], + "tools.wheel.test.tests.render-vtk": [ + { + "caller": "tools.wheel.test.tests.render-vtk.", + "callee": ".pydrake.geometry.SceneGraph", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.wheel.test.tests.render-vtk.", + "callee": ".pydrake.geometry.RenderEngineVtkParams", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.wheel.test.tests.render-vtk.", + "callee": ".pydrake.geometry.MakeRenderEngineVtk", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "tools.wheel.test.tests.sanity-test": [], + "tools.wheel.test.tests.size-test": [], + "tools.wheel.wheel_builder.common": [ + { + "caller": "tools.wheel.wheel_builder.common.die", + "callee": "tools.wheel.wheel_builder.common.gripe", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.common.find_tests", + "callee": ".list.append", + "lineno": 168, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.common.do_main", + "callee": "tools.wheel.wheel_builder.common._check_version", + "lineno": 255, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.common.do_main", + "callee": "tools.wheel.wheel_builder.common.die", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.common.do_main", + "callee": "tools.wheel.wheel_builder.common.die", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.common.do_main", + "callee": "tools.wheel.wheel_builder.common.die", + "lineno": 269, + "resolution": "direct_name_call" + } + ], + "tools.wheel.wheel_builder.linux": [ + { + "caller": "tools.wheel.wheel_builder.linux.", + "callee": "tools.wheel.wheel_builder.linux_types.Target.", + "lineno": 50, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.", + "callee": "tools.wheel.wheel_builder.linux_types.Target.", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.", + "callee": "tools.wheel.wheel_builder.linux_types.Target.", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.", + "callee": "tools.wheel.wheel_builder.linux_types.Target.", + "lineno": 82, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.", + "callee": "tools.wheel.wheel_builder.linux_types.Target.", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.", + "callee": "tools.wheel.wheel_builder.linux_types.Target.", + "lineno": 102, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._cleanup", + "callee": "tools.wheel.wheel_builder.common.gripe", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._cleanup", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._add_to_tar", + "callee": "tools.wheel.wheel_builder.linux._add_to_tar", + "lineno": 179, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._create_source_tar", + "callee": "tools.wheel.wheel_builder.linux._git_root", + "lineno": 192, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._create_source_tar", + "callee": "tools.wheel.wheel_builder.linux._add_to_tar", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_stage", + "callee": "tools.wheel.wheel_builder.linux._tagname", + "lineno": 231, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_stage", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 241, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_image", + "callee": "tools.wheel.wheel_builder.linux._git_sha", + "lineno": 278, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_image", + "callee": "tools.wheel.wheel_builder.linux._target_args", + "lineno": 279, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_image", + "callee": "tools.wheel.wheel_builder.linux._build_stage", + "lineno": 290, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_image", + "callee": "tools.wheel.wheel_builder.linux._build_stage", + "lineno": 292, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_image", + "callee": ".list.append", + "lineno": 293, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_image", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 299, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_image", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 309, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._build_image", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 315, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.common.wheel_name", + "lineno": 323, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.linux._tagname", + "lineno": 331, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.linux._tagname", + "lineno": 334, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 340, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.linux._target_args", + "lineno": 344, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": ".list.append", + "lineno": 348, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 356, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 364, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 365, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": ".list.append", + "lineno": 367, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.common.find_tests", + "lineno": 371, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux._test_wheel", + "callee": "tools.wheel.wheel_builder.linux._docker", + "lineno": 373, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.build", + "callee": ".list.append", + "lineno": 393, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.build", + "callee": "tools.wheel.wheel_builder.common.die", + "lineno": 397, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.build", + "callee": ".list.append", + "lineno": 409, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.build", + "callee": "tools.wheel.wheel_builder.common.create_snopt_tgz", + "lineno": 410, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.build", + "callee": ".list.append", + "lineno": 414, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.build", + "callee": "tools.wheel.wheel_builder.linux._create_source_tar", + "lineno": 415, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.build", + "callee": "tools.wheel.wheel_builder.linux._build_image", + "lineno": 419, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.build", + "callee": "tools.wheel.wheel_builder.linux._test_wheel", + "lineno": 422, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.linux.fixup_options", + "callee": "tools.wheel.wheel_builder.common.die", + "lineno": 474, + "resolution": "imported_call" + } + ], + "tools.wheel.wheel_builder.linux_types": [], + "tools.wheel.wheel_builder.macos": [ + { + "caller": "tools.wheel.wheel_builder.macos.", + "callee": "tools.wheel.wheel_builder.macos_types.PythonTarget.__init__", + "lineno": 41, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.", + "callee": "tools.wheel.wheel_builder.macos_types.PythonTarget.__init__", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos._find_wheel", + "callee": "tools.wheel.wheel_builder.common.wheel_name", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos._find_wheel", + "callee": "tools.wheel.wheel_builder.common.die", + "lineno": 61, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos._assert_isdir", + "callee": "tools.wheel.wheel_builder.common.die", + "lineno": 75, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos._test_wheel", + "callee": "tools.wheel.wheel_builder.common.find_tests", + "lineno": 101, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.build", + "callee": "tools.wheel.wheel_builder.macos._assert_isdir", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.build", + "callee": ".list.append", + "lineno": 120, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.build", + "callee": "tools.wheel.wheel_builder.common.die", + "lineno": 124, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.build", + "callee": "tools.wheel.wheel_builder.common.create_snopt_tgz", + "lineno": 166, + "resolution": "imported_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.build", + "callee": ".list.append", + "lineno": 172, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.build", + "callee": ".list.append", + "lineno": 173, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.build", + "callee": "tools.wheel.wheel_builder.macos._find_wheel", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "tools.wheel.wheel_builder.macos.build", + "callee": "tools.wheel.wheel_builder.macos._test_wheel", + "lineno": 185, + "resolution": "direct_name_call" + } + ], + "tools.wheel.wheel_builder.macos_types": [], + "tools.wheel.wheel_builder.main": [], + "tools.workspace.bzlmod_sync_test": [ + { + "caller": "tools.workspace.bzlmod_sync_test.TestBzlmodSync._read", + "callee": ".pathlib.Path", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.bzlmod_sync_test.TestBzlmodSync._parse_modules", + "callee": "tools.workspace.bzlmod_sync_test.TestBzlmodSync._read", + "lineno": 18, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.bzlmod_sync_test.TestBzlmodSync.test_version_sync", + "callee": "tools.workspace.bzlmod_sync_test.TestBzlmodSync._parse_modules", + "lineno": 42, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.bzlmod_sync_test.TestBzlmodSync.test_version_sync", + "callee": "tools.workspace.bzlmod_sync_test.TestBzlmodSync._parse_modules", + "lineno": 43, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.bzlmod_sync_test.TestBzlmodSync.test_version_sync", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + } + ], + "tools.workspace.cmake_configure_file": [ + { + "caller": "tools.workspace.cmake_configure_file._transform_cmake", + "callee": "tools.workspace.cmake_configure_file._transform_substitions", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.cmake_configure_file._transform_cmake", + "callee": "tools.workspace.cmake_configure_file._transform_substitions", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.cmake_configure_file._extract_definition", + "callee": "tools.workspace.cmake_configure_file._transform_cmake", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.cmake_configure_file._setup_definitions", + "callee": ".collections.OrderedDict", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.cmake_configure_file._setup_definitions", + "callee": "tools.workspace.cmake_configure_file._extract_definition", + "lineno": 188, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.cmake_configure_file.main", + "callee": "tools.workspace.cmake_configure_file._setup_definitions", + "lineno": 219, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.cmake_configure_file.", + "callee": "tools.workspace.cmake_configure_file.main", + "lineno": 256, + "resolution": "direct_name_call" + } + ], + "tools.workspace.metadata": [ + { + "caller": "tools.workspace.metadata.read_repository_metadata", + "callee": ".pathlib.Path", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.metadata.read_repository_metadata", + "callee": ".pathlib.Path", + "lineno": 25, + "resolution": "external_constructor_call" + } + ], + "tools.workspace.mirror_to_s3": [ + { + "caller": "tools.workspace.mirror_to_s3.main", + "callee": "tools.workspace.metadata.read_repository_metadata", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mirror_to_s3.main", + "callee": ".list.append", + "lineno": 73, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mirror_to_s3.", + "callee": "tools.workspace.mirror_to_s3.main", + "lineno": 138, + "resolution": "direct_name_call" + } + ], + "tools.workspace.new_release": [ + { + "caller": "tools.workspace.new_release._get_default_username", + "callee": "tools.workspace.new_release._check_output", + "lineno": 151, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._is_ignored_tag", + "callee": ".dict.get", + "lineno": 176, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.new_release._latest_tag", + "callee": "tools.workspace.new_release._is_ignored_tag", + "lineno": 193, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._handle_github", + "callee": "tools.workspace.new_release._smells_like_a_git_commit", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._handle_github", + "callee": ".dict.get", + "lineno": 213, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.new_release._handle_github", + "callee": "tools.workspace.new_release._latest_tag", + "lineno": 215, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._handle_github", + "callee": "tools.workspace.new_release._is_ignored_tag", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._handle_github", + "callee": "tools.workspace.new_release._is_ignored_tag", + "lineno": 238, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._handle_github", + "callee": "tools.workspace.new_release._latest_tag", + "lineno": 239, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._handle_github", + "callee": "tools.workspace.new_release._latest_tag", + "lineno": 241, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._check_for_upgrades", + "callee": "tools.workspace.new_release._handle_github", + "lineno": 253, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._is_unmodified", + "callee": "tools.workspace.new_release._modified_paths", + "lineno": 306, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade_github_archive", + "callee": "tools.workspace.new_release._smells_like_a_git_commit", + "lineno": 385, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade_github_archive", + "callee": "tools.workspace.new_release._download", + "lineno": 390, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade_github_archive", + "callee": "tools.workspace.new_release._rewrite_file_contents", + "lineno": 399, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade_github_release_attachments", + "callee": "tools.workspace.new_release._download", + "lineno": 423, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade_github_release_attachments", + "callee": "tools.workspace.new_release._str_replace_forced", + "lineno": 427, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade_github_release_attachments", + "callee": "tools.workspace.new_release._str_replace_forced", + "lineno": 432, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade_github_release_attachments", + "callee": "tools.workspace.new_release._rewrite_file_contents", + "lineno": 435, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade_scripted", + "callee": "tools.workspace.new_release._modified_paths", + "lineno": 446, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade", + "callee": "tools.workspace.new_release._is_unmodified", + "lineno": 475, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade", + "callee": "tools.workspace.new_release._do_upgrade_scripted", + "lineno": 482, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade", + "callee": "tools.workspace.new_release._handle_github", + "lineno": 496, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade", + "callee": "tools.workspace.new_release._is_unmodified", + "lineno": 504, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade", + "callee": "tools.workspace.new_release._do_upgrade_github_archive", + "lineno": 511, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade", + "callee": "tools.workspace.new_release._do_upgrade_github_release_attachments", + "lineno": 520, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrade", + "callee": "tools.workspace.new_release._smells_like_a_git_commit", + "lineno": 546, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrades", + "callee": "tools.workspace.new_release._do_upgrade", + "lineno": 569, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrades", + "callee": ".list.append", + "lineno": 575, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrades", + "callee": ".list.append", + "lineno": 576, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrades", + "callee": "tools.workspace.new_release._do_commit", + "lineno": 592, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release._do_upgrades", + "callee": "tools.workspace.new_release._do_commit", + "lineno": 607, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release.main", + "callee": "tools.workspace.new_release._get_default_username", + "lineno": 651, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release.main", + "callee": "tools.workspace.metadata.read_repository_metadata", + "lineno": 715, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.new_release.main", + "callee": ".tempfile.TemporaryDirectory", + "lineno": 739, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.new_release.main", + "callee": "tools.workspace.new_release._do_upgrades", + "lineno": 740, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release.main", + "callee": "tools.workspace.new_release._check_for_upgrades", + "lineno": 751, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.new_release.", + "callee": "tools.workspace.new_release.main", + "lineno": 761, + "resolution": "direct_name_call" + } + ], + "tools.workspace.vendor_cxx": [ + { + "caller": "tools.workspace.vendor_cxx._rewrite_one_text", + "callee": "tools.workspace.vendor_cxx._designate_wrapped_lines", + "lineno": 179, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.vendor_cxx._rewrite_one_file", + "callee": "tools.workspace.vendor_cxx._rewrite_one_text", + "lineno": 205, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.vendor_cxx._main", + "callee": "tools.workspace.vendor_cxx._rewrite_one_file", + "lineno": 236, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.vendor_cxx.", + "callee": "tools.workspace.vendor_cxx._main", + "lineno": 244, + "resolution": "direct_name_call" + } + ], + "tools.workspace.vendor_cxx_test": [ + { + "caller": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "callee": "tools.workspace.vendor_cxx._rewrite_one_text", + "lineno": 18, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "callee": ".unittest.TestCase.assertMultiLineEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_without_inline_namespace", + "callee": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "lineno": 26, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_comments", + "callee": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "lineno": 45, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_preprocessor", + "callee": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "lineno": 77, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_include_guard", + "callee": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "lineno": 97, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_pragma_once", + "callee": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.vendor_cxx_test.TestVendorCxx.test_extern_c", + "callee": "tools.workspace.vendor_cxx_test.TestVendorCxx._check", + "lineno": 141, + "resolution": "self_method_call" + } + ], + "tools.workspace": [], + "tools.workspace.bazelisk_internal.test.lint_test": [ + { + "caller": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest._read", + "callee": ".pathlib.Path", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest.test_vendored_copy", + "callee": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest._read", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest.test_vendored_copy", + "callee": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest._read", + "lineno": 35, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.bazelisk_internal.test.lint_test.BazeliskLintTest.test_vendored_copy", + "callee": ".unittest.TestCase.assertMultiLineEqual", + "lineno": 38, + "resolution": "external_inherited_call" + } + ], + "tools.workspace.clarabel_cpp_internal.gen_serialize": [ + { + "caller": "tools.workspace.clarabel_cpp_internal.gen_serialize._create_header_text", + "callee": "tools.workspace.clarabel_cpp_internal.gen_serialize._settings_names", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.clarabel_cpp_internal.gen_serialize._main", + "callee": "tools.workspace.clarabel_cpp_internal.gen_serialize._create_header_text", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.clarabel_cpp_internal.gen_serialize.", + "callee": "tools.workspace.clarabel_cpp_internal.gen_serialize._main", + "lineno": 104, + "resolution": "direct_name_call" + } + ], + "tools.workspace.clarabel_cpp_internal.test.lint_test": [ + { + "caller": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest.test_serialize_header", + "callee": ".pathlib.Path", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest.test_serialize_header", + "callee": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest._read", + "lineno": 14, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest.test_serialize_header", + "callee": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest._read", + "lineno": 15, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.clarabel_cpp_internal.test.lint_test.ClarabelCppInternalLintTest.test_serialize_header", + "callee": ".unittest.TestCase.assertMultiLineEqual", + "lineno": 23, + "resolution": "external_inherited_call" + } + ], + "tools.workspace.drake_models.test.parse_test": [ + { + "caller": "tools.workspace.drake_models.test.parse_test._runfiles_inventory", + "callee": ".pathlib.Path", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test._runfiles_inventory", + "callee": ".pathlib.Path", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test._models_inventory", + "callee": "tools.workspace.drake_models.test.parse_test._runfiles_inventory", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test._get_all_test_cases", + "callee": "tools.workspace.drake_models.test.parse_test._models_inventory", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "callee": "tools.workspace.drake_models.test.parse_test.TestDrakeModels._parse", + "lineno": 110, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "callee": "tools.workspace.drake_models.test.parse_test.TestDrakeModels._parse", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "callee": "tools.workspace.drake_models.test.parse_test.TestDrakeModels._parse", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "callee": "tools.workspace.drake_models.test.parse_test.TestDrakeModels._parse", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "callee": ".pydrake.common.test_utilities.meta.run_with_multiple_values", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels.test_model", + "callee": "tools.workspace.drake_models.test.parse_test._get_all_test_cases", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.drake_models.test.parse_test.TestDrakeModels._parse", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 120, + "resolution": "external_constructor_call" + } + ], + "tools.workspace.drake_models.test.tri_homecart_test": [ + { + "caller": "tools.workspace.drake_models.test.tri_homecart_test.TestTriHomecart.test", + "callee": ".pydrake.planning.RobotDiagramBuilder", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.drake_models.test.tri_homecart_test.TestTriHomecart.test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 15, + "resolution": "external_inherited_call" + } + ], + "tools.workspace.ipopt_internal.test.lint_test": [ + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._read", + "callee": ".pathlib.Path", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_build", + "callee": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._read", + "lineno": 24, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_build", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_build", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_build", + "callee": ".list.append", + "lineno": 38, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_make", + "callee": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._read", + "lineno": 58, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_make", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_make", + "callee": ".list.append", + "lineno": 72, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_hdrs_public", + "callee": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_make", + "lineno": 80, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_hdrs_public", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_hdrs_public", + "callee": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_build", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_srcs_initial", + "callee": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_make", + "lineno": 88, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_srcs_initial", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_srcs_initial", + "callee": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_build", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_srcs_solver_int32", + "callee": ".unittest.TestCase.assertSetEqual", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_srcs_solver_int32", + "callee": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_build", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest.test_srcs_solver_int32", + "callee": "tools.workspace.ipopt_internal.test.lint_test.IpoptLintTest._parse_make", + "lineno": 97, + "resolution": "self_method_call" + } + ], + "tools.workspace.lapack_internal.sources_gen": [ + { + "caller": "tools.workspace.lapack_internal.sources_gen._slurp_file_from_runfiles", + "callee": "tools.workspace.lapack_internal.sources_gen._runfiles_manifest", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._slurp_file_from_runfiles", + "callee": ".pathlib.Path", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._lapack_files", + "callee": "tools.workspace.lapack_internal.sources_gen._slurp_file_from_runfiles", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._get_makefile_lines", + "callee": "tools.workspace.lapack_internal.sources_gen._slurp_file_from_runfiles", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._convert_makefile_value_to_sources", + "callee": "tools.workspace.lapack_internal.sources_gen._lapack_files", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._convert_makefile_value_to_sources", + "callee": ".list.append", + "lineno": 92, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._get_vars", + "callee": "tools.workspace.lapack_internal.sources_gen._get_makefile_lines", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._get_vars", + "callee": "tools.workspace.lapack_internal.sources_gen._convert_makefile_value_to_sources", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "callee": "tools.workspace.lapack_internal.sources_gen._get_vars", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "callee": "tools.workspace.lapack_internal.sources_gen._get_vars", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "callee": ".list.append", + "lineno": 135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "callee": ".list.append", + "lineno": 137, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "callee": ".list.append", + "lineno": 138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "callee": ".list.append", + "lineno": 139, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "callee": ".list.pop", + "lineno": 140, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen._main", + "callee": "tools.workspace.lapack_internal.sources_gen._generate_sources_bzl", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.lapack_internal.sources_gen.", + "callee": "tools.workspace.lapack_internal.sources_gen._main", + "lineno": 154, + "resolution": "direct_name_call" + } + ], + "tools.workspace.libjpeg_turbo_internal.upgrade": [ + { + "caller": "tools.workspace.libjpeg_turbo_internal.upgrade._main", + "callee": ".pathlib.Path", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.libjpeg_turbo_internal.upgrade._main", + "callee": ".pathlib.Path", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.libjpeg_turbo_internal.upgrade._main", + "callee": ".pathlib.Path", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.libjpeg_turbo_internal.upgrade.", + "callee": "tools.workspace.libjpeg_turbo_internal.upgrade._main", + "lineno": 85, + "resolution": "direct_name_call" + } + ], + "tools.workspace.mkdoc_internal.libclang_setup": [], + "tools.workspace.mkdoc_internal.mkdoc": [ + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.", + "callee": ".collections.OrderedDict", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.get_name_chain", + "callee": ".list.insert", + "lineno": 299, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.Node.__init__", + "callee": ".collections.defaultdict", + "lineno": 338, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": ".list.append", + "lineno": 355, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc.extract", + "lineno": 357, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc.get_name_chain", + "lineno": 365, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc.is_accepted_cursor", + "lineno": 366, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract.get_node", + "callee": "tools.workspace.mkdoc_internal.mkdoc.Symbol.__init__", + "lineno": 373, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc.extract.get_node", + "lineno": 378, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc.extract", + "lineno": 380, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc.extract.get_node", + "lineno": 383, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc.extract_comment", + "lineno": 386, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 387, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.extract", + "callee": "tools.workspace.mkdoc_internal.mkdoc.Symbol.__init__", + "lineno": 388, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.specialize_well_known_doc_var_names", + "lineno": 509, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.is_unique", + "lineno": 510, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.specialize_well_known_doc_var_names", + "lineno": 538, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.is_unique", + "lineno": 539, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.sanitize_name", + "lineno": 549, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.specialize_well_known_doc_var_names", + "lineno": 551, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.is_unique", + "lineno": 552, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.specialize_well_known_doc_var_names", + "lineno": 563, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names.is_unique", + "lineno": 564, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.sanitize_name", + "lineno": 597, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 600, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 604, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.choose_doc_var_names", + "lineno": 608, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 618, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 619, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "lineno": 629, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 648, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 649, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 651, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 652, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 653, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols.iprint", + "lineno": 654, + "resolution": "nested_function_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__init__", + "callee": "tools.workspace.mkdoc_internal.mkdoc.FileDict._key", + "lineno": 663, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.FileDict.get", + "callee": "tools.workspace.mkdoc_internal.mkdoc.FileDict._key", + "lineno": 669, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__contains__", + "callee": "tools.workspace.mkdoc_internal.mkdoc.FileDict._key", + "lineno": 672, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__getitem__", + "callee": "tools.workspace.mkdoc_internal.mkdoc.FileDict._key", + "lineno": 675, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__setitem__", + "callee": "tools.workspace.mkdoc_internal.mkdoc.FileDict._key", + "lineno": 679, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.libclang_setup.add_library_paths", + "lineno": 685, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".list.append", + "lineno": 705, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".list.append", + "lineno": 707, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".list.append", + "lineno": 709, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".list.append", + "lineno": 711, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.mkdoc.eprint", + "lineno": 714, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".list.append", + "lineno": 749, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.mkdoc.FileDict.__init__", + "lineno": 755, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".fnmatch.fnmatch", + "lineno": 769, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".list.append", + "lineno": 772, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.mkdoc.eprint", + "lineno": 794, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".list.count", + "lineno": 831, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": ".list.count", + "lineno": 832, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.mkdoc.eprint", + "lineno": 838, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.mkdoc.SymbolTree.Node.__init__", + "lineno": 839, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.mkdoc.extract", + "lineno": 840, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.mkdoc.eprint", + "lineno": 843, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.main", + "callee": "tools.workspace.mkdoc_internal.mkdoc.print_symbols", + "lineno": 845, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc.", + "callee": "tools.workspace.mkdoc_internal.mkdoc.main", + "lineno": 867, + "resolution": "direct_name_call" + } + ], + "tools.workspace.mkdoc_internal.mkdoc_comment": [ + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.remove_cpp_comment_syntax", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.remove_html_comments", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": ".list.append", + "lineno": 63, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": ".list.append", + "lineno": 66, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": ".list.append", + "lineno": 68, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.markdown_to_restructuredtext", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_html_tags", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_exceptions", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_doxygen_commands", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.reflow", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.remove_cpp_comment_syntax", + "callee": ".str.splitlines", + "lineno": 114, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.markdown_to_restructuredtext", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.markdown_to_restructuredtext", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "lineno": 157, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.markdown_to_restructuredtext", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.markdown_to_restructuredtext", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_html_tags", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_html_tags", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "lineno": 200, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_doxygen_commands", + "callee": ".doc.doxygen_cxx.system_doxygen.process_doxygen_to_sphinx", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_doxygen_commands", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "lineno": 321, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.process_doxygen_commands", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.replace_with_header", + "lineno": 322, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.mkdoc_comment.reflow", + "callee": ".str.rstrip", + "lineno": 641, + "resolution": "local_builtin_method_call" + } + ], + "tools.workspace.mkdoc_internal": [], + "tools.workspace.mkdoc_internal.test.mkdoc_comment_test": [ + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_process_comment_issue_12445", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 11, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_process_comment_issue_12445", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 12, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_process_comment_issue_12445", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 14, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_process_comment_issue_12445", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 14, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_process_comment_issue_12445", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 15, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_process_comment_issue_12445", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 16, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_markdown_to_restructuredtext", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_markdown_to_restructuredtext", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_replace_exceptions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_replace_exceptions", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 90, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 96, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 97, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 99, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 102, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 104, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_font", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_parameter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_parameter", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 119, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_parameter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_parameter", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 136, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_parameter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_parameter", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 147, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_template_parameter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 159, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_template_parameter", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 159, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_returns", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_returns", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 174, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_bug", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 186, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_bug", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 186, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_attention", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_attention", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 198, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_deprecated", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_deprecated", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 210, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_invariant", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 222, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_invariant", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 222, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_note", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_note", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 234, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remark", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 246, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remark", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 246, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_sa", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 253, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_sa", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 253, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_see", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_see", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 260, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_since", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_since", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 272, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_test", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_test", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 286, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_todo", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 298, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_todo", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 298, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_version", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 305, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_version", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 305, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_details", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_details", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 317, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_brief", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 320, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_brief", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 321, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_code_cpp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 345, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_code_cpp", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 345, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_code_py", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 364, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_code_py", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 364, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_doxygen_system_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 392, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_doxygen_system_tags", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 392, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_sections", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 427, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_sections", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 427, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_latex_commands", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 439, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_latex_commands", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 439, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_latex_commands", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 452, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_latex_commands", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 452, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_callgraph", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 456, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_callgraph", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 456, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_callgraph", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 457, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_callgraph", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 457, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_hide_initializer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 460, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_hide_initializer", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 460, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_private", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 463, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_private", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 463, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_protected", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 466, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_protected", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 466, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_public", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 469, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_public", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 469, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_showinitializer", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 472, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_showinitializer", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 472, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_static", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 475, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_static", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 475, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_anchor", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 479, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_anchor", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 479, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_enum", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 482, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_enum", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 482, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_relatesalso", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 485, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_relatesalso", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 485, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_relates", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 488, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_relates", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 488, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_fn", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 496, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_fn", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 496, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_ingroup", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 500, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_ingroup", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 500, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_var_command", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 512, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_remove_var_command", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 512, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_class", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 524, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_class", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 524, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_struct", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_struct", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 539, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_cond", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 550, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_cond", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 550, + "resolution": "imported_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_internal", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 562, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test.TestDocstring.test_internal", + "callee": "tools.workspace.mkdoc_internal.mkdoc_comment.process_comment", + "lineno": 562, + "resolution": "imported_call" + } + ], + "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test": [ + { + "caller": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test.TestDocumentation.test_regression", + "callee": ".os.path.join", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test.TestDocumentation.test_regression", + "callee": ".os.path.join", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test.TestDocumentation.test_regression", + "callee": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test._read", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test.TestDocumentation.test_regression", + "callee": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test._read", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test.TestDocumentation.test_regression", + "callee": ".unittest.TestCase.assertMultiLineEqual", + "lineno": 36, + "resolution": "external_inherited_call" + } + ], + "tools.workspace.nlopt_internal.test.enum_test": [ + { + "caller": "tools.workspace.nlopt_internal.test.enum_test.TestEnum.test_enum_cross_check", + "callee": ".unittest.TestCase.assertMultiLineEqual", + "lineno": 42, + "resolution": "external_inherited_call" + } + ], + "tools.workspace.ros_xacro_internal.test.xacro_smoke_test": [ + { + "caller": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test.XacroSmokeTest._diff_file", + "callee": ".unittest.TestCase.assertMultiLineEqual", + "lineno": 13, + "resolution": "external_inherited_call" + }, + { + "caller": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test.XacroSmokeTest.test_samples", + "callee": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test.XacroSmokeTest._diff_file", + "lineno": 17, + "resolution": "self_method_call" + }, + { + "caller": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test.XacroSmokeTest.test_samples", + "callee": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test.XacroSmokeTest._diff_file", + "lineno": 18, + "resolution": "self_method_call" + } + ], + "tools.workspace.sdformat_internal.embed_sdf": [ + { + "caller": "tools.workspace.sdformat_internal.embed_sdf.", + "callee": "tools.workspace.sdformat_internal.embed_sdf._minified_xml", + "lineno": 47, + "resolution": "direct_name_call" + } + ], + "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test": [], + "tools.workspace.vtk_internal.data_to_header": [ + { + "caller": "tools.workspace.vtk_internal.data_to_header._print_conversion", + "callee": "tools.workspace.vtk_internal.data_to_header._is_binary", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.vtk_internal.data_to_header._print_conversion", + "callee": "tools.workspace.vtk_internal.data_to_header._header", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.vtk_internal.data_to_header._print_conversion", + "callee": "tools.workspace.vtk_internal.data_to_header._print_binary_as_hex", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.vtk_internal.data_to_header._print_conversion", + "callee": "tools.workspace.vtk_internal.data_to_header._footer", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.vtk_internal.data_to_header.main", + "callee": "tools.workspace.vtk_internal.data_to_header._print_conversion", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "tools.workspace.vtk_internal.data_to_header.", + "callee": "tools.workspace.vtk_internal.data_to_header.main", + "lineno": 79, + "resolution": "direct_name_call" + } + ], + "tutorials.test.notebook_lint_test": [ + { + "caller": "tutorials.test.notebook_lint_test._check_preamble", + "callee": ".str.splitlines", + "lineno": 23, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tutorials.test.notebook_lint_test.main", + "callee": "tutorials.test.notebook_lint_test._check_preamble", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "tutorials.test.notebook_lint_test.main", + "callee": "tutorials.test.notebook_lint_test._check_matplotlib", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "tutorials.test.notebook_lint_test.main", + "callee": "tutorials.test.notebook_lint_test._check_katex", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tutorials.test.notebook_lint_test.main", + "callee": "tutorials.test.notebook_lint_test._check_cell_outputs", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "tutorials.test.notebook_lint_test.", + "callee": "tutorials.test.notebook_lint_test.main", + "lineno": 109, + "resolution": "direct_name_call" + } + ] + }, + "cyclic_clusters": [], + "unresolved": [ + { + "module": "bindings.generated_docstrings.test.diff_test", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.test.diff_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.test.diff_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.test.diff_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.tools.regenerate", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.tools.regenerate", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.tools.regenerate", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.tools.regenerate", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.tools.regenerate", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.tools.regenerate", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "bindings.generated_docstrings.tools.regenerate", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .copyfile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .item(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.forwarddiff", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .copyfile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.stubgen", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.tutorials", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .getDrakePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.tutorials", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.tutorials", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .launch_new_instance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._all_everything", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._all_everything", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._all_everything", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._all_everything", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._all_everything", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._all_everything", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._all_everything", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._all_everything", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .__import__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._lcm_extra", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Subscribe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._lcm_extra", + "lineno": 32, + "pattern": "self_method_not_found", + "note": "self.lcm_type(...) not found in class 'Subscriber' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake._lcm_extra", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._trajectories_extra", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .module_getattr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake._trajectories_extra", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to '_pretty_class_name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake._trajectories_extra", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .unwrap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDrakePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'InitializeAutoDiff(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils._autodiffutils_extra", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .NumpyVersion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 175, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 181, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .arcsin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .arccos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .arctan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 184, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 185, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 187, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .NumpyVersion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .matmul(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .matmul(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .trace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 240, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .inv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .inv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .inv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 281, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 282, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 304, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 305, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 306, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 307, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .autodiff_equal_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 346, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 347, + "pattern": "name_call_unresolved", + "note": "Call to 'AD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .float64(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .int64(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .soft_sub_test(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 372, + "pattern": "name_call_unresolved", + "note": "Call to 'op(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 373, + "pattern": "name_call_unresolved", + "note": "Call to 'op_reverse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.autodiffutils.test.autodiffutils_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.compatibility", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .NumpyVersion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.compatibility", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.compatibility", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.compatibility", + "lineno": 31, + "pattern": "self_method_not_found", + "note": "self._get_obj(...) not found in class 'Deferred' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 45, + "pattern": "self_method_not_found", + "note": "self._key_wrap(...) not found in class '_DictKeyWrap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 48, + "pattern": "self_method_not_found", + "note": "self._key_wrap(...) not found in class '_DictKeyWrap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .__delitem__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 51, + "pattern": "self_method_not_found", + "note": "self._key_wrap(...) not found in class '_DictKeyWrap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .__contains__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 54, + "pattern": "self_method_not_found", + "note": "self._key_wrap(...) not found in class '_DictKeyWrap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.values(...) not found in class '_DictKeyWrap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 60, + "pattern": "self_method_not_found", + "note": "self._key_unwrap(...) not found in class '_DictKeyWrap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'per_field_op(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .isidentifier(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .isidentifier(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .isidentifier(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.containers", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access ._item_property(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get_origin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_origin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .mangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .mangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_param", + "lineno": 150, + "pattern": "self_method_not_found", + "note": "self._instantiator(...) not found in class '_Generic' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .getmodule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .stack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'template_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'instantiation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 171, + "pattern": "name_call_unresolved", + "note": "Call to '_Deferred(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 188, + "pattern": "self_method_not_found", + "note": "self._instantiation_func(...) not found in class 'TemplateBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .mangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 380, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 453, + "pattern": "name_call_unresolved", + "note": "Call to 'orig(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access ._Bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .MethodType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.cpp_template", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access ._full_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 75, + "pattern": "self_method_not_found", + "note": "self._handler(...) not found in class 'ModuleShim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .fullmatch(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .__get__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .__set__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .__delete__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 297, + "pattern": "name_call_unresolved", + "note": "Call to 'original(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.deprecation", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_shell_channel_to_subshell_pair(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .set_parent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .set_parent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .set_parent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .execute_request(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .is_running(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.jupyter", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .call_soon(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .construct_mapping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .add_multi_constructor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 154, + "pattern": "self_method_not_found", + "note": "self.represent_mapping(...) not found in class '_SchemaDumper' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .represent_dict(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .RepresenterError(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .represent_undefined(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .add_representer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .add_representer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .add_representer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize_node(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .namedtuple(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dataclass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .get_origin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .get_origin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 286, + "pattern": "name_call_unresolved", + "note": "Call to 'schema(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .is_integer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 320, + "pattern": "name_call_unresolved", + "note": "Call to 'value_schema(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 365, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 373, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 376, + "pattern": "name_call_unresolved", + "note": "Call to 'getter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 378, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 401, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 407, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .get_origin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .get_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 437, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 451, + "pattern": "name_call_unresolved", + "note": "Call to 'getter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 468, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 478, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 493, + "pattern": "name_call_unresolved", + "note": "Call to 'default_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 497, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .get_origin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 537, + "pattern": "name_call_unresolved", + "note": "Call to 'getter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 538, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 562, + "pattern": "name_call_unresolved", + "note": "Call to 'getter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 570, + "pattern": "name_call_unresolved", + "note": "Call to 'setter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 688, + "pattern": "name_call_unresolved", + "note": "Call to '_LoadYamlOptions(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 698, + "pattern": "name_call_unresolved", + "note": "Call to 'schema(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access ._rewrite_yaml_dump_attr_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 748, + "pattern": "name_call_unresolved", + "note": "Call to 'schema(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .get_origin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .get_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 793, + "pattern": "attribute_call", + "note": "Call via attribute access .get_origin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .ExplicitScalar(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .dtype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 945, + "pattern": "name_call_unresolved", + "note": "Call to 'dump_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.yaml", + "lineno": 947, + "pattern": "name_call_unresolved", + "note": "Call to 'dump_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to '_set_log_level(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'spdlog_syncing_dict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .addLevelName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to '_use_native_cpp_logging(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .isidentifier(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .mangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .demangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._common_extra", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._eigen_geometry_extra", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .module_getattr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._value_extra", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common._value_extra", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'value_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.compatibility_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .maybe_patch_numpy_formatters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.compatibility_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.compatibility_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.compatibility_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .raw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .get_fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'MyView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get_fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.containers_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get_fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get_param_canonical(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_param_names(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .execute_tests(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get_param_names(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .get_param_names(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get_param_names(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 173, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestCppParam' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .mangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .demangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .mangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .mangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .demangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .demangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .demangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .module_getattr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_param_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .module_getattr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateBase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get_module_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get_param_set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .is_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .is_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get_param_set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateBase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get_module_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateBase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .deprecate_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .deprecate_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 179, + "pattern": "self_method_not_found", + "note": "self.__mangled_method(...) not found in class 'Impl' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'MyInt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 196, + "pattern": "name_call_unresolved", + "note": "Call to 'MyFloat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .is_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .is_subclass_of_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .is_subclass_of_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 212, + "pattern": "name_call_unresolved", + "note": "Call to 'MyInt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'MyFloat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateMethod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .is_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .get_or_init(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .get_or_init(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 307, + "pattern": "name_call_unresolved", + "note": "Call to 'template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 310, + "pattern": "name_call_unresolved", + "note": "Call to 'template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 311, + "pattern": "name_call_unresolved", + "note": "Call to 'template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 313, + "pattern": "name_call_unresolved", + "note": "Call to 'template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access ._is_building_documentation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.cpp_template_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_autocomplete_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .Completer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_autocomplete_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .complete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_autocomplete_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_autocomplete_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .reload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .reload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .deprecated_method(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .__get__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .deprecated_func(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access ._forward_callables_as_deprecated(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .deprecated_method(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .deprecated_func(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .deprecated_method(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .deprecated_func(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 271, + "pattern": "name_call_unresolved", + "note": "Call to 'action(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 281, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestDeprecation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppStruct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 284, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestDeprecation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 290, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestDeprecation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .DeprecatedMethod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .DeprecatedMethod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 294, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestDeprecation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .overload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .ParallelWork(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .FunctionWithArgumentName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppStruct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .DeprecatedMethod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .DeprecatedMethod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .overload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .ParallelWork(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .FunctionWithArgumentName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_test", + "lineno": 339, + "pattern": "name_call_unresolved", + "note": "Call to 'action(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_drake_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppStruct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_drake_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_drake_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_drake_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .DeprecatedMethod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .DeprecatedMethod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .overload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_drake_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .overload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_drake_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .ParallelWork(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .ExampleCppClass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .FunctionWithArgumentName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .FunctionWithArgumentName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_drake_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.deprecation_utility_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .FunctionWithArgumentName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Quaternion_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .w(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .y(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .z(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .xyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .set_wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .set_wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .set_wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .conjugate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .slerp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .create_quaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .check_quaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'Isometry3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 175, + "pattern": "name_call_unresolved", + "note": "Call to 'Isometry3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'Isometry3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 195, + "pattern": "name_call_unresolved", + "note": "Call to 'Isometry3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'Isometry3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 209, + "pattern": "name_call_unresolved", + "note": "Call to 'Isometry3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .set_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .create_isometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .check_isometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 226, + "pattern": "name_call_unresolved", + "note": "Call to 'Isometry3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 281, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 282, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .quaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .set_quaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .quaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 292, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .set_axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .set_axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 310, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 311, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_geometry_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .takes_returns_matrix_pointer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .scale_matrix_ptr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .scale_matrix_ptr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .scale_matrix_ptr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .takes_returns_matrix_pointer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .return_null_ptr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .takes_returns_matrix_pointer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.eigen_pybind_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .takes_returns_matrix_pointer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .trigger_an_assertion_failure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .FindResourceOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Sha256(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Checksum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .to_string(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .Parse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .MemoryFile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .Checksum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .FindResourceOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .MemoryFile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .Parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .temp_directory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_log_level(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .RandomGenerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'g1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .RandomGenerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 190, + "pattern": "name_call_unresolved", + "note": "Call to 'g2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .RandomGenerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .RandomState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'g(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .RandomState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 199, + "pattern": "name_call_unresolved", + "note": "Call to 'g(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcProbabilityDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcProbabilityDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisteredType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nice_type_name_cc_registered_instance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nice_type_name_cc_unregistered_instance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nice_type_name_cc_typeid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nice_type_name_cc_unregistered_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .make_cc_unregistered_derived_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.module_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nice_type_name_cc_registered_instance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access ._UnwantedEquality(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .register_to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .False_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.numpy_compare_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .is_tracked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .is_tracked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .is_tracked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIsCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnIs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnIsCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnNullIs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnNullIsCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNotCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnNot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnNotCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnNullNot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnNullIs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnNullNotCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnNullIsCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIsCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnIs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnIsCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .ReturnIsCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.ref_cycle_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 54, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 55, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 56, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 58, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 69, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 70, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 71, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 72, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 73, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestStochasticSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 83, + "pattern": "self_method_not_found", + "note": "self.assertTrue(...) not found in class 'TestRotationSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDeterministicValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .degrees(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 93, + "pattern": "self_method_not_found", + "note": "self.assertTrue(...) not found in class 'TestRotationSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAngleAxis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDeterministicValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 95, + "pattern": "self_method_not_found", + "note": "self.assertAlmostEqual(...) not found in class 'TestRotationSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .degrees(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 102, + "pattern": "self_method_not_found", + "note": "self.assertFalse(...) not found in class 'TestRotationSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 114, + "pattern": "self_method_not_found", + "note": "self.assertFalse(...) not found in class 'TestRotationSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 128, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestTransformSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 142, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestTransformSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 145, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestTransformSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 160, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestTransformSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 180, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestTransformSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 181, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestTransformSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_serialization_test", + "lineno": 182, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestTransformSerialization' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .Sample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .Mean(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Deterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Deterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Deterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .Gaussian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Gaussian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Gaussian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformDiscrete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformDiscrete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformDiscrete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .Deterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .Gaussian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformDiscrete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .ToDistribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .Sample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .Mean(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDeterministicValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .Sample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .Mean(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .DeterministicVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .DeterministicVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .DeterministicVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .GaussianVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .GaussianVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .GaussianVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 117, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestSchema' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'dut_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .DeterministicVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .GaussianVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformVectorX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .ToDistributionVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDeterministicValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .Rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .Rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .RotationMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .Rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .RollPitchYaw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDeterministicValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .Rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rpy_deg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .Rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .AngleAxis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 181, + "pattern": "name_call_unresolved", + "note": "Call to 'dut_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'dut_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .Rpy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .AngleAxis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .Transform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .Transform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .RigidTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeterministic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDeterministicValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .Mean(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .Sample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .Transform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation_rpy_deg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.schema_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .Transform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.serialize_pybind_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .getdoc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.serialize_pybind_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .getdoc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.serialize_pybind_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .getdoc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_example", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_gil_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_gil_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .Start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_gil_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_gil_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_gil_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_gil_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Stop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.text_logging_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.type_safe_index_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.type_safe_index_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.type_safe_index_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_module_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .set_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'value_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'value_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'value_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 140, + "pattern": "name_call_unresolved", + "note": "Call to 'value_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.value_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.wrap_pybind_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.wrap_pybind_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.wrap_pybind_test", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'loopback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_test", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_test", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .astuple(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .astuple(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 209, + "pattern": "name_call_unresolved", + "note": "Call to 'InnerStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'InnerStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'Blank(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 238, + "pattern": "name_call_unresolved", + "note": "Call to 'InnerStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 418, + "pattern": "name_call_unresolved", + "note": "Call to 'PathStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .b64encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 562, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 562, + "pattern": "name_call_unresolved", + "note": "Call to 'InnerStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 564, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 564, + "pattern": "name_call_unresolved", + "note": "Call to 'InnerStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 580, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 599, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 599, + "pattern": "name_call_unresolved", + "note": "Call to 'InnerStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 616, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 666, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestYamlTypedRead' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 668, + "pattern": "name_call_unresolved", + "note": "Call to 'schema(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 677, + "pattern": "name_call_unresolved", + "note": "Call to 'schema(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 689, + "pattern": "name_call_unresolved", + "note": "Call to 'OptionalByteStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 695, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 700, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 705, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 710, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 710, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 720, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 720, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 823, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 849, + "pattern": "name_call_unresolved", + "note": "Call to 'PromotionVariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 850, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 851, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 852, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 853, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 862, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestYamlTypedRead' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access ._value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 934, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 934, + "pattern": "name_call_unresolved", + "note": "Call to 'InnerStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1001, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1023, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1086, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1115, + "pattern": "name_call_unresolved", + "note": "Call to 'StringStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1120, + "pattern": "name_call_unresolved", + "note": "Call to 'AllScalarsStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1146, + "pattern": "name_call_unresolved", + "note": "Call to 'BytesStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1159, + "pattern": "name_call_unresolved", + "note": "Call to 'PathStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1171, + "pattern": "name_call_unresolved", + "note": "Call to 'ListStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1179, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1179, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1197, + "pattern": "name_call_unresolved", + "note": "Call to 'ListVariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1225, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1234, + "pattern": "name_call_unresolved", + "note": "Call to 'BadMapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1269, + "pattern": "name_call_unresolved", + "note": "Call to 'OptionalStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1272, + "pattern": "name_call_unresolved", + "note": "Call to 'LegacyOptionalStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1279, + "pattern": "name_call_unresolved", + "note": "Call to 'OptionalByteStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1281, + "pattern": "name_call_unresolved", + "note": "Call to 'OptionalByteStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1302, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1309, + "pattern": "name_call_unresolved", + "note": "Call to 'NumpyStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1309, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1317, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestYamlTypedWrite' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1318, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1324, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1324, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1326, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1335, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1343, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestYamlTypedWrite' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1344, + "pattern": "name_call_unresolved", + "note": "Call to 'NullableVariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1382, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestYamlTypedWrite' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1383, + "pattern": "name_call_unresolved", + "note": "Call to 'PrimitiveVariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1394, + "pattern": "name_call_unresolved", + "note": "Call to 'NumpyStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1394, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1398, + "pattern": "name_call_unresolved", + "note": "Call to 'NumpyStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1399, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1418, + "pattern": "name_call_unresolved", + "note": "Call to 'NumpyStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1418, + "pattern": "attribute_call", + "note": "Call via attribute access .ndarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1427, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1441, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterWithBlankInner(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1453, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1454, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1455, + "pattern": "name_call_unresolved", + "note": "Call to 'dut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1456, + "pattern": "name_call_unresolved", + "note": "Call to 'dut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1458, + "pattern": "name_call_unresolved", + "note": "Call to 'dut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1478, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1481, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1494, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1497, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1511, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1513, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1545, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStructOpposite(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1548, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1563, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStructOpposite(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1566, + "pattern": "name_call_unresolved", + "note": "Call to 'OuterStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1581, + "pattern": "name_call_unresolved", + "note": "Call to 'OptionalStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1594, + "pattern": "name_call_unresolved", + "note": "Call to 'ListStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1596, + "pattern": "name_call_unresolved", + "note": "Call to 'ListStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1609, + "pattern": "name_call_unresolved", + "note": "Call to 'ListStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1611, + "pattern": "name_call_unresolved", + "note": "Call to 'ListStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1624, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1625, + "pattern": "name_call_unresolved", + "note": "Call to 'NumpyStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1626, + "pattern": "name_call_unresolved", + "note": "Call to 'VariantStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1627, + "pattern": "name_call_unresolved", + "note": "Call to 'FloatStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1640, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1642, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1656, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1658, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1680, + "pattern": "name_call_unresolved", + "note": "Call to 'StringStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1686, + "pattern": "name_call_unresolved", + "note": "Call to 'StringStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1692, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1693, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1716, + "pattern": "name_call_unresolved", + "note": "Call to 'StringStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1718, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1723, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1724, + "pattern": "name_call_unresolved", + "note": "Call to 'MapStruct(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1735, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test.yaml_typed_test", + "lineno": 1761, + "pattern": "name_call_unresolved", + "note": "Call to 'invalid_cxx_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test.deprecation_example", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access ._install(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.deprecation", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.deprecation", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.deprecation", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.deprecation", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .subTest(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'old_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .partialmethod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .Counter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.meta", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.AssertComparator(...) not found in class '_Registry' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .item(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .float64(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .get_comparator_from_arrays(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get_comparator_from_arrays(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to '_UnwantedEquality(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get_comparator_from_arrays(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .broadcast(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_ne(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .item(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to '_UnwantedEquality(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 224, + "pattern": "name_call_unresolved", + "note": "Call to '_UnwantedEquality(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .item(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .item(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .derivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .register_to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .False_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .register_to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .register_comparator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 318, + "pattern": "name_call_unresolved", + "note": "Call to 'check_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 319, + "pattern": "name_call_unresolved", + "note": "Call to 'check_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 320, + "pattern": "name_call_unresolved", + "note": "Call to 'check_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .isfunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 333, + "pattern": "name_call_unresolved", + "note": "Call to 'check_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 334, + "pattern": "name_call_unresolved", + "note": "Call to 'check_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.numpy_compare", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'value_to_compare(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.pickle_compare", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'value_to_compare(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.algebra_test_util", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.algebra_test_util", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.algebra_test_util", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_none.scipy", + "lineno": 6, + "pattern": "name_call_unresolved", + "note": "Call to 'ModuleNotFoundError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.scipy.sparse", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.scipy_stub.test.scipy_stub_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.common.test_utilities.test.meta_test", + "lineno": 13, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestMeta' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.common.test_utilities.test.meta_test", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'dut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_joint_actuator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .num_inputs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .input_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .position_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .position_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .position_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFloatingBaseBodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .floating_positions_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .floating_position_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFloatingBaseBodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .floating_velocities_start_in_v(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .floating_velocity_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.named_view_helpers", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .predict(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.play_cart_pole", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .learn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.train_cart_pole", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym._bazel_cwd_helpers", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .num_multibody_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .num_joints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'state_view(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'position_view(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'actuation_view(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .GetTopologyGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .num_multibody_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 154, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorInputPort(...) not found in class 'ObservationPublisher' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 155, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'ObservationPublisher' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 159, + "pattern": "self_method_not_found", + "note": "self.get_input_port(...) not found in class 'ObservationPublisher' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'ObservationPublisher(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .num_multibody_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 176, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorInputPort(...) not found in class 'RewardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 177, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'RewardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'RewardSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .core(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .query_object_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .color_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 233, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractOutputPort(...) not found in class 'DisturbanceGenerator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 234, + "pattern": "name_call_unresolved", + "note": "Call to 'forces_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .default_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 271, + "pattern": "name_call_unresolved", + "note": "Call to 'DisturbanceGenerator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .get_applied_spatial_force_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 290, + "pattern": "name_call_unresolved", + "note": "Call to 'state_view(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .ReachedTermination(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .ReachedTermination(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .ReachedTermination(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .set_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .GetTopologyGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .type_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .clip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .type_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .clip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .type_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angular_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .clip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .SetMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEffortLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEffortUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocityLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocityUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.gym.envs.cart_pole", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.cart_pole_passive_simulation", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_angle_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .SetContinuousState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAtIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.pendulum_lqr_monte_carlo_analysis", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .arcsin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .start_recording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .SetContinuousState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .stop_recording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get_recording_as_animation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .save(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .set_printoptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.multibody.run_planar_scenegraph_visualizer", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .set_tau(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .tau(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_m1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set_m2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set_l1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set_Ic1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .set_Ic2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .set_b1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .set_b2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .m1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .m2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .l1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Ic1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Ic2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .b1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .b2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta1dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta2dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .theta1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .theta1dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .theta2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .theta2dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .set_tau(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta1dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta2dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .DynamicsBiasTerm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .MassMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalPotentialEnergy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalKineticEnergy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalPotentialEnergy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalKineticEnergy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .acrobot_plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_acrobot_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .k_e(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .k_e(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .k_p(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .k_p(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .k_d(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .k_d(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .balancing_threshold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .balancing_threshold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .set_k_e(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .k_e(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .set_k_e(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .set_k_p(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .set_k_d(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balancing_threshold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .k_e(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .k_p(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .k_d(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .balancing_threshold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .k_e(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .k_p(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .k_d(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.acrobot_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .balancing_threshold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_minimal_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get_floating_base_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .set_mass_hip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_mass_leg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .set_length_leg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_center_of_mass_leg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set_slope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .mass_hip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .mass_leg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .length_leg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .center_of_mass_leg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .slope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_stance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .set_swing(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .set_stancedot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .set_swingdot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .stance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .swing(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .stancedot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .swingdot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_floating_base_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_floating_base_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAccuracy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .set_stance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .set_swing(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .set_stancedot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .set_swingdot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.compass_gait_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_tau(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .tau(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .with_tau(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .tau(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .set_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .set_length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .set_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .with_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .with_length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .with_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .with_gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .set_thetadot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .theta(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .thetadot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .with_theta(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .with_thetadot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .theta(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .thetadot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .set_tau(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .set_thetadot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.pendulum_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .m(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .force_constant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .moment_constant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.quadrotor_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_minimal_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_floating_base_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .set_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set_number_of_spokes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set_slope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .number_of_spokes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .slope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .calc_alpha(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .number_of_spokes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .set_thetadot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .theta(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .thetadot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_floating_base_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_floating_base_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAccuracy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .set_theta(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .set_thetadot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.rimless_wheel_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFromVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_full_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcLimitCycle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.examples.test.van_der_pol_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .connect_ex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .check_returncode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'MeshcatParams(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'Meshcat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'Meshcat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry._geometry_extra", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .scale3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .Aabb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Aabb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Aabb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .Aabb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .Aabb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .HalfSpace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .Plane(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .Obb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .Obb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .Obb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .Obb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .Obb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .HalfSpace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .Plane(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .Aabb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .Obb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOverlap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .SurfaceTriangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .SurfaceTriangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .TriangleSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeAabbForTriangleMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeObbForTriangleMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeAabbForVolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeObbForVolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .half_width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcObb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .HalfSpace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.bounding_box_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcObb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .collision_filter_manager(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .collision_filter_manager(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .collision_filter_manager(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Apply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .ExcludeBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionFilterDeclaration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Apply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .ExcludeWithin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionFilterDeclaration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .Apply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .AllowBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionFilterDeclaration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .Apply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .AllowWithin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionFilterDeclaration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyTransient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .ExcludeWithin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionFilterDeclaration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .has_transient_history(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .IsActive(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveDeclaration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionFilterDeclaration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyTransient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .ExcludeWithin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .IsActive(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionFilterDeclaration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyTransient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .ExcludeWithin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .IsActive(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .frame_group(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .shape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .set_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .set_illustration_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .IllustrationProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .set_perception_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .PerceptionProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_illustration_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .illustration_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_perception_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .perception_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .MakePhongIllustrationProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .IllustrationProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .default_group_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .HasGroup(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .num_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGroupNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPropertyOrDefault(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPropertiesInGroup(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'property_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 205, + "pattern": "name_call_unresolved", + "note": "Call to 'property_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .PerceptionProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .IllustrationProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .PerceptionProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 232, + "pattern": "name_call_unresolved", + "note": "Call to 'property_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 242, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry_version(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryVersion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryVersion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSameAs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .get_constant_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .get_constant_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .AddContactMaterial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .AddContactMaterial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .static_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .static_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamic_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamic_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertiesIndicateCompliantHydro(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertiesIndicateCompliantHydro(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCompliantHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertiesIndicateCompliantHydro(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCompliantHydroelasticPropertiesForHalfSpace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertiesIndicateCompliantHydro(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .r(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .r(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .r(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .scale_rgb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .r(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .r(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .Cylinder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .Capsule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .Ellipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .HalfSpace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .Mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .Mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .Mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .Mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshcatCone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .depth(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .Capsule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .Capsule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .radius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .scale3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 757, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 757, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .contents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .Cylinder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .Cylinder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .radius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .Ellipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .Ellipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .c(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .MakePose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .Mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .Mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .Mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 792, + "pattern": "attribute_call", + "note": "Call via attribute access .InMemoryMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .scale(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .scale3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConvexHull(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 814, + "pattern": "attribute_call", + "note": "Call via attribute access .radius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshcatCone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshcatCone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 840, + "pattern": "name_call_unresolved", + "note": "Call to 'mesh_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .scale3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .scale3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .scale(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .scale(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .Plane(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .Plane(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcHeight(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcHeight(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .BoxOverlaps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 886, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .unit_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .reference_point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .unit_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .unit_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .reference_point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.common_test", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .reference_point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.frame_id_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.frame_id_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.frame_id_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.frame_id_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.frame_id_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.frame_id_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.frame_id_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.frame_id_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertiesIndicateCompliantHydro(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertiesIndicateCompliantHydro(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCompliantHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertiesIndicateCompliantHydro(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCompliantHydroelasticPropertiesForHalfSpace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertiesIndicateCompliantHydro(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .HasProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access ._MakeConvexHull(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.hydro_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .Convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .PolygonSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .PolygonSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .num_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .num_faces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .area(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .total_area(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .face_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .element_centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBoundingBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .face_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .SurfaceTriangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .SurfaceTriangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .TriangleSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .num_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .num_triangles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .area(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .total_area(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .face_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .element_centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBoundingBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCartesianFromBarycentric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBarycentric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .triangles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .element_centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .num_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .inward_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .edge_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcTetrahedronVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBarycentric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .tetrahedra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .tetrahedra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .inward_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .inward_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .edge_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .edge_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .ConvertVolumeToSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .RefineVolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .num_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .VolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .RefineVolumeMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .RefineVolumeMeshIntoVtkFileContents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .ReadObjToTriangleSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .ReadObjToTriangleSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .ReadObjToTriangleSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.meshes_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetPoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .set_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .set_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .IsBounded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .IntersectsWith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .IsBounded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .IntersectsWith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeAxisAligned(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeHypersphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeAffineBallFromLineSegment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumVolumeCircumscribedEllipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumVolumeCircumscribedEllipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .basis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .basis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .IsBounded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .IntersectsWith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineDimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .ContainedIn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .basis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .basis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .IsBounded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .IntersectsWith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineDimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .OrthogonalComplementBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLocalCoordinates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .ToGlobalCoordinates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLocalCoordinates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .ToGlobalCoordinates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLocalCoordinates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .ToGlobalCoordinates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .ContainedIn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .ContainedIn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .ContainedIn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .AffineSubspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .IsBounded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInSetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInNonnegativeScalingConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInNonnegativeScalingConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .ToShapeWithPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .IntersectsWith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeL1Ball(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .MaximumVolumeInscribedEllipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .ChebyshevCenter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .Scale(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .Scale(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .CartesianProduct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .CartesianPower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .Intersection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .PontryaginDifference(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformSample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformSample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformSample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .ContainedIn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .Intersection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .Intersection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .FindRedundant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .FindRedundant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .ReduceInequalities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .SimplifyByIncrementalFaceTranslation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .MaximumVolumeInscribedAffineTransformation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .Hyperellipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .Hyperellipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInSetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInNonnegativeScalingConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInNonnegativeScalingConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .ToShapeWithPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumUniformScalingToTouch(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeAxisAligned(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeHypersphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumVolumeCircumscribedEllipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumVolumeCircumscribedEllipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .Hyperellipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .Hyperrectangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .Hyperrectangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .IntersectsWith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .IsBounded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetPoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInSetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInNonnegativeScalingConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInNonnegativeScalingConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .ToShapeWithPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros_like(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .ones_like(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .Projection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .lb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .ub(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .Center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros_like(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformSample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeHPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .lb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .ub(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .lb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .ub(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .Hyperrectangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetIntersection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .lb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .ub(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeCalcAxisAlignedBoundingBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .Hyperrectangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolumeViaSampling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .MinkowskiSum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .MinkowskiSum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .num_terms(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .MinkowskiSum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .num_terms(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .term(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .Spectrahedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .Spectrahedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .IsBounded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInSetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInNonnegativeScalingConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointInNonnegativeScalingConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMinimalRepresentation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMinimalRepresentation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcVolume(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .WriteObj(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .ToShapeConvex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .ToShapeConvex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_hint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .CartesianProduct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .CartesianProduct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .num_factors(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .CartesianProduct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .num_factors(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .factor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .CartesianProduct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .num_factors(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .factor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .ConvexHull(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .num_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .sets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .participating_sets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .empty_sets_removed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .ConvexHull(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .participating_sets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .empty_sets_removed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .Intersection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .Intersection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetFeasiblePoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .num_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .Intersection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .num_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 737, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_pose_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .HPolyhedron(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .CartesianProduct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .Hyperellipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .MinkowskiSum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeIrisObstacles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .Iris(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .Iris(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisNp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisNp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 889, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .SaveIrisRegionsYamlFile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .LoadIrisRegionsYamlFile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .GraphOfConvexSetsOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .GraphOfConvexSets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVertexByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 956, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableVertexByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 958, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdge(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEdgeByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableEdgeByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdge(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .IsValid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 967, + "pattern": "attribute_call", + "note": "Call via attribute access .IsValid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 968, + "pattern": "attribute_call", + "note": "Call via attribute access .num_edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveShortestPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveShortestPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveConvexRestriction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolutionPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .GcsGraphvizOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .GcsGraphvizOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .SamplePaths(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .phi(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .SamplePaths(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolutionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolutionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1061, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1064, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1065, + "pattern": "attribute_call", + "note": "Call via attribute access .ambient_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1081, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCosts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1087, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1087, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1094, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1098, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1102, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1111, + "pattern": "attribute_call", + "note": "Call via attribute access .x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1114, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1119, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1123, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1124, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1127, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1128, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1130, + "pattern": "attribute_call", + "note": "Call via attribute access .incoming_edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1131, + "pattern": "attribute_call", + "note": "Call via attribute access .outgoing_edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1132, + "pattern": "attribute_call", + "note": "Call via attribute access .incoming_edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1133, + "pattern": "attribute_call", + "note": "Call via attribute access .outgoing_edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1136, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolutionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolutionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1141, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolutionPhiXu(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1143, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolutionPhiXv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1146, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1147, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .u(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1149, + "pattern": "attribute_call", + "note": "Call via attribute access .v(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1150, + "pattern": "attribute_call", + "note": "Call via attribute access .phi(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1151, + "pattern": "attribute_call", + "note": "Call via attribute access .xu(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .xv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1153, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1154, + "pattern": "attribute_call", + "note": "Call via attribute access .xu(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1158, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCosts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1171, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1171, + "pattern": "attribute_call", + "note": "Call via attribute access .xu(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1171, + "pattern": "attribute_call", + "note": "Call via attribute access .xv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1173, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1178, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .xu(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .xv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1182, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1186, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .xu(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .xv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1191, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1195, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1196, + "pattern": "attribute_call", + "note": "Call via attribute access .xu(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1196, + "pattern": "attribute_call", + "note": "Call via attribute access .xv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1200, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1206, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1209, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1213, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1214, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1216, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPhiConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1217, + "pattern": "attribute_call", + "note": "Call via attribute access .ClearPhiConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPhiConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1219, + "pattern": "attribute_call", + "note": "Call via attribute access .ClearAllPhiConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertexFromTemplate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1223, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1224, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeFromTemplate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1227, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1230, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1231, + "pattern": "attribute_call", + "note": "Call via attribute access .num_edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1234, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveEdge(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveEdge(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1238, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1241, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1244, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1245, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1260, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1260, + "pattern": "self_method_not_found", + "note": "self.mutable_gcs(...) not found in class 'SimpleLoopGcs' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1261, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1267, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1268, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdge(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1268, + "pattern": "self_method_not_found", + "note": "self.mutable_gcs(...) not found in class 'SimpleLoopGcs' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1268, + "pattern": "self_method_not_found", + "note": "self.GetVertex(...) not found in class 'SimpleLoopGcs' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1271, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdge(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1271, + "pattern": "self_method_not_found", + "note": "self.mutable_gcs(...) not found in class 'SimpleLoopGcs' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1271, + "pattern": "self_method_not_found", + "note": "self.GetVertex(...) not found in class 'SimpleLoopGcs' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1273, + "pattern": "name_call_unresolved", + "note": "Call to 'SimpleLoopGcs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1274, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1275, + "pattern": "attribute_call", + "note": "Call via attribute access .Successors(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpandRecursively(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1277, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1277, + "pattern": "attribute_call", + "note": "Call via attribute access .gcs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .num_edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .gcs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .GraphOfConvexSets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1282, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1282, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .Point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdge(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1285, + "pattern": "attribute_call", + "note": "Call via attribute access .ImplicitGraphOfConvexSetsFromExplicit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1286, + "pattern": "attribute_call", + "note": "Call via attribute access .ImplicitVertexFromExplicit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1287, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpandRecursively(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1288, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1288, + "pattern": "attribute_call", + "note": "Call via attribute access .gcs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1289, + "pattern": "attribute_call", + "note": "Call via attribute access .num_edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1289, + "pattern": "attribute_call", + "note": "Call via attribute access .gcs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1294, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1324, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1326, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1328, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1331, + "pattern": "attribute_call", + "note": "Call via attribute access .Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1333, + "pattern": "attribute_call", + "note": "Call via attribute access .CspaceFreePolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1337, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1337, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1350, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1353, + "pattern": "attribute_call", + "note": "Call via attribute access .FindSeparationCertificateOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1356, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1360, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1362, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1372, + "pattern": "attribute_call", + "note": "Call via attribute access .FindSeparationCertificateGivenPolytopeOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1373, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1375, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1381, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1387, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1402, + "pattern": "attribute_call", + "note": "Call via attribute access .FindPolytopeGivenLagrangianOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1417, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1422, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1427, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1428, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .BilinearAlternationOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1471, + "pattern": "attribute_call", + "note": "Call via attribute access .BinarySearchOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1503, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1503, + "pattern": "attribute_call", + "note": "Call via attribute access .map_geometries_to_separating_planes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1505, + "pattern": "attribute_call", + "note": "Call via attribute access .separating_planes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1506, + "pattern": "attribute_call", + "note": "Call via attribute access .y_slack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1522, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1522, + "pattern": "attribute_call", + "note": "Call via attribute access .map_geometries_to_separating_planes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1523, + "pattern": "attribute_call", + "note": "Call via attribute access .separating_planes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1533, + "pattern": "attribute_call", + "note": "Call via attribute access .type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1534, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1536, + "pattern": "attribute_call", + "note": "Call via attribute access .body_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1537, + "pattern": "attribute_call", + "note": "Call via attribute access .num_rationals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1538, + "pattern": "attribute_call", + "note": "Call via attribute access .X_BG(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1539, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1550, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1552, + "pattern": "attribute_call", + "note": "Call via attribute access .atleast_2d(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1552, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1552, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .atleast_2d(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1556, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1560, + "pattern": "attribute_call", + "note": "Call via attribute access .FindSeparationCertificateGivenPolytopeOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1563, + "pattern": "attribute_call", + "note": "Call via attribute access .BinarySearchOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1569, + "pattern": "attribute_call", + "note": "Call via attribute access .BilinearAlternationOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1574, + "pattern": "attribute_call", + "note": "Call via attribute access .FindSeparationCertificateGivenPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1582, + "pattern": "attribute_call", + "note": "Call via attribute access .map_geometries_to_separating_planes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1584, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1590, + "pattern": "attribute_call", + "note": "Call via attribute access .BinarySearch(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1599, + "pattern": "attribute_call", + "note": "Call via attribute access .num_iter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .C(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1601, + "pattern": "attribute_call", + "note": "Call via attribute access .d(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .certified_polytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1604, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1605, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1607, + "pattern": "attribute_call", + "note": "Call via attribute access .SearchWithBilinearAlternation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1618, + "pattern": "attribute_call", + "note": "Call via attribute access .map_geometries_to_separating_planes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1619, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1620, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeIsGeometrySeparableProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1641, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveSeparationCertificateProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1665, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1668, + "pattern": "attribute_call", + "note": "Call via attribute access .polytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1670, + "pattern": "attribute_call", + "note": "Call via attribute access .s_lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1671, + "pattern": "attribute_call", + "note": "Call via attribute access .s_upper(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1673, + "pattern": "attribute_call", + "note": "Call via attribute access .polytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1675, + "pattern": "attribute_call", + "note": "Call via attribute access .s_lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1676, + "pattern": "attribute_call", + "note": "Call via attribute access .s_upper(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1546, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1546, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1679, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1679, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1680, + "pattern": "attribute_call", + "note": "Call via attribute access .PartitionConvexSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1684, + "pattern": "attribute_call", + "note": "Call via attribute access .PartitionConvexSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1685, + "pattern": "attribute_call", + "note": "Call via attribute access .PartitionConvexSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1690, + "pattern": "attribute_call", + "note": "Call via attribute access .PartitionConvexSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1691, + "pattern": "attribute_call", + "note": "Call via attribute access .PartitionConvexSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .PartitionConvexSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1697, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckIfSatisfiesConvexityRadius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1703, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1703, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1704, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1704, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1706, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1706, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1708, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeCalcAxisAlignedBoundingBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1712, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeCalcAxisAlignedBoundingBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1721, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputePairwiseIntersections(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1726, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1730, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputePairwiseIntersections(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1736, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1740, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputePairwiseIntersections(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1744, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1748, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputePairwiseIntersections(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.optimization_test", + "lineno": 1752, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_gl_test", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_gl_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineGlParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_gl_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_gl_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeRenderEngineGl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_gl_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .HasRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_gl_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderCameraCore(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .ClippingRange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .ColorRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .DepthRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .DepthRange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'LegacyEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .PerceptionProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderLabel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'ColorOnlyEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderColorImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderDepthImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderLabelImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'DepthOnlyEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderColorImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderDepthImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderLabelImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'LabelOnlyEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderColorImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderDepthImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderLabelImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'CloneableEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'CloneableEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'MyEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderColorImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .ColorRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderCameraCore(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .ClippingRange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_engine_subclass_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .LightParameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .LightParameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .SsaoParameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .SsaoParameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .EquirectangularMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .EquirectangularMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .EnvironmentMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .EnvironmentMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .EnvironmentMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .EquirectangularMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .GltfExtension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .GltfExtension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineVtkParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeRenderEngineVtk(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .HasRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineVtkParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineVtkParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .EnvironmentMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .EquirectangularMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 150, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestGeometryRender' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineVtkParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeRenderEngineVtk(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .PerceptionProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderLabel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .Mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineGlParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineGlParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineGltfClientParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineGltfClientParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'RenderLabel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .is_reserved(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .is_reserved(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .is_reserved(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .is_reserved(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .is_reserved(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'RenderLabel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'RenderLabel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 234, + "pattern": "name_call_unresolved", + "note": "Call to 'RenderLabel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 253, + "pattern": "name_call_unresolved", + "note": "Call to 'RenderLabel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRenderLabelOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .HasGroup(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 311, + "pattern": "name_call_unresolved", + "note": "Call to 'DummyRenderEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 347, + "pattern": "name_call_unresolved", + "note": "Call to 'DummyRenderEngine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .DepthRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderCameraCore(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .ClippingRange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .DepthRange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .query_object_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .color_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_32F_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_16U_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .label_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParameterYaml(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineGltfClientParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeRenderEngineGltfClient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .HasRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.render_test", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .RenameFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .RenameFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .RenameGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .RenameGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAnchoredGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCompliantHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_pose_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_configuration_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeRenderEngineVtk(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineVtkParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .HasRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRendererTypeName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRendererParameterYaml(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .HasRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeRenderEngineVtk(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineVtkParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .num_sources(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .num_frames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllSourceIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllFrameIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllFrameIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllFrameIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometrySet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .NumGeometriesWithRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .NumDeformableGeometriesWithRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .maybe_get_hydroelastic_mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .maybe_get_hydroelastic_mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .maybe_get_hydroelastic_mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .NumDynamicGeometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .NumAnchoredGeometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCollisionCandidates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .SourceIsRegistered(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .SourceIsRegistered(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .NumFramesForSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .FramesForSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .BelongsToSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOwningSourceName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParentFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameGroup(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .NumGeometriesForFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .NumGeometriesForFrameWithRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIdByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .BelongsToSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOwningSourceName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .GetReferenceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeformableGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllDeformableGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConvexHull(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .GetObbInGeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAnchoredGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .HalfSpace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .GetObbInGeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry_version(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .PerceptionProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderLabel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .IllustrationProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .GetIllustrationProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPerceptionProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .CloneGeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionFiltered(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .DefaultProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraphConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .set_config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .DefaultProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraphConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 500, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineVtkParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .HasRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeRenderEngineVtk(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .HasRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRendererTypeName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRendererParameterYaml(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 531, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllDeformableGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDeformableGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 585, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 588, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 589, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .ChangeShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .ChangeShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .Capsule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .ChangeShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .ChangeShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .Capsule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 655, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 689, + "pattern": "name_call_unresolved", + "note": "Call to 'FramePoseVector(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .has_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .ids(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .ids(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 704, + "pattern": "name_call_unresolved", + "note": "Call to 'GeometryConfigurationVector(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .has_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .ids(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .ids(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 760, + "pattern": "name_call_unresolved", + "note": "Call to 'QueryObject(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 763, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 772, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderEngineVtkParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeRenderEngineVtk(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 792, + "pattern": "name_call_unresolved", + "note": "Call to 'FramePoseVector(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 793, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_pose_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 797, + "pattern": "name_call_unresolved", + "note": "Call to 'GeometryConfigurationVector(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 800, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_configuration_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConfigurationsInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInParent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeAabbInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeObbInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeSignedDistancePairwiseClosestPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputePointPairPenetration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeContactSurfaces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeContactSurfacesWithFallback(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeSignedDistanceToPoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 864, + "pattern": "attribute_call", + "note": "Call via attribute access .FindCollisionCandidates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .HasCollisions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeSignedDistancePairClosestPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderCameraCore(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .ClippingRange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 885, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .ColorRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access .DepthRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .DepthRange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderColorImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 896, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 899, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderDepthImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 902, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 905, + "pattern": "attribute_call", + "note": "Call via attribute access .RenderLabelImage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 908, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 926, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 927, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 937, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransformd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .Sphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCompliantHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAnchoredGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 949, + "pattern": "attribute_call", + "note": "Call via attribute access .GeometryInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 950, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransformd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .HalfSpace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .ProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidHydroelasticProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 961, + "pattern": "name_call_unresolved", + "note": "Call to 'FramePoseVector(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 962, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_pose_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .FindCollisionCandidates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeContactSurfaces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .id_M(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .id_N(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 988, + "pattern": "attribute_call", + "note": "Call via attribute access .num_faces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .area(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .total_area(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 992, + "pattern": "attribute_call", + "note": "Call via attribute access .face_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .is_triangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .representation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .tri_mesh_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .tri_e_MN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .poly_mesh_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .poly_e_MN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateGradient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 1011, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateAtVertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.scene_graph_test", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateCartesian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .DrakeVisualizerParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .query_object_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'DiagramBuilder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'add_function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'build_function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'Simulator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'SceneGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .DispatchLoadMessage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertyTuple(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertyTuple(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertyTuple(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .PropertyTuple(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshcatParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshcatParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .Meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .Meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .ws_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .SetEnvironmentMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .Box(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .TriangleSurfaceMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .SurfaceTriangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .SurfaceTriangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .SetLine(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .SetLineSegments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTriangleMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTriangleColorMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .meshgrid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .PlotSurface(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .Set2dRenderMode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .ResetRenderMode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCameraTarget(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCameraPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .AddButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .GetButtonNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .GetButtonClicks(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access ._InjectWebsocketMessage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .packb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .GetButtonClicks(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSlider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSliderNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSliderValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSliderValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteSlider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteSlider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteAddedControls(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .StaticHtml(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .StaticZip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .namelist(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGamepad(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRealtimeRate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRealtimeRate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSimulationTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .Flush(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .StartRecording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_recording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .frames_per_second(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .StopRecording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .PublishRecording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteRecording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .PerspectiveCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .OrthographicCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access ._GetPackedObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access ._GetPackedTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access ._GetPackedProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .GetTrackedCameraPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access ._GetPackedProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .unpackb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .Meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 434, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestGeometryVisualizers' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshcatAnimation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .frames_per_second(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .set_start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .set_autoplay(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .autoplay(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .set_loop_mode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .set_loop_mode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .set_loop_mode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .loop_mode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .set_repetitions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .repetitions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .set_clamp_when_finished(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .clamp_when_finished(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .Meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAnimation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .Meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshcatVisualizerParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .query_object_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .StartRecording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_recording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .StopRecording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .PublishRecording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteRecording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .Meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshcatVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .Meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .set_point_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .Rgba(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .cloud_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .pose_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .StartMeshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .getheader(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.geometry.test.visualizers_test", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .reason(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .Allocate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 277, + "pattern": "self_method_not_found", + "note": "self.reward(...) not found in class 'DrakeGymEnv' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 279, + "pattern": "self_method_not_found", + "note": "self.info_handler(...) not found in class 'DrakeGymEnv' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 301, + "pattern": "self_method_not_found", + "note": "self.make_simulator(...) not found in class 'DrakeGymEnv' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 310, + "pattern": "self_method_not_found", + "note": "self.reset_handler(...) not found in class 'DrakeGymEnv' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 320, + "pattern": "self_method_not_found", + "note": "self.info_handler(...) not found in class 'DrakeGymEnv' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym._drake_gym_env", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .check_env(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .contains(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.gym.test.drake_gym_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .contains(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation._manipulation_extra", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation._manipulation_extra", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .getmodule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation._manipulation_extra", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'apply_function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .PandaCommandReceiver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get_message_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_measured_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_commanded_position_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get_commanded_torque_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .PandaCommandReceiver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get_commanded_velocity_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .PandaCommandSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .PandaCommandSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_velocity_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .PandaStatusReceiver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_commanded_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_measured_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_velocity_commanded_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_velocity_measured_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get_acceleration_commanded_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_commanded_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_measured_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_external_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .PandaStatusReceiver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .PandaStatusSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_commanded_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_measured_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get_velocity_commanded_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get_velocity_measured_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_acceleration_commanded_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_commanded_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_measured_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_external_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.franka_panda_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .PandaStatusSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get_iiwa_max_joint_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .position_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .torque_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .ParseIiwaControlMode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaCommandReceiver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get_message_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_measured_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get_commanded_position_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_commanded_torque_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaCommandSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaCommandSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaStatusReceiver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time_measured_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_commanded_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_measured_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get_velocity_estimated_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_commanded_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_measured_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_external_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaStatusSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time_measured_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_commanded_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_measured_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get_velocity_estimated_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_commanded_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_measured_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_torque_external_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get_iiwa_max_joint_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .BuildIiwaControl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyDriverConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .SimIiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .SimIiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .BuildIiwaControl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .IiwaDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.kuka_iiwa_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgPositionController(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_desired_position_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get_force_limit_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_generalized_force_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get_grip_force_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgController(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgCommandReceiver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get_force_limit_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgCommandSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get_force_limit_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_command_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgStatusReceiver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get_status_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_force_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgStatusSender(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_force_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSchunkWsgOpenPosition(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeMultibodyStateToWsgStateSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeMultibodyForceToWsgForceSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .BuildSchunkWsgControl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyDriverConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgTrajectoryGenerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .SchunkWsgTrajectoryGenerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get_desired_position_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get_force_limit_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get_target_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.schunk_wsg_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get_max_force_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroForceDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyDriverConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroForceDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroForceDriver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.manipulation.test.util_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .default_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .meshgrid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_grid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_grid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .plot_surface(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.math_example", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .open_new_tab(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'oper(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'oper(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'oper(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'oper(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to '_pretty_class_name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .roll_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .pitch_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .yaw_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to '_pretty_class_name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to '_pretty_class_name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math._math_extra", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .module_getattr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .matmul(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_matrix_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .run_with_multiple_values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 87, + "pattern": "self_method_not_found", + "note": "self.T(...) not found in class 'AutoDiffOverloads' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 118, + "pattern": "self_method_not_found", + "note": "self.T(...) not found in class 'SymbolicOverloads' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 170, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'MathOverloadsTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .supports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'f_builtin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'f_drake(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 192, + "pattern": "name_call_unresolved", + "note": "Call to 'f_drake(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .supports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 219, + "pattern": "name_call_unresolved", + "note": "Call to 'f_builtin(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 220, + "pattern": "name_call_unresolved", + "note": "Call to 'f_drake(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .item(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 225, + "pattern": "name_call_unresolved", + "note": "Call to 'to_type_array(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .inv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_overloads_test", + "lineno": 228, + "pattern": "name_call_unresolved", + "note": "Call to 'to_float_array(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_grid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_mesh_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_interpolants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mesh_point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_all_mesh_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBarycentricWeights(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .MeshValuesFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'f_core(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'f_cpp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'f_core(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'f_cpp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 140, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnchecked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFromIsometry3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix34(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsIsometry3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .InvertAndCompose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 169, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMaximumAbsoluteDifference(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMaximumAbsoluteTranslationDifference(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 175, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 191, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 199, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 224, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 238, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnchecked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix34(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 274, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 276, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 283, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnchecked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 287, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 289, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 289, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 291, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 291, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeXRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeYRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeZRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .row(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .col(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeFromOneVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .IsValid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .ToRollPitchYaw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 314, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 315, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .ToQuaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAngleAxis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 323, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .InvertAndCompose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .ProjectToRotationMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 338, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .IsValid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 360, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 365, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 366, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 367, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 383, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 389, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 391, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .roll_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .pitch_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .yaw_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnchecked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 415, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 417, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 420, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .roll_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .pitch_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .yaw_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 425, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 425, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 427, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 429, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 430, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .ToQuaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .ToRotationMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRotationMatrixDt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcAngularVelocityInParentFromRpyDt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcAngularVelocityInChildFromRpyDt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRpyDtFromAngularVelocityInParent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRpyDtFromAngularVelocityInChild(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRpyDDtFromRpyDtAndAngularAccelInParent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRpyDDtFromAngularAccelInChild(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 483, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineBasis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 485, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineBasis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 486, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineBasis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 488, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineBasis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .num_basis_functions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .knots(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .initial_parameter_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .final_parameter_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .FindContainingInterval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeActiveBasisFunctionIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeActiveBasisFunctionIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateCurve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateLinearInControlPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateBasisFunctionI(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 533, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 533, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 533, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 535, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 539, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 539, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 539, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .SoftUnderMax(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 540, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .SoftOverMax(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 541, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .SoftUnderMin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 542, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .SoftOverMin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 543, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 547, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 547, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 547, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .VectorToSkewSymmetric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .ClosestQuaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .is_quaternion_in_canonical_form(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .QuaternionToCanonicalForm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .AreQuaternionsEqualForOrientation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .CalculateQuaternionDtFromAngularVelocityExpressedInB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .CalculateAngularVelocityExpressedInBFromQuaternionDt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .CalculateQuaternionDtConstraintViolation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .IsQuaternionValid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .IsBothQuaternionAndQuaternionDtOK(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformlyRandomQuaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformlyRandomAngleAxis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformlyRandomRotationMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .UniformlyRandomRPY(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSymmetric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSymmetric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSymmetric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .IsPositiveDefinite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .IsPositiveDefinite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymmetricMatrixFromLowerTriangularColumns(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLowerTriangularColumnsFromMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .ExtractPrincipalSubmatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .ix_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposePSDmatrixIntoXtransposeTimesX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposePositiveQuadraticForm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .BalanceQuadraticForms(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .ContinuousAlgebraicRiccatiEquation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .RealContinuousLyapunovEquation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .RealDiscreteLyapunovEquation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .DiscreteAlgebraicRiccatiEquation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .NumericalGradientOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeNumericalGradient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.math.test.math_test", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to '_configure_logging(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .role_list_to_str_list(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .role_list_to_str_list(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .str_list_to_role_list(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .InertiaFixer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.fix_inertia", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .fix_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_caching_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 65, + "pattern": "self_method_not_found", + "note": "self.get_output_port(...) not found in class 'JointSliders' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 77, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicEvent(...) not found in class 'JointSliders' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .get_joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .position_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 226, + "pattern": "name_call_unresolved", + "note": "Call to 'my_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'my_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .get_joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .position_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.jupyter_widgets", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .observe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to '_configure_logging(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to '_MeshModelMaker(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 249, + "pattern": "name_call_unresolved", + "note": "Call to '_MeshModelMaker(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.mesh_to_model", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.run_installed_fix_inertia", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.run_installed_mesh_to_model", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 170, + "pattern": "name_call_unresolved", + "note": "Call to 'ElementFacts(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 338, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 339, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 340, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 341, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 341, + "pattern": "name_call_unresolved", + "note": "Call to 'coda(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 352, + "pattern": "name_call_unresolved", + "note": "Call to 'coda(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 354, + "pattern": "name_call_unresolved", + "note": "Call to 'coda(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 359, + "pattern": "name_call_unresolved", + "note": "Call to 'coda(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 417, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 418, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 419, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 420, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 421, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 422, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 423, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 424, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 425, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 426, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 427, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 427, + "pattern": "name_call_unresolved", + "note": "Call to 'coda(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 440, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 441, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 442, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 443, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 444, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 445, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 446, + "pattern": "name_call_unresolved", + "note": "Call to 'd(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 446, + "pattern": "name_call_unresolved", + "note": "Call to 'coda(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 448, + "pattern": "name_call_unresolved", + "note": "Call to 'coda(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 450, + "pattern": "name_call_unresolved", + "note": "Call to 'coda(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .ParserCreate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 490, + "pattern": "name_call_unresolved", + "note": "Call to 'SourceLocation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 495, + "pattern": "name_call_unresolved", + "note": "Call to 'ElementFacts(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .is_model_element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .is_model_element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .Parse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .associate_plant_models(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRotationalInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .get_moments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .get_products(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .format_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .default_spatial_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .Shift(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .ReExpress(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .get_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .get_unit_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .Shift(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .get_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .get_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .mapping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .build_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAsSourceForSceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .PopulateFromRosPackagePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 779, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAsSourceForSceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .PopulateFromRosPackagePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._inertia_fixer", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._math_extra", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._math_extra", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._math_extra", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._math_extra", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._math_extra", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._math_extra", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to '_pretty_class_name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody._math_extra", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .module_getattr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_mesh_uri(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBoundingBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_unit_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .get_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .Shift(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRotationalInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get_moments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get_products(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access ._read_package_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access ._read_package_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._mesh_model_maker", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._plant_extra", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .module_getattr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody._tree_extra", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .module_getattr(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.benchmarks_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.benchmarks_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.benchmarks_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get_xDt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.benchmarks_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get_xDtDt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.cenic_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.cenic_test", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'CenicIntegrator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.cenic_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.cenic_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverParameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.cenic_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .set_fixed_step_mode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.contact_solvers_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.contact_solvers_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .set_youngs_modulus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .set_poissons_ratio(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .set_mass_damping_coefficient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .set_stiffness_damping_coefficient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .set_mass_density(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .youngs_modulus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .poissons_ratio(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .mass_damping_coefficient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .stiffness_damping_coefficient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .mass_density(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set_material_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fem_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .material_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .fix_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAsSourceForSceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .PopulateFromRosPackagePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRigidBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .default_spatial_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 470, + "pattern": "self_method_not_found", + "note": "self.assertTrue(...) not found in class 'TestInertiaFixer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .IsPhysicallyValid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 471, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestInertiaFixer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .get_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .copyfile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .fix_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 484, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestInertiaFixer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 487, + "pattern": "self_method_not_found", + "note": "self.assertNotEqual(...) not found in class 'TestInertiaFixer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .fix_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 542, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestFixInertiaProcess' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 553, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestFixInertiaProcess' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 560, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'TestFixInertiaProcess' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.fix_inertia_test", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'results_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'params_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .set_time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .set_joint_centering_gain(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_joint_centering_gain(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .set_end_effector_velocity_flag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get_end_effector_velocity_flag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .set_maximum_scaling_to_report_stuck(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_maximum_scaling_to_report_stuck(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .set_end_effector_angular_speed_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_end_effector_angular_speed_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .set_end_effector_translational_velocity_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get_end_effector_translational_velocity_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get_end_effector_translational_velocity_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_solver_options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .DoDifferentialInverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .DoDifferentialInverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .DifferentialInverseKinematicsParameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .DoDifferentialInverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .DoDifferentialInverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .DoDifferentialInverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .DoDifferentialInverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .DifferentialInverseKinematicsParameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .DifferentialInverseKinematicsIntegrator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .ForwardKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .set_time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .DifferentialInverseKinematicsIntegrator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .ForwardKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 219, + "pattern": "name_call_unresolved", + "note": "Call to 'Recipe(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'dut_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 254, + "pattern": "name_call_unresolved", + "note": "Call to 'dut_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 276, + "pattern": "name_call_unresolved", + "note": "Call to 'dut_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .Config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .Recipe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIngredient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSelectDataForCollisionConstraintFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 366, + "pattern": "name_call_unresolved", + "note": "Call to 'Ingredient(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .SetJointLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .Recipe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIngredient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .LeastSquaresCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .Config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 432, + "pattern": "name_call_unresolved", + "note": "Call to 'DiffIk(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_nominal_posture(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .Set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_desired_cartesian_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_commanded_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .collision_checker(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .active_dof(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .task_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .K_VX(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .Vd_TG_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .recipe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .num_ingredients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .recipe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .ingredient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .recipe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .Set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_desired_cartesian_poses(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_commanded_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 502, + "pattern": "name_call_unresolved", + "note": "Call to 'Controller(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .differential_inverse_kinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_differential_inverse_kinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_differential_test", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .set_initial_position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .InverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .InverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .InverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .InverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMultibodyPlantConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .greater(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .less(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .inverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .greater(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .less(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .AddOrientationConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .trace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .trace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .AddOrientationCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .AddGazeTargetConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .AddAngleBetweenVectorsConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .acos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .AddAngleBetweenVectorsCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointToPointDistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPointToLineDistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPolyhedronConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMinimumDistanceLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 479, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 479, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMinimumDistanceUpperBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIdByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIdByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .AddDistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 546, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 546, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .AddUnitQuaternionConstraintOnPlant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .AddUnitQuaternionConstraintOnPlant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 599, + "pattern": "name_call_unresolved", + "note": "Call to 'TypeVariables(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 614, + "pattern": "name_call_unresolved", + "note": "Call to 'check_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 615, + "pattern": "name_call_unresolved", + "note": "Call to 'check_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .AngleBetweenVectorsConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .AngleBetweenVectorsCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCollisionGeometriesForBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .DistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .GazeTargetConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumDistanceLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumDistanceLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumDistanceLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumDistanceUpperBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumDistanceUpperBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumDistanceUpperBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeStandaloneModelContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumDistanceLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumDistanceUpperBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 840, + "pattern": "attribute_call", + "note": "Call via attribute access .PositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateLowerBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateUpperBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .set_bounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .PositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateLowerBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateUpperBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .set_bounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 871, + "pattern": "attribute_call", + "note": "Call via attribute access .PositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .PositionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .ComPositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .ComInPolyhedronConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .OrientationConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .OrientationCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .PointToPointDistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .PointToLineDistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .PolyhedronConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 992, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIdByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIdByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .DistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1018, + "pattern": "attribute_call", + "note": "Call via attribute access .UnitQuaternionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1027, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1048, + "pattern": "attribute_call", + "note": "Call via attribute access .Polytope3D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1061, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .GlobalInverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .body_rotation_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1081, + "pattern": "attribute_call", + "note": "Call via attribute access .body_position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .AddWorldPositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1090, + "pattern": "attribute_call", + "note": "Call via attribute access .AddWorldRelativePositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .AddWorldOrientationConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPostureCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1111, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1111, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1128, + "pattern": "attribute_call", + "note": "Call via attribute access .BodyPointInOneOfRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1130, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1137, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .Polytope3D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1142, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1143, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .BodySphereInOneOfPolytopes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1146, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1154, + "pattern": "attribute_call", + "note": "Call via attribute access .GurobiSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1157, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1157, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1158, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .ReconstructGeneralizedPositionSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1170, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1171, + "pattern": "attribute_call", + "note": "Call via attribute access .Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1172, + "pattern": "attribute_call", + "note": "Call via attribute access .GlobalInverseKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1174, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.inverse_kinematics_test", + "lineno": 1175, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointLimitConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.lifetime_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.lifetime_test", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'add_plant_wrapper(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.lifetime_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.lifetime_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.lifetime_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.lifetime_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.lifetime_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .SetZero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .Rotate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 205, + "pattern": "name_call_unresolved", + "note": "Call to 'to_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .Shift(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .ComposeWithMovingFrameVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 227, + "pattern": "name_call_unresolved", + "note": "Call to 'to_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .ShiftWithZeroAngularVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .Shift(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .ComposeWithMovingFrameAcceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 255, + "pattern": "name_call_unresolved", + "note": "Call to 'to_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .Shift(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 268, + "pattern": "name_call_unresolved", + "note": "Call to 'to_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .Shift(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.math_test", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .contact_results_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .query_object_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_results_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_results_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.meshcat_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPackageXml(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .triangles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .getMessage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .getMessage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCube(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .make_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.mesh_to_model_test", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterCollisionGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisualGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterCollisionGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisualGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .tile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterCollisionGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisualGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'Environment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .q_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .AddUnitQuaternionConstraintOnPlant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .q_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateComplementarityTolerance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .SnoptSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .q_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .GetContactWrenchSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .SnoptSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .SnoptSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .allow_quaternion_negation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .ComposeVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .ComposeVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .ComposeVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .AngularVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIdByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIdByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicWithContinuousSecondDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcGridPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicWithContinuousSecondDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcGridPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointVelocityLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointAccelerationLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointAccelerationLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointTorqueLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointTorqueLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameVelocityLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTranslationalSpeedLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTranslationalSpeedLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameAccelerationLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameAccelerationLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameAccelerationLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicWithContinuousSecondDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcGridPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointAccelerationLimit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.optimization_test", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .SolvePathParameterization(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .AddGroup(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .AddExclusionPair(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .exclusion_pairs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .Contains(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPackageNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPackageXml(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .ResolveUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .Remove(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .PopulateFromEnvironment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .PopulateFromFolder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoteParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .ToJson(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeEmpty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRemote(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoteParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'dut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .SetStrictParsing(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAutoRenaming(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAutoRenaming(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .HasModelInstanceNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCollisionFilterGroups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .PopulateFromFolder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 288, + "pattern": "name_call_unresolved", + "note": "Call to 'path_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.parsing_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .isfinite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .SetUseSampledOutputPorts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .has_sampled_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .NaN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .default_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .default_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .default_unit_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .default_rotational_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .default_spatial_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .RenameModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .RenameModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'CoulombFriction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .static_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamic_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 232, + "pattern": "name_call_unresolved", + "note": "Call to 'CoulombFriction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisualGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisualGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterCollisionGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .num_collision_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCollisionGeometriesForBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .static_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamic_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 269, + "pattern": "name_call_unresolved", + "note": "Call to 'CoulombFriction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterCollisionGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProximityProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCollisionGeometriesForBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .num_collision_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .static_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamic_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBodyPoseInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointActuator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .has_joint_actuator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveJointActuator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .has_joint_actuator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .has_joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .has_joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodiesWeldedTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 411, + "pattern": "name_call_unresolved", + "note": "Call to 'ref(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 415, + "pattern": "name_call_unresolved", + "note": "Call to 'ref(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .num_joints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .num_joints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .num_model_instances(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .num_model_instances(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .num_multibody_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .num_multibody_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .num_multibody_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .num_multibody_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuated_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuated_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuated_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuated_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .is_finalized(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .HasBodyNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .HasBodyNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .HasJointNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .HasJointNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRigidBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .GetRigidBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .HasFrameNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .HasFrameNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParentPlant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .HasModelInstanceNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodiesWeldedTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodiesKinematicallyAffectedBy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .get_geometry_pose_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .get_net_actuation_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .get_net_actuation_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .get_generalized_acceleration_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .get_reaction_forces_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_results_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .num_frames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .IsAnchored(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .NumBodiesWithName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .get_joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .GetActuatedJointIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .get_joint_actuator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .get_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .GetTopologyGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .Join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .Parse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .get_namespace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .get_element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .get_full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .to_string(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .set_namespace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .set_element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .model_instance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .is_ephemeral(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParentPlant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .is_world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .is_body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .scoped_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFixedPoseInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFixedRotationMatrixInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .scoped_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .is_floating_base_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .has_quaternion_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .default_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialInertiaInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalPoseInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalSpatialVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalSpatialAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .floating_position_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .floating_velocity_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .type_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .type_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 731, + "pattern": "attribute_call", + "note": "Call via attribute access .parent_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .child_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .frame_on_parent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 734, + "pattern": "attribute_call", + "note": "Call via attribute access .frame_on_child(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 737, + "pattern": "attribute_call", + "note": "Call via attribute access .position_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .default_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .set_position_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_lower_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_upper_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .set_velocity_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .acceleration_lower_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .acceleration_upper_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .set_acceleration_limits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .effort_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .set_effort_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .default_rotor_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .default_gear_ratio(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 779, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_rotor_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_gear_ratio(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .default_reflected_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .input_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .num_inputs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveAllJointActuatorEffortLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 794, + "pattern": "name_call_unresolved", + "note": "Call to 'Class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 795, + "pattern": "name_call_unresolved", + "note": "Call to 'Class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 796, + "pattern": "name_call_unresolved", + "note": "Call to 'Class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .TriaxiallySymmetric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .get_moments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .get_products(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .Trace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcMaximumPossibleMomentOfInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 814, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToFullMatrix3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 815, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNearlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .SetToNaN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNaN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .SetZero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPrincipalMomentsOfInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPrincipalMomentsAndAxesOfInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPrincipalMomentsAndAxesOfInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPrincipalMomentsAndAxesOfInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 826, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPrincipalMomentsAndAxesOfInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .CouldBePhysicallyValid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .ReExpress(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 830, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 840, + "pattern": "name_call_unresolved", + "note": "Call to 'Class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 842, + "pattern": "attribute_call", + "note": "Call via attribute access .ShiftFromCenterOfMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .ShiftToCenterOfMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .ShiftToThenAwayFromCenterOfMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 854, + "pattern": "name_call_unresolved", + "note": "Call to 'Class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .IsZero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 859, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 860, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 862, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 867, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 869, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 886, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 886, + "pattern": "attribute_call", + "note": "Call via attribute access .get_moments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .get_products(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 896, + "pattern": "name_call_unresolved", + "note": "Call to 'UnitInertia(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .ShiftFromCenterOfMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .ShiftToCenterOfMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .PointMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 910, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidEllipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidSphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 913, + "pattern": "attribute_call", + "note": "Call via attribute access .HollowSphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCube(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCylinder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCapsule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCylinderAboutEnd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .AxiallySymmetric(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .StraightLine(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .ThinRod(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .IsZero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .NaN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeFromCentralInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 967, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationalInertia(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidBoxWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidBoxWithMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 971, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCubeWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCapsuleWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCapsuleWithMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCylinderWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCylinderWithMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCylinderWithDensityAboutEnd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCylinderWithMassAboutEnd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .ThinRodWithMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .ThinRodWithMassAboutEnd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidEllipsoidWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidEllipsoidWithMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidSphereWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidSphereWithMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .HollowSphereWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .HollowSphereWithMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1004, + "pattern": "name_call_unresolved", + "note": "Call to 'SpatialInertia(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1007, + "pattern": "name_call_unresolved", + "note": "Call to 'UnitInertia(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1011, + "pattern": "attribute_call", + "note": "Call via attribute access .get_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcComMoment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1013, + "pattern": "attribute_call", + "note": "Call via attribute access .get_unit_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRotationalInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .IsPhysicallyValid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPrincipalSemiDiametersAndPoseForSolidEllipsoid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToFullMatrix6(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .ReExpress(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1028, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .Shift(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1033, + "pattern": "name_call_unresolved", + "note": "Call to 'SpatialAcceleration(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1036, + "pattern": "name_call_unresolved", + "note": "Call to 'SpatialVelocity(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1045, + "pattern": "attribute_call", + "note": "Call via attribute access .Zero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .SetNaN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .IsNaN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1071, + "pattern": "name_call_unresolved", + "note": "Call to 'CoulombFriction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1072, + "pattern": "name_call_unresolved", + "note": "Call to 'CoulombFriction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .static_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamic_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1075, + "pattern": "name_call_unresolved", + "note": "Call to 'CoulombFriction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1079, + "pattern": "attribute_call", + "note": "Call via attribute access .static_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1079, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamic_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .static_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamic_friction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .NaN(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1099, + "pattern": "name_call_unresolved", + "note": "Call to 'TemplatedRigidBody(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1100, + "pattern": "name_call_unresolved", + "note": "Call to 'TemplatedRigidBody(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1101, + "pattern": "name_call_unresolved", + "note": "Call to 'TemplatedRigidBody(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1102, + "pattern": "name_call_unresolved", + "note": "Call to 'TemplatedRigidBody(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1118, + "pattern": "name_call_unresolved", + "note": "Call to 'SpatialInertia(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1121, + "pattern": "name_call_unresolved", + "note": "Call to 'UnitInertia(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1123, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1124, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1126, + "pattern": "attribute_call", + "note": "Call via attribute access .num_force_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1127, + "pattern": "attribute_call", + "note": "Call via attribute access .AddForceElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1128, + "pattern": "name_call_unresolved", + "note": "Call to 'LinearSpringDamper(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1143, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1146, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1147, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .AddForceElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1153, + "pattern": "name_call_unresolved", + "note": "Call to 'RevoluteSpring(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1158, + "pattern": "attribute_call", + "note": "Call via attribute access .AddForceElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1159, + "pattern": "name_call_unresolved", + "note": "Call to 'DoorHinge(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1161, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1164, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1170, + "pattern": "attribute_call", + "note": "Call via attribute access .AddForceElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1171, + "pattern": "name_call_unresolved", + "note": "Call to 'PrismaticSpring(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1176, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1177, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1178, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1180, + "pattern": "attribute_call", + "note": "Call via attribute access .AddForceElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1181, + "pattern": "name_call_unresolved", + "note": "Call to 'LinearBushingRollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1182, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1190, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1191, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1194, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1195, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1196, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1196, + "pattern": "attribute_call", + "note": "Call via attribute access .p_AP(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1197, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1197, + "pattern": "attribute_call", + "note": "Call via attribute access .p_BQ(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1198, + "pattern": "attribute_call", + "note": "Call via attribute access .free_length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1199, + "pattern": "attribute_call", + "note": "Call via attribute access .stiffness(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1200, + "pattern": "attribute_call", + "note": "Call via attribute access .damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1203, + "pattern": "attribute_call", + "note": "Call via attribute access .joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1204, + "pattern": "attribute_call", + "note": "Call via attribute access .default_nominal_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .default_stiffness(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1208, + "pattern": "attribute_call", + "note": "Call via attribute access .joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1209, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1226, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcHingeFrictionalTorque(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcHingeSpringTorque(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1232, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcHingeTorque(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .joint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .nominal_position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1238, + "pattern": "attribute_call", + "note": "Call via attribute access .stiffness(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1241, + "pattern": "attribute_call", + "note": "Call via attribute access .link0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .link1(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .frameA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1244, + "pattern": "attribute_call", + "note": "Call via attribute access .frameC(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1244, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1245, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1246, + "pattern": "attribute_call", + "note": "Call via attribute access .torque_stiffness_constants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .torque_damping_constants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1251, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .force_stiffness_constants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1254, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .force_damping_constants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTorqueStiffnessConstants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1262, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1263, + "pattern": "attribute_call", + "note": "Call via attribute access .GetTorqueStiffnessConstants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTorqueDampingConstants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1269, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .GetTorqueDampingConstants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1273, + "pattern": "attribute_call", + "note": "Call via attribute access .SetForceStiffnessConstants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1277, + "pattern": "attribute_call", + "note": "Call via attribute access .GetForceStiffnessConstants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1280, + "pattern": "attribute_call", + "note": "Call via attribute access .SetForceDampingConstants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .GetForceDampingConstants(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1289, + "pattern": "attribute_call", + "note": "Call via attribute access .get_force_element(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1299, + "pattern": "attribute_call", + "note": "Call via attribute access .AddForceElement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1299, + "pattern": "name_call_unresolved", + "note": "Call to 'UniformGravityFieldElement(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1321, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1324, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1325, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1326, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1327, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1328, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRelativeTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1332, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRelativeRotationMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1336, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFloatingBaseBodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1338, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1340, + "pattern": "attribute_call", + "note": "Call via attribute access .is_locked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1342, + "pattern": "attribute_call", + "note": "Call via attribute access .Lock(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1343, + "pattern": "attribute_call", + "note": "Call via attribute access .is_locked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1344, + "pattern": "attribute_call", + "note": "Call via attribute access .Unlock(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .is_locked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1347, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPointsPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1350, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1355, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPointsVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1358, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcTotalMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1366, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1367, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcTotalMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1370, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1372, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassPositionInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassPositionInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1379, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1383, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1389, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1392, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1397, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1403, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1406, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1411, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1421, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1422, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1428, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcJacobianCenterOfMassTranslationalVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcJacobianCenterOfMassTranslationalVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcJacobianSpatialVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1458, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcJacobianAngularVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1468, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcJacobianTranslationalVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1472, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcJacobianTranslationalVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1482, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcJacobianPositionVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1492, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1498, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcJacobianPositionVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1508, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialMomentumInWorldAboutPoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1509, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1511, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1512, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1514, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialMomentumInWorldAboutPoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1519, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1520, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1523, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBiasCenterOfMassTranslationalAcceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1531, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBiasCenterOfMassTranslationalAcceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1541, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBiasSpatialAcceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1550, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1551, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBiasTranslationalAcceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1555, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1563, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBodyPoseInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1567, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRelativeTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1569, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1570, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1571, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1572, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1572, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1576, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBodySpatialAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBodySpatialAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1584, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1585, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1588, + "pattern": "name_call_unresolved", + "note": "Call to 'SpatialVelocity(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1589, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFreeBodySpatialVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1592, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBodySpatialVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1593, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1596, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1601, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialAccelerationsFromVdot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1605, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1608, + "pattern": "attribute_call", + "note": "Call via attribute access .SetMass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1609, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCenterOfMassInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1611, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSpatialInertiaInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1620, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1621, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1623, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1629, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1630, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1632, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1633, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1634, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1638, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1638, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1642, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1642, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1645, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1652, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1653, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1656, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1662, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1663, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1663, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1666, + "pattern": "attribute_call", + "note": "Call via attribute access .SetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1667, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1668, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1670, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1670, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1674, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1675, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1676, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1680, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1681, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1682, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1683, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1686, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1686, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1689, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1695, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1703, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocityNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1711, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocityNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1717, + "pattern": "attribute_call", + "note": "Call via attribute access .GetStateNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1726, + "pattern": "attribute_call", + "note": "Call via attribute access .GetStateNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1737, + "pattern": "attribute_call", + "note": "Call via attribute access .GetActuatorNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1741, + "pattern": "attribute_call", + "note": "Call via attribute access .GetActuatorNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1748, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1749, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1750, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocityLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1751, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocityUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1752, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAccelerationLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1753, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAccelerationUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1754, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEffortLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1755, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEffortUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1760, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1761, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1763, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultFloatingBaseBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1764, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1765, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1765, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultFloatingBaseBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1766, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1789, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1790, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1791, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1796, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1798, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuated_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1799, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1799, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1800, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1806, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1806, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1812, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1812, + "pattern": "attribute_call", + "note": "Call via attribute access .get_generalized_acceleration_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1818, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1818, + "pattern": "attribute_call", + "note": "Call via attribute access .get_generalized_contact_forces_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1826, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1832, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_poses_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1836, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_spatial_velocities_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1842, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_spatial_accelerations_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1852, + "pattern": "name_call_unresolved", + "note": "Call to 'ExternallyAppliedSpatialForce(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1853, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1859, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1860, + "pattern": "self_method_not_found", + "note": "self.set_name(...) not found in class 'Impl' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1864, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractOutputPort(...) not found in class 'Impl' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1866, + "pattern": "name_call_unresolved", + "note": "Call to 'forces_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1869, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'Impl' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1874, + "pattern": "attribute_call", + "note": "Call via attribute access ._construct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1881, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1885, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1886, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1887, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1891, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFromVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1891, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1855, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1908, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1912, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1913, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1917, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1919, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1920, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1920, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1923, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1924, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1925, + "pattern": "attribute_call", + "note": "Call via attribute access .get_applied_spatial_force_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1927, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1928, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1929, + "pattern": "attribute_call", + "note": "Call via attribute access .get_applied_generalized_force_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1931, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1934, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1934, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1937, + "pattern": "attribute_call", + "note": "Call via attribute access .get_applied_generalized_force_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1940, + "pattern": "attribute_call", + "note": "Call via attribute access .get_applied_spatial_force_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1945, + "pattern": "name_call_unresolved", + "note": "Call to 'Simulator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1946, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1968, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1969, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1975, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1976, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1977, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1982, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1983, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1984, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1987, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1992, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1994, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 1995, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2001, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2002, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2003, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2004, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2011, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2015, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2021, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2029, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2029, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2030, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2031, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2031, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2033, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2034, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2035, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2037, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2038, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2039, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2042, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2042, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2043, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2044, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2044, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2046, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2049, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2050, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2053, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2054, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2055, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2060, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2060, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2061, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2062, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2062, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2064, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2065, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2066, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2068, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2069, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2069, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2071, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2072, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2073, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2076, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2076, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2077, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2078, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2078, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2081, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2082, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2084, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2085, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2085, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2087, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2088, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2089, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2094, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2094, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2095, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2096, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2096, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2098, + "pattern": "attribute_call", + "note": "Call via attribute access .SetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2099, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2100, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2102, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2103, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2103, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2105, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2106, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2107, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2110, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2110, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2111, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2112, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2112, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2114, + "pattern": "attribute_call", + "note": "Call via attribute access .SetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2115, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2116, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2118, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2119, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2119, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2121, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2122, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2123, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2145, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2146, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2152, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2153, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2154, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2156, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2157, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2158, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2161, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2166, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2168, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2169, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2170, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2171, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2173, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2178, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2184, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2186, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2187, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2190, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2194, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2195, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsFromArray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2198, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2199, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2202, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2203, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocitiesFromArray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2206, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2207, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2213, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2214, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2215, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2216, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2221, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsInArray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2222, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2224, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2225, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionsFromArray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2226, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2228, + "pattern": "attribute_call", + "note": "Call via attribute access .SetVelocitiesInArray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2229, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2231, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2232, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocitiesFromArray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2233, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2237, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuated_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2238, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2239, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2240, + "pattern": "attribute_call", + "note": "Call via attribute access .SetActuationInArray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2243, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2244, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2246, + "pattern": "attribute_call", + "note": "Call via attribute access .GetActuationFromArray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2261, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2262, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2264, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2266, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2267, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2268, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2269, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2271, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2272, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2276, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2279, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2280, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2280, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2283, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFloatingBaseBodyPoseInWorldFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2287, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2290, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2291, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2291, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2294, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFloatingBaseBodyPoseInAnchoredFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2296, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2299, + "pattern": "name_call_unresolved", + "note": "Call to 'RollPitchYaw(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2302, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2303, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2303, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2306, + "pattern": "attribute_call", + "note": "Call via attribute access .floating_positions_start(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2307, + "pattern": "attribute_call", + "note": "Call via attribute access .floating_velocities_start_in_v(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2308, + "pattern": "attribute_call", + "note": "Call via attribute access .IsVelocityEqualToQDot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2309, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2310, + "pattern": "attribute_call", + "note": "Call via attribute access .MapVelocityToQDot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2311, + "pattern": "attribute_call", + "note": "Call via attribute access .MapQDotToVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2312, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2315, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeVelocityToQDotMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2316, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2316, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2317, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeQDotToVelocityMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2318, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2319, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2328, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2446, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2447, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2448, + "pattern": "name_call_unresolved", + "note": "Call to 'make_joint(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2449, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2449, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2452, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2453, + "pattern": "attribute_call", + "note": "Call via attribute access .HasJointActuatorNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2455, + "pattern": "attribute_call", + "note": "Call via attribute access .HasJointActuatorNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2457, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJointActuator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2460, + "pattern": "attribute_call", + "note": "Call via attribute access .HasJointActuatorNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2462, + "pattern": "attribute_call", + "note": "Call via attribute access .HasJointActuatorNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2469, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2470, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2471, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2474, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2475, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2477, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_damping_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2480, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2481, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2483, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_damping_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2485, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2487, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2488, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2490, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2491, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2493, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2494, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2495, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2496, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2498, + "pattern": "attribute_call", + "note": "Call via attribute access .set_actuation_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2498, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2499, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2500, + "pattern": "attribute_call", + "note": "Call via attribute access .rotor_inertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2501, + "pattern": "attribute_call", + "note": "Call via attribute access .gear_ratio(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2502, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRotorInertia(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2503, + "pattern": "attribute_call", + "note": "Call via attribute access .SetGearRatio(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2505, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2506, + "pattern": "attribute_call", + "note": "Call via attribute access .position_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2507, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2508, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2514, + "pattern": "attribute_call", + "note": "Call via attribute access .is_locked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2516, + "pattern": "attribute_call", + "note": "Call via attribute access .Lock(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2517, + "pattern": "attribute_call", + "note": "Call via attribute access .is_locked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2518, + "pattern": "attribute_call", + "note": "Call via attribute access .Unlock(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2519, + "pattern": "attribute_call", + "note": "Call via attribute access .is_locked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2521, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2522, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2523, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDampingVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2523, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2525, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDampingVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2526, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2528, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2529, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDampingVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2530, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2532, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDampingVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2532, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2534, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2535, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2536, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2537, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2538, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2539, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2541, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2542, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2543, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2545, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_angles_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2546, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2548, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2549, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2550, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2551, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2552, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2553, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2554, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2555, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2556, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2558, + "pattern": "attribute_call", + "note": "Call via attribute access .set_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2559, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2560, + "pattern": "attribute_call", + "note": "Call via attribute access .get_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2562, + "pattern": "attribute_call", + "note": "Call via attribute access .set_pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2565, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translational_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2568, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2569, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translational_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2572, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2573, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2574, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2576, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_pose_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2577, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2580, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2581, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2582, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2583, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2584, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2585, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2586, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2587, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2587, + "pattern": "attribute_call", + "note": "Call via attribute access .translation_axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2588, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2589, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2590, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2591, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2593, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2596, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2597, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translation_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2599, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_translation_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2600, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2601, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2602, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2603, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2604, + "pattern": "attribute_call", + "note": "Call via attribute access .acceleration_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2605, + "pattern": "attribute_call", + "note": "Call via attribute access .acceleration_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2606, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2607, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2608, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2609, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2609, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2611, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2611, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2612, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2613, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2613, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2615, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2616, + "pattern": "attribute_call", + "note": "Call via attribute access .default_angular_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2617, + "pattern": "attribute_call", + "note": "Call via attribute access .default_translational_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2618, + "pattern": "attribute_call", + "note": "Call via attribute access .get_quaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2619, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2621, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2622, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translational_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2623, + "pattern": "attribute_call", + "note": "Call via attribute access .SetQuaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2624, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOrientation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2625, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTranslation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2626, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2627, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2628, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translational_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2631, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_translation_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2632, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_quaternion_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2635, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_quaternion_distribution_to_uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2636, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_quaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2637, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2638, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_quaternion(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2639, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2641, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2642, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultPosePair(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2645, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2646, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultPosePair(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2647, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2648, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2648, + "pattern": "attribute_call", + "note": "Call via attribute access .revolute_axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2649, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2650, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2651, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2652, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2653, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2655, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_angle_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2656, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2657, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2658, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2659, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2660, + "pattern": "attribute_call", + "note": "Call via attribute access .acceleration_lower_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2661, + "pattern": "attribute_call", + "note": "Call via attribute access .acceleration_upper_limit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2662, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angular_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2663, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angular_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2664, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2665, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2667, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOnePosition(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2668, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOneVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2671, + "pattern": "attribute_call", + "note": "Call via attribute access .AddInOneForce(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2674, + "pattern": "attribute_call", + "note": "Call via attribute access .AddInDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2675, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2676, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2676, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2678, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2678, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2679, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2680, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2680, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2682, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2683, + "pattern": "attribute_call", + "note": "Call via attribute access .type_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2684, + "pattern": "attribute_call", + "note": "Call via attribute access .default_angular_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2685, + "pattern": "attribute_call", + "note": "Call via attribute access .default_translational_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2686, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2687, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2688, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOrientation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2689, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2690, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTranslation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2691, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2692, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2693, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2694, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2695, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translational_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2696, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translational_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2699, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_angles_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2700, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_translation_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2701, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2702, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2703, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2704, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2706, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2707, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultPosePair(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2710, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2711, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultPosePair(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2712, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2713, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2714, + "pattern": "attribute_call", + "note": "Call via attribute access .screw_pitch(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2715, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2716, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2717, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2718, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2719, + "pattern": "attribute_call", + "note": "Call via attribute access .get_translational_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2720, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translational_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2721, + "pattern": "attribute_call", + "note": "Call via attribute access .get_rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2722, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2723, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2724, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_pose_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2724, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2726, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOnePosition(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2727, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOneVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2728, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2729, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2729, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2731, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2731, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2732, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2733, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDamping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2733, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2735, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2736, + "pattern": "attribute_call", + "note": "Call via attribute access .default_damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2737, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2738, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2739, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2740, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2742, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angular_rates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2743, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2744, + "pattern": "attribute_call", + "note": "Call via attribute access .get_angular_rates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2746, + "pattern": "attribute_call", + "note": "Call via attribute access .set_random_angles_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2747, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2749, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2750, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_angles(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2751, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2752, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2753, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2753, + "pattern": "attribute_call", + "note": "Call via attribute access .X_FM(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2753, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2757, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2761, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestPlant' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2773, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2774, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2775, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2776, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2778, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2780, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeActuationMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2781, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2781, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2782, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeActuationMatrixPseudoinverse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2783, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2783, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2783, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2787, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2788, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2794, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2795, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2796, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2801, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2802, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2806, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2807, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2808, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2809, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2820, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2821, + "pattern": "name_call_unresolved", + "note": "Call to 'FixedOffsetFrame(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2823, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2824, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2829, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2830, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2830, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFixedPoseInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2830, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2833, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2834, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2837, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPoseInParentFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2838, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2839, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix34(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2839, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInParentFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2840, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2840, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix34(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2846, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2849, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2853, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2854, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2857, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRotationMatrixInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2861, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOffsetPoseInBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2865, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOffsetRotationMatrixInBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2866, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2871, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFixedOffsetPoseInBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2874, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFixedRotationMatrixInBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2874, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2878, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPoseInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2881, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2884, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRotationMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2888, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRotationMatrixInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2891, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalAngularVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2894, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcAngularVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2900, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2903, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2907, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRelativeSpatialVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2913, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRelativeSpatialVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2922, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2926, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcSpatialAcceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2932, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRelativeSpatialAccelerationInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2938, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRelativeSpatialAcceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2950, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2952, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2953, + "pattern": "name_call_unresolved", + "note": "Call to 'FixedOffsetFrame(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2954, + "pattern": "name_call_unresolved", + "note": "Call to 'FixedOffsetFrame(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2959, + "pattern": "attribute_call", + "note": "Call via attribute access .set_discrete_contact_approximation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2962, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2967, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2968, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2969, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCouplerConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2974, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2977, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2990, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2991, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2992, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2992, + "pattern": "attribute_call", + "note": "Call via attribute access .p_AP(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2993, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2993, + "pattern": "attribute_call", + "note": "Call via attribute access .p_BQ(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2994, + "pattern": "attribute_call", + "note": "Call via attribute access .distance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2995, + "pattern": "attribute_call", + "note": "Call via attribute access .stiffness(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 2996, + "pattern": "attribute_call", + "note": "Call via attribute access .damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3001, + "pattern": "attribute_call", + "note": "Call via attribute access .set_discrete_contact_approximation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3006, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3007, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3010, + "pattern": "attribute_call", + "note": "Call via attribute access .AddDistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3015, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3016, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3019, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3021, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultDistanceConstraintParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3022, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDistanceConstraintParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3023, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDistanceConstraintParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3027, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3027, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3029, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3029, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3031, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3031, + "pattern": "attribute_call", + "note": "Call via attribute access .p_AP(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3031, + "pattern": "attribute_call", + "note": "Call via attribute access .p_AP(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3033, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3033, + "pattern": "attribute_call", + "note": "Call via attribute access .p_BQ(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3033, + "pattern": "attribute_call", + "note": "Call via attribute access .p_BQ(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3035, + "pattern": "attribute_call", + "note": "Call via attribute access .distance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3035, + "pattern": "attribute_call", + "note": "Call via attribute access .distance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3037, + "pattern": "attribute_call", + "note": "Call via attribute access .stiffness(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3037, + "pattern": "attribute_call", + "note": "Call via attribute access .stiffness(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3039, + "pattern": "attribute_call", + "note": "Call via attribute access .damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3039, + "pattern": "attribute_call", + "note": "Call via attribute access .damping(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3052, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3054, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3061, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDistanceConstraintParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3062, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDistanceConstraintParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3068, + "pattern": "attribute_call", + "note": "Call via attribute access .set_discrete_contact_approximation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3073, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3074, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3077, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBallConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3082, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3085, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3089, + "pattern": "attribute_call", + "note": "Call via attribute access .set_discrete_contact_approximation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3093, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3094, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3101, + "pattern": "attribute_call", + "note": "Call via attribute access .AddDistanceConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3104, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBallConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3108, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBallConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3111, + "pattern": "attribute_call", + "note": "Call via attribute access .AddWeldConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3115, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3120, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3121, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3122, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCouplerConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3127, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3130, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3134, + "pattern": "attribute_call", + "note": "Call via attribute access .Counter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3135, + "pattern": "attribute_call", + "note": "Call via attribute access .Counter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3141, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3145, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3148, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3151, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3154, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3157, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3161, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3164, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3167, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3170, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3173, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3179, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3182, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3185, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3188, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3191, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3195, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3198, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3201, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3204, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3207, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3213, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3216, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3219, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3222, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3225, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConstraintActiveStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3231, + "pattern": "attribute_call", + "note": "Call via attribute access .set_discrete_contact_approximation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3236, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3237, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3240, + "pattern": "attribute_call", + "note": "Call via attribute access .AddWeldConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3245, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3248, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3253, + "pattern": "attribute_call", + "note": "Call via attribute access .set_discrete_contact_approximation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3258, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3259, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3262, + "pattern": "attribute_call", + "note": "Call via attribute access .AddWeldConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3266, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3269, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3272, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3285, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3287, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3288, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3288, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_gravity_field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3291, + "pattern": "attribute_call", + "note": "Call via attribute access .is_gravity_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3292, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3293, + "pattern": "attribute_call", + "note": "Call via attribute access .is_gravity_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3294, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3297, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity_field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3298, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3299, + "pattern": "attribute_call", + "note": "Call via attribute access .set_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3300, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3301, + "pattern": "attribute_call", + "note": "Call via attribute access .set_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3304, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3305, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_joint_actuator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3305, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3307, + "pattern": "attribute_call", + "note": "Call via attribute access .set_controller_gains(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3308, + "pattern": "attribute_call", + "note": "Call via attribute access .has_controller(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3309, + "pattern": "attribute_call", + "note": "Call via attribute access .get_controller_gains(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3311, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3313, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3315, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3316, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3316, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity_field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3320, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3322, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcMassMatrixViaInverseDynamics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3323, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcMassMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3324, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBiasTerm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3330, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3331, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3332, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcInverseDynamics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3332, + "pattern": "name_call_unresolved", + "note": "Call to 'MultibodyForces(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3337, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPotentialEnergy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3338, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3339, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcConservativePower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3340, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcGravityGeneralizedForces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3343, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcGravityGeneralizedForces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3343, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity_field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3346, + "pattern": "attribute_call", + "note": "Call via attribute access .num_force_elements(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3348, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeActuationMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3349, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3349, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3351, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointActuatorByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3352, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeActuatorSelectorMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3353, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3355, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3355, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3357, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3358, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeActuatorSelectorMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3359, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3361, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3361, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3363, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeStateSelectorMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3364, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3366, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3367, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3370, + "pattern": "name_call_unresolved", + "note": "Call to 'MultibodyForces(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3371, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcForceElementsContribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3372, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcGeneralizedForces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3374, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3380, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_generalized_forces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3381, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3381, + "pattern": "attribute_call", + "note": "Call via attribute access .generalized_forces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3382, + "pattern": "attribute_call", + "note": "Call via attribute access .SetZero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3383, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3383, + "pattern": "attribute_call", + "note": "Call via attribute access .generalized_forces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3384, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcGeneralizedForces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3385, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3388, + "pattern": "name_call_unresolved", + "note": "Call to 'MultibodyForces(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3389, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3390, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3393, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3395, + "pattern": "attribute_call", + "note": "Call via attribute access .GetForceInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3397, + "pattern": "attribute_call", + "note": "Call via attribute access .is_floating_base_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3399, + "pattern": "attribute_call", + "note": "Call via attribute access .SetZero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3400, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3401, + "pattern": "attribute_call", + "note": "Call via attribute access .AddInForceInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3402, + "pattern": "name_call_unresolved", + "note": "Call to 'SpatialForce(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3404, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3405, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3405, + "pattern": "attribute_call", + "note": "Call via attribute access .GetForceInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3407, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3408, + "pattern": "attribute_call", + "note": "Call via attribute access .AddInForce(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3411, + "pattern": "name_call_unresolved", + "note": "Call to 'SpatialForce(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3412, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3416, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3417, + "pattern": "attribute_call", + "note": "Call via attribute access .to_float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3418, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3418, + "pattern": "attribute_call", + "note": "Call via attribute access .GetForceInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3431, + "pattern": "name_call_unresolved", + "note": "Call to 'PenetrationAsPointPair(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3441, + "pattern": "name_call_unresolved", + "note": "Call to 'PointPairContactInfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3444, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3445, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3450, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyA_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3451, + "pattern": "attribute_call", + "note": "Call via attribute access .bodyB_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3452, + "pattern": "attribute_call", + "note": "Call via attribute access .contact_force(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3453, + "pattern": "attribute_call", + "note": "Call via attribute access .contact_point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3454, + "pattern": "attribute_call", + "note": "Call via attribute access .slip_speed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3455, + "pattern": "attribute_call", + "note": "Call via attribute access .point_pair(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3456, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3459, + "pattern": "name_call_unresolved", + "note": "Call to 'ContactResults(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3460, + "pattern": "attribute_call", + "note": "Call via attribute access .num_point_pair_contacts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3461, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3462, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3463, + "pattern": "attribute_call", + "note": "Call via attribute access .SelectHydroelastic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3476, + "pattern": "attribute_call", + "note": "Call via attribute access .set_contact_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3477, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3487, + "pattern": "attribute_call", + "note": "Call via attribute access .SetBaseBodyJointType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3491, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBaseBodyJointType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3503, + "pattern": "attribute_call", + "note": "Call via attribute access .set_discrete_contact_approximation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3505, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_contact_approximation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3507, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sap_near_rigid_threshold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3508, + "pattern": "attribute_call", + "note": "Call via attribute access .set_sap_near_rigid_threshold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3509, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_contact_solver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3515, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_surface_representation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3516, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDefaultContactSurfaceRepresentation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3523, + "pattern": "attribute_call", + "note": "Call via attribute access .set_contact_surface_representation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3525, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_surface_representation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3532, + "pattern": "attribute_call", + "note": "Call via attribute access .set_adjacent_bodies_collision_filters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3534, + "pattern": "attribute_call", + "note": "Call via attribute access .get_adjacent_bodies_collision_filters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3544, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3545, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3546, + "pattern": "attribute_call", + "note": "Call via attribute access .set_penetration_allowance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3547, + "pattern": "attribute_call", + "note": "Call via attribute access .set_stiction_tolerance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3549, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_penalty_method_time_scale(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3552, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3553, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3553, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3556, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3557, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3558, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3569, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3570, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3573, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCollisionGeometriesForBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3573, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3578, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3582, + "pattern": "attribute_call", + "note": "Call via attribute access .ChainMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3583, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestPlant' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3598, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3603, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3606, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3607, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3608, + "pattern": "attribute_call", + "note": "Call via attribute access .CollectRegisteredGeometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3626, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3631, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3632, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3636, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3636, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3637, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3637, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3642, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3643, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3644, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3645, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3645, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3647, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputePointPairPenetration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3650, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeSignedDistancePairwiseClosestPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3653, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeSignedDistanceToPoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3654, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3664, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalSceneGraphInspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3666, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3668, + "pattern": "attribute_call", + "note": "Call via attribute access .num_geometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3668, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3670, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllGeometryIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3671, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3673, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryIdByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3674, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3678, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3680, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3685, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFromFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3687, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdIfExists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3687, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3690, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3690, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3695, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3699, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3699, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3702, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVisualGeometriesForBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3703, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3707, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCollisionGeometriesForBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3708, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3722, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3723, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3724, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3727, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3734, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3737, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3742, + "pattern": "attribute_call", + "note": "Call via attribute access .num_propellers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3743, + "pattern": "attribute_call", + "note": "Call via attribute access .get_command_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3745, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_poses_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3748, + "pattern": "attribute_call", + "note": "Call via attribute access .get_spatial_forces_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3752, + "pattern": "attribute_call", + "note": "Call via attribute access .num_propellers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3756, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3757, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3760, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3762, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3766, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3773, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3776, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3783, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_poses_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3786, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_spatial_velocities_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3789, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_poses_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3792, + "pattern": "attribute_call", + "note": "Call via attribute access .get_wind_velocity_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3795, + "pattern": "attribute_call", + "note": "Call via attribute access .get_fluid_density_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3798, + "pattern": "attribute_call", + "note": "Call via attribute access .get_spatial_force_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3801, + "pattern": "attribute_call", + "note": "Call via attribute access .get_aerodynamic_center_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3810, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestPlant' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3816, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3821, + "pattern": "attribute_call", + "note": "Call via attribute access .set_contact_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3822, + "pattern": "attribute_call", + "note": "Call via attribute access .SetUseSampledOutputPorts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3823, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3825, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3826, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3827, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3829, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3831, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFreeBodyPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3833, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3833, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_results_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3837, + "pattern": "attribute_call", + "note": "Call via attribute access .num_hydroelastic_contacts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3838, + "pattern": "attribute_call", + "note": "Call via attribute access .hydroelastic_contact_info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3839, + "pattern": "attribute_call", + "note": "Call via attribute access .contact_surface(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3840, + "pattern": "attribute_call", + "note": "Call via attribute access .get_coeffs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3840, + "pattern": "attribute_call", + "note": "Call via attribute access .F_Ac_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3843, + "pattern": "attribute_call", + "note": "Call via attribute access .id_M(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3844, + "pattern": "attribute_call", + "note": "Call via attribute access .id_N(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3845, + "pattern": "attribute_call", + "note": "Call via attribute access .num_faces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3846, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3847, + "pattern": "attribute_call", + "note": "Call via attribute access .area(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3848, + "pattern": "attribute_call", + "note": "Call via attribute access .total_area(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3849, + "pattern": "attribute_call", + "note": "Call via attribute access .face_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3850, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3851, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3852, + "pattern": "attribute_call", + "note": "Call via attribute access .is_triangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3853, + "pattern": "attribute_call", + "note": "Call via attribute access .representation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3854, + "pattern": "attribute_call", + "note": "Call via attribute access .is_triangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3855, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3855, + "pattern": "attribute_call", + "note": "Call via attribute access .tri_mesh_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3857, + "pattern": "attribute_call", + "note": "Call via attribute access .centroid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3857, + "pattern": "attribute_call", + "note": "Call via attribute access .poly_mesh_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3858, + "pattern": "attribute_call", + "note": "Call via attribute access .HasGradE_M(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3859, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateGradE_M_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3860, + "pattern": "attribute_call", + "note": "Call via attribute access .HasGradE_N(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3861, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateGradE_N_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3862, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3863, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3867, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3868, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3871, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3872, + "pattern": "attribute_call", + "note": "Call via attribute access .HasBodyNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3874, + "pattern": "attribute_call", + "note": "Call via attribute access .HasUniqueFloatingBaseBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3876, + "pattern": "attribute_call", + "note": "Call via attribute access .GetUniqueFloatingBaseBodyOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3879, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3879, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3887, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3888, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3889, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3890, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3894, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3895, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3896, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3896, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3899, + "pattern": "attribute_call", + "note": "Call via attribute access .id_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3900, + "pattern": "attribute_call", + "note": "Call via attribute access .id_B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3901, + "pattern": "attribute_call", + "note": "Call via attribute access .Equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3901, + "pattern": "attribute_call", + "note": "Call via attribute access .contact_mesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3902, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3903, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3903, + "pattern": "attribute_call", + "note": "Call via attribute access .F_Ac_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3903, + "pattern": "attribute_call", + "note": "Call via attribute access .translational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3905, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3906, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3906, + "pattern": "attribute_call", + "note": "Call via attribute access .F_Ac_W(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3906, + "pattern": "attribute_call", + "note": "Call via attribute access .rotational(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3912, + "pattern": "attribute_call", + "note": "Call via attribute access .deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3913, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3914, + "pattern": "attribute_call", + "note": "Call via attribute access .is_empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3919, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3924, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3927, + "pattern": "attribute_call", + "note": "Call via attribute access .set_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3928, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3932, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3934, + "pattern": "attribute_call", + "note": "Call via attribute access .set_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3935, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3943, + "pattern": "attribute_call", + "note": "Call via attribute access .num_bodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3946, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3947, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3950, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3951, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3954, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3955, + "pattern": "attribute_call", + "note": "Call via attribute access .body_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3955, + "pattern": "attribute_call", + "note": "Call via attribute access .body_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3958, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3959, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3962, + "pattern": "attribute_call", + "note": "Call via attribute access .body_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3962, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3965, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3969, + "pattern": "attribute_call", + "note": "Call via attribute access .HasBodyNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3971, + "pattern": "attribute_call", + "note": "Call via attribute access .HasBodyNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3973, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3973, + "pattern": "attribute_call", + "note": "Call via attribute access .deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3974, + "pattern": "attribute_call", + "note": "Call via attribute access .body_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3975, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3975, + "pattern": "attribute_call", + "note": "Call via attribute access .deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3978, + "pattern": "attribute_call", + "note": "Call via attribute access .body_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3983, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3988, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3993, + "pattern": "attribute_call", + "note": "Call via attribute access .SetWallBoundaryCondition(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3996, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3997, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCubeWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3998, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 3999, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFixedConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4006, + "pattern": "attribute_call", + "note": "Call via attribute access .HasConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4011, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4014, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4015, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4015, + "pattern": "attribute_call", + "note": "Call via attribute access ._parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4017, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4018, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4018, + "pattern": "attribute_call", + "note": "Call via attribute access ._parallelism(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4023, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4029, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4032, + "pattern": "attribute_call", + "note": "Call via attribute access .set_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4033, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4037, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4038, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4040, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4041, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4041, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4044, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4044, + "pattern": "attribute_call", + "note": "Call via attribute access .GetReferencePositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4045, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4046, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4050, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDiscreteStateIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4051, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4052, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4054, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4055, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4059, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4060, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4061, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4065, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4065, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4066, + "pattern": "attribute_call", + "note": "Call via attribute access .SetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4067, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4068, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4071, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4074, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4075, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4076, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4077, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4079, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4079, + "pattern": "attribute_call", + "note": "Call via attribute access .get_contact_results_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4083, + "pattern": "attribute_call", + "note": "Call via attribute access .num_deformable_contacts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4088, + "pattern": "attribute_call", + "note": "Call via attribute access .deformable_contact_info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4093, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4098, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4102, + "pattern": "attribute_call", + "note": "Call via attribute access .AddExternalForce(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4107, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4108, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4110, + "pattern": "attribute_call", + "note": "Call via attribute access .GetExternalForces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4111, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4112, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateAt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4118, + "pattern": "attribute_call", + "note": "Call via attribute access .deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4124, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4127, + "pattern": "attribute_call", + "note": "Call via attribute access .set_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4128, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4132, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4133, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4134, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4135, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4138, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4139, + "pattern": "attribute_call", + "note": "Call via attribute access .Disable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4140, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4141, + "pattern": "attribute_call", + "note": "Call via attribute access .Enable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4142, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4149, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4153, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4161, + "pattern": "attribute_call", + "note": "Call via attribute access .set_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4163, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4166, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4168, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4171, + "pattern": "attribute_call", + "note": "Call via attribute access .body_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4172, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4173, + "pattern": "attribute_call", + "note": "Call via attribute access .scoped_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4175, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4175, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometryId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4177, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4180, + "pattern": "attribute_call", + "note": "Call via attribute access .num_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4181, + "pattern": "attribute_call", + "note": "Call via attribute access .reference_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4186, + "pattern": "attribute_call", + "note": "Call via attribute access .external_forces(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4191, + "pattern": "attribute_call", + "note": "Call via attribute access .discrete_state_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4195, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled_parameter_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4203, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4207, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4215, + "pattern": "attribute_call", + "note": "Call via attribute access .set_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4216, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4219, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4222, + "pattern": "attribute_call", + "note": "Call via attribute access .has_fixed_constraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4225, + "pattern": "attribute_call", + "note": "Call via attribute access .SetWallBoundaryCondition(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4228, + "pattern": "attribute_call", + "note": "Call via attribute access .SolidCubeWithDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4229, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4230, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFixedConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4236, + "pattern": "attribute_call", + "note": "Call via attribute access .has_fixed_constraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4243, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_deformable_model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4247, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4255, + "pattern": "attribute_call", + "note": "Call via attribute access .set_proximity_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4256, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterDeformableBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4261, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4262, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4263, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4264, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4266, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4269, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4272, + "pattern": "attribute_call", + "note": "Call via attribute access .Disable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4273, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4274, + "pattern": "attribute_call", + "note": "Call via attribute access .Enable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4275, + "pattern": "attribute_call", + "note": "Call via attribute access .is_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4278, + "pattern": "attribute_call", + "note": "Call via attribute access .reference_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4279, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4282, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4283, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4284, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4289, + "pattern": "attribute_call", + "note": "Call via attribute access .num_dofs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4291, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4291, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4292, + "pattern": "attribute_call", + "note": "Call via attribute access .SetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4293, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4294, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4299, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4300, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4301, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4302, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4303, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4309, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4310, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4310, + "pattern": "attribute_call", + "note": "Call via attribute access .get_default_pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4313, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassPositionInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4318, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcCenterOfMassTranslationalVelocityInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4325, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcEffectiveAngularVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4332, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4333, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4338, + "pattern": "attribute_call", + "note": "Call via attribute access .density_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4340, + "pattern": "attribute_call", + "note": "Call via attribute access .has_parent_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4342, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4343, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateAt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4346, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4347, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4348, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4354, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4361, + "pattern": "name_call_unresolved", + "note": "Call to 'DummyField(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4364, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4365, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4367, + "pattern": "name_call_unresolved", + "note": "Call to 'DummyField(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4368, + "pattern": "attribute_call", + "note": "Call via attribute access .density_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4369, + "pattern": "attribute_call", + "note": "Call via attribute access .has_parent_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4373, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4373, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateAt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4374, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4375, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateAt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4375, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4377, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4378, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateAt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4378, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4380, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4381, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateAt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.plant_test", + "lineno": 4381, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalForwardKinematics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .s(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBodyPoseAsMultilinearPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcBodyPoseAsMultilinearPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .ConvertMultilinearPolynomialToRationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeSValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeQValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeSValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeQValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .atan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.multibody.test.rational_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .RobotDiagramBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .BodyShapeDescription(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .radius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .shape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .pose_in_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .model_instance_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .body_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .BodyShapeDescription(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCollisionGeometriesForBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBodyShapeDescription(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .body_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearDistanceAndInterpolationProvider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearDistanceAndInterpolationProvider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearDistanceAndInterpolationProvider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .distance_weights(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .quaternion_dof_start_indices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionCheckerParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .configuration_distance_function(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionCheckerParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionCheckerContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .model_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .GetQueryObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .EdgeMeasure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .completely_free(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .partially_free(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .distance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .alpha(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .alpha_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .EdgeMeasure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .RobotClearance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .robot_indices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .other_indices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .collision_types(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .distances(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .jacobians(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_jacobians(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .Reserve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .Append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .Append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .robot_indices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .other_indices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .collision_types(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .distances(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .jacobians(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_jacobians(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_jacobians(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .jacobians(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .RobotClearance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUpdated(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUpdated(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .robot_model_instances(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .IsPartOfRobot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .IsPartOfRobot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .GetZeroConfiguration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .num_allocated_contexts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .model_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .model_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdatePositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdatePositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeStandaloneModelContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateContextPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .PerformOperationAgainstAllModelContexts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .BodyShapeDescription(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCollisionShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCollisionShapes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCollisionShapes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCollisionShapeToFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCollisionShapeToBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllAddedCollisionShapes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveAllAddedCollisionShapes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveAllAddedCollisionShapes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetUniformRobotEnvironmentPadding(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .MaybeGetUniformRobotRobotPadding(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPaddingBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPaddingBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPaddingBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPaddingBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPaddingMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPaddingMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .GetLargestPadding(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPaddingOneRobotBodyAllEnvironmentPairs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPaddingAllRobotEnvironmentPairs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPaddingAllRobotRobotPairs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNominalFilteredCollisionMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFilteredCollisionMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCollisionFilterMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNominalFilteredCollisionMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .IsCollisionFilteredBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .IsCollisionFilteredBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCollisionFilteredBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCollisionFilteredBetween(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCollisionFilteredWithAllBodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCollisionFilteredWithAllBodies(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckConfigCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckConfigCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckContextConfigCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckConfigsCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckConfigsCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConfigurationDistanceFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeConfigurationDistance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeStandaloneConfigurationDistanceFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .SetConfigurationInterpolationFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .InterpolateBetweenConfigurations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeStandaloneConfigurationInterpolationFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .edge_step_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .set_edge_step_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckEdgeCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckEdgeCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckContextEdgeCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckEdgeCollisionFreeParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckEdgesCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckEdgesCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .MeasureEdgeCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .MeasureEdgeCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .MeasureContextEdgeCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .MeasureEdgeCollisionFreeParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .MeasureEdgesCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .MeasureEdgesCollisionFree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRobotClearance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcRobotClearance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcContextRobotClearance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxNumDistances(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxNumDistances(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxContextNumDistances(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .ClassifyBodyCollisions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .ClassifyBodyCollisions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .ClassifyContextBodyCollisions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .SupportsParallelChecking(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .distance_and_interpolation_provider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearDistanceAndInterpolationProvider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDistanceAndInterpolationProvider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .CollisionCheckerParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearDistanceAndInterpolationProvider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraphCollisionChecker(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearDistanceAndInterpolationProvider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraphCollisionChecker(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .model(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_test", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .VisibilityGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .RobotDiagramBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraphCollisionChecker(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.collision_checker_trace_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckEdgeCollisionFreeParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeFromModel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeFromModel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Complement(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Union(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .Intersect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Subtract(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFullToSelectedIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSelectedToFullIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.dof_mask_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'DummyMaxCliqueSolver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveMaxClique(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxCliqueSolverViaMip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolverOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxCliqueSolverViaMip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolverOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolverOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveMaxClique(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxCliqueSolverViaGreedy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveMaxClique(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'DummyMinCliqueCoverSolver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveMinCliqueCover(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxCliqueSolverViaGreedy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .MinCliqueCoverSolverViaGreedy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveMinCliqueCover(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get_min_clique_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .set_min_clique_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.graph_algorithms_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get_min_clique_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .RobotDiagramBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearDistanceAndInterpolationProvider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .SceneGraphCollisionChecker(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisFromCliqueCoverOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisFromCliqueCoverOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisInConfigurationSpaceFromCliqueCover(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisInConfigurationSpaceFromCliqueCover(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 201, + "pattern": "name_call_unresolved", + "note": "Call to 'DummyMaxCliqueSolver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.planning.test.iris_from_clique_cover_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisZoOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeHypersphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisZo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisParameterizationFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_is_threadsafe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_double(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_double(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeQValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisZoOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_double(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_is_threadsafe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_double(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_double(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeQValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisZoOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_is_threadsafe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_double(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_double(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .ComputeQValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisZoOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_is_threadsafe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_dimension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameterization_double(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisNp2Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionLowerLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositionUpperLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeHypersphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisNp2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeHypersphere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisNp2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .PointInSet(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 281, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisZoOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.iris_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .IrisNp2Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .JointLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .num_accelerations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .JointLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .num_accelerations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .JointLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .num_accelerations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .JointLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .num_accelerations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .position_lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .position_upper(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .velocity_upper(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .acceleration_lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .acceleration_upper(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckInPositionLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckInVelocityLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckInAccelerationLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .JointLimits(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .DofMask(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.joint_limits_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.placeholder_test", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .Placeholder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'Class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDiagramBuilt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDiagramBuilt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .plant_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_scene_graph_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .RobotDiagramBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_estimated_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_desired_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_control(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .RobotDiagramBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.robot_diagram_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .initial_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .final_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .input(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .input(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSequentialVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSequentialVariableAtIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRunningCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraintToAllKnotPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .AddTimeIntervalBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEqualTimeIntervalsConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .AddDurationBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFinalCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .AddInputTrajectoryCallback(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .AddStateTrajectoryCallback(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCompleteTrajectoryCallback(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSampleTimes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputSamples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .GetStateSamples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSequentialVariableSamples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .ReconstructInputTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .ReconstructStateTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .input(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .input(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .bounding_box_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraintToAllKnotPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .BoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .bounding_box_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraintToAllKnotPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraintToAllKnotPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraintToAllKnotPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraintToAllKnotPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .input(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .fixed_time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .initial_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .final_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .input(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .input(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRunningCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraintToAllKnotPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFinalCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSampleTimes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputSamples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .GetStateSamples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .ReconstructInputTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .ReconstructStateTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .TimeStep(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathPositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityConstraintAtNormalizedTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .num_control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .basis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .basis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .duration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .duration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .qdot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .qddot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathPositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathPositionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathVelocityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .qdot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityConstraintAtNormalizedTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityConstraintAtNormalizedTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathAccelerationConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .AddDurationConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositionBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .AddAccelerationBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJerkBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEffortBoundsAtNormalizedTimes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .AddDurationCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathLengthCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathEnergyCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .prog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .ReconstructTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeUnitBox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEdgesBetweenSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .u(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .v(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEdgesBetweenSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .SolvePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .squeeze(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .squeeze(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .NormalizeSegmentTimes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .squeeze(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .squeeze(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveConvexRestriction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .squeeze(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .squeeze(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex_duration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex_control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .edge_constituent_vertex_durations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .edge_constituent_vertex_control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertexCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertexConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertexCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertexConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertexCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVertexConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .edge_constituent_vertex_durations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .edge_constituent_vertex_control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdgeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .SolvePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .graph_of_convex_sets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEdgesBetweenSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveSubgraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveSubgraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveSubgraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .graph_of_convex_sets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .Edges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .graph_of_convex_sets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEdgesBetweenSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathLengthCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathLengthCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .AddTimeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .AddTimeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .regions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .regions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .regions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .regions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 757, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .regions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .regions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .regions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .regions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .Vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 792, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEdgesBetweenSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEdgesBetweenSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .GetEdgesBetweenSubgraphs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .AddZeroDerivativeConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .AddZeroDerivativeConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathLengthCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .AddTimeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .AddTimeCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPathContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .graph_of_convex_sets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .SolvePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 871, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 871, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 873, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 889, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNonlinearDerivativeBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNonlinearDerivativeBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNonlinearDerivativeBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVelocityBounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .AddContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .AddContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .AddContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .AddContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 942, + "pattern": "attribute_call", + "note": "Call via attribute access .AddContinuityConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .continuous_revolute_joints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 949, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRegions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 958, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEdges(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .SolvePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .UnwrapToContinuousTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros_like(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.trajectory_optimization_test", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .Plan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .has_planned(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_C(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_Qy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_R(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get_desired_zmp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get_desired_zmp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get_desired_zmp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nominal_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nominal_com(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nominal_comd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nominal_comd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nominal_comdd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nominal_comdd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get_Vxx(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get_Vx(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.planning.test.zmp_planner_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get_Vx(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .s_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .lagrangian_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .lagrangian_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .lagrangian_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .lagrangian_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .is_equality(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.augmented_lagrangian_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .is_equality(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .NewBinaryVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOptimalCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubOptimalCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.branch_and_bound_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .SolverName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clarabel_solver_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .SolverName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get_optimal_cost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.clp_solver_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .SolverName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.csdp_solver_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .update_coefficient_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .update_constant_term(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .QuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .Q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .c(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .QuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .QuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .Q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .c(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateHessianEntry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .Q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .update_linear_coefficient_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .update_constant_term(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .c(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateHessianEntry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .L1NormCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .update_A_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .update_b_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .L2NormCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sparse_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .LInfNormCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .update_A_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .update_b_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .PerspectiveQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .update_A_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .update_b_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .is_thread_safe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .BoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dense_A_constructed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dense_A_constructed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sparse_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .ones_like(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveTinyCoefficient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sparse_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateLowerBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateUpperBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .set_bounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .QuadraticConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .Q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .hessian_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .hessian_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .hessian_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .PositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix_rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearMatrixInequalityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix_rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .expressions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .expressions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .LorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .eval_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .RotatedLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingEvaluatorBase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .ExpressionConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumValueLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .minimum_value_lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .influence_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumValueLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumValueLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .set_penalty_function(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumValueUpperBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .minimum_value_upper(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .influence_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumValueUpperBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .MinimumValueUpperBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .set_penalty_function(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.evaluators_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDualSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .AcquireLicense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .AcquireLicense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .NewBinaryVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMipNodeCallback(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMipSolCallback(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.gurobi_solver_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .SolverName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .ConvertStatusToString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.ipopt_solver_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .IsThreadSafe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 85, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestMathematicalProgram' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'copy_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .ChooseBestSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .AreProgramAttributesSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .ExplainUnsatisfiedProgramAttributes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .AreProgramAttributesSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .ExplainUnsatisfiedProgramAttributes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .ChooseBestSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAvailableSolvers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get_x_val(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solution_result(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_optimal_cost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .num_suboptimal_solution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .set_x_val(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .get_x_val(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .NewBinaryVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .isclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticErrorCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticErrorCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .Add2NormSquaredCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variable_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variable_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllCosts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .GetLinearConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .quadratic_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .quadratic_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .Q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .bounding_box_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .bounding_box_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfiedVectorized(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .set_description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .get_description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateLowerBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateUpperBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .set_bounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .Q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .c(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .is_convex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBinding(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBinding(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBindingVectorized(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBinding(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBinding(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBindingVectorized(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBinding(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBindingVariableValues(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBindingVariableValues(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuessForAllVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfiedAtInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfiedAtInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sparse_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sparse_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sparse_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveTinyCoefficient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sparse_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dense_A_constructed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix_rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPrincipalSubmatrixIsPsdConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix_rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPrincipalSubmatrixIsPsdConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveDiagonallyDominantMatrixConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveDiagonallyDominantDualConeMatrixConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveDiagonallyDominantDualConeMatrixConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .AddScaledDiagonallyDominantMatrixConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .AddScaledDiagonallyDominantMatrixConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .AddScaledDiagonallyDominantDualConeMatrixConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .AddScaledDiagonallyDominantDualConeMatrixConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .trace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .eigvals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 643, + "pattern": "name_call_unresolved", + "note": "Call to 'method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSosPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSosPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSosPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .NewEvenDegreeNonnegativePolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSosConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSosConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminates_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .NewFreePolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSosPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .NewEvenDegreeFreePolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .NewOddDegreeFreePolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminates_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSosPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSosConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSosConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 731, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 731, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 734, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .NewEvenDegreeSosPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .NewEvenDegreeSdsosPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .NewEvenDegreeDsosPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .MakePolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .include(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .include(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .Reparse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .NewIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .AddEqualityConstraintBetweenPolynomials(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMaximizeLogDeterminantCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLogDeterminantLowerBoundConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMaximizeGeometricMeanCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 840, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 842, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMaximizeGeometricMeanCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearComplementarityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .M(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_complementarity_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 864, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .AddExponentialConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .AddExponentialConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 873, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .exponential_cone_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .ExponentialConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 896, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dense_A_constructed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 905, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 905, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dense_A_constructed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 910, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dense_A_constructed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dense_A_constructed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 927, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .get_description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 949, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateLowerBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 958, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateUpperBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 967, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 967, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .set_bounds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 974, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .lower_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .upper_bound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 992, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .SetGradientSparsityPattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .SetGradientSparsityPattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .gradient_sparsity_pattern(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .generic_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .generic_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1029, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .generic_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .generic_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .get_description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1096, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1101, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1102, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1133, + "pattern": "name_call_unresolved", + "note": "Call to 'U(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1135, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1137, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1137, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1154, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1161, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1162, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1163, + "pattern": "name_call_unresolved", + "note": "Call to 'array_T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1195, + "pattern": "name_call_unresolved", + "note": "Call to 'U(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1197, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1201, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1201, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1211, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1212, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1213, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1214, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1215, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1216, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1219, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1220, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1221, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1223, + "pattern": "attribute_call", + "note": "Call via attribute access .AddL2NormCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1224, + "pattern": "attribute_call", + "note": "Call via attribute access .l2norm_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1225, + "pattern": "attribute_call", + "note": "Call via attribute access .AddL2NormCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1226, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1228, + "pattern": "attribute_call", + "note": "Call via attribute access .l2norm_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1230, + "pattern": "attribute_call", + "note": "Call via attribute access .l2norm_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1234, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .AddL2NormCostUsingConicConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1240, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1241, + "pattern": "attribute_call", + "note": "Call via attribute access .lorentz_cone_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1245, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1246, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1247, + "pattern": "attribute_call", + "note": "Call via attribute access .AddL1NormCostInEpigraphForm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1250, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1251, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1257, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1258, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1263, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1264, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .QuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1271, + "pattern": "attribute_call", + "note": "Call via attribute access .quadratic_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1274, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1274, + "pattern": "attribute_call", + "note": "Call via attribute access .L2NormCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1277, + "pattern": "attribute_call", + "note": "Call via attribute access .generic_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .l2norm_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1282, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1285, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1286, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1289, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1290, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1291, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1294, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1299, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1302, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1303, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1304, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1305, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1306, + "pattern": "attribute_call", + "note": "Call via attribute access .full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1310, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1310, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1311, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1311, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1312, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1317, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1323, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1325, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1329, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuessForAllVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1330, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1330, + "pattern": "attribute_call", + "note": "Call via attribute access .initial_guess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1336, + "pattern": "attribute_call", + "note": "Call via attribute access .ndarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1337, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1338, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1339, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDecisionVariableValueInVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1340, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1341, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1342, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDecisionVariableValueInVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1343, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1346, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1347, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1349, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1350, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1351, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1357, + "pattern": "attribute_call", + "note": "Call via attribute access .quadratic_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1360, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1363, + "pattern": "attribute_call", + "note": "Call via attribute access .quadratic_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1370, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1371, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1372, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1373, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1376, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1377, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1383, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .lorentz_cone_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1392, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1393, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1396, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1397, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1397, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1401, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1402, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1404, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1408, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1417, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1418, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1419, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1429, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1430, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1433, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1434, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRotatedLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1435, + "pattern": "attribute_call", + "note": "Call via attribute access .rotated_lorentz_cone_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRotatedLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1442, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRotatedLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1449, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1450, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticAsRotatedLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1452, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1458, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1461, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1462, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1462, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1463, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1464, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearMatrixInequalityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1466, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1468, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix_rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1468, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .F(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1470, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1470, + "pattern": "attribute_call", + "note": "Call via attribute access .F(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1470, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1471, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1471, + "pattern": "attribute_call", + "note": "Call via attribute access .F(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1471, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1472, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_matrix_inequality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1474, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearMatrixInequalityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1484, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1486, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_matrix_inequality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1493, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1493, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1496, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1496, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1502, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1504, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1505, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1506, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1507, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1509, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1513, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1516, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1519, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSolverOptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1524, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1532, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1533, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1534, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1535, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1536, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1537, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1538, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1561, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1570, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1571, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1572, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1573, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1574, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1575, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1576, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1593, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1620, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1621, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1622, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1624, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInfeasibleConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInfeasibleConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1630, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInfeasibleConstraintNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1636, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1638, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1639, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1640, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1641, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1642, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1643, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1644, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1644, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1645, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1645, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1646, + "pattern": "attribute_call", + "note": "Call via attribute access .AddIndeterminate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1647, + "pattern": "attribute_call", + "note": "Call via attribute access .num_indeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .FindIndeterminateIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .AddDecisionVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1650, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1650, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1651, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1651, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1652, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1652, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1653, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1653, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1654, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1654, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1657, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1658, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1659, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1661, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1662, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1663, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1671, + "pattern": "attribute_call", + "note": "Call via attribute access .required_capabilities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1672, + "pattern": "attribute_call", + "note": "Call via attribute access .required_capabilities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1678, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1678, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1679, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeFirstAvailableSolver(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1680, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1680, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1684, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1685, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1686, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariableScaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1689, + "pattern": "attribute_call", + "note": "Call via attribute access .SetVariableScaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1690, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariableScaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variable_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1694, + "pattern": "attribute_call", + "note": "Call via attribute access .ClearVariableScaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1695, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariableScaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1699, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1700, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1701, + "pattern": "attribute_call", + "note": "Call via attribute access .FindDecisionVariableIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1702, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveDecisionVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1704, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1707, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1708, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1710, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1711, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1712, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1714, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1715, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1716, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1717, + "pattern": "attribute_call", + "note": "Call via attribute access .quadratic_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1719, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1720, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1721, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1722, + "pattern": "attribute_call", + "note": "Call via attribute access .generic_costs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1725, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1726, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1730, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1731, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1732, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1734, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingEvaluatorBase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1735, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingEvaluatorBase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1736, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingEvaluatorBase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1738, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1740, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1742, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1744, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1746, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1748, + "pattern": "attribute_call", + "note": "Call via attribute access .AcceptBindingConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1751, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1752, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1753, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1755, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1756, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1757, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1759, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1760, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1761, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1763, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1764, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1765, + "pattern": "attribute_call", + "note": "Call via attribute access .bounding_box_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1767, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1768, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1769, + "pattern": "attribute_call", + "note": "Call via attribute access .lorentz_cone_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1771, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRotatedLorentzConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1772, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1773, + "pattern": "attribute_call", + "note": "Call via attribute access .rotated_lorentz_cone_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1775, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1776, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1777, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1779, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearMatrixInequalityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1780, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1780, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1780, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1782, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1783, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_matrix_inequality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1785, + "pattern": "attribute_call", + "note": "Call via attribute access .AddExponentialConeConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1786, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1787, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1790, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1791, + "pattern": "attribute_call", + "note": "Call via attribute access .exponential_cone_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1793, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearComplementarityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1794, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1794, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1796, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1797, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_complementarity_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1800, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1801, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1802, + "pattern": "attribute_call", + "note": "Call via attribute access .AddVisualizationCallback(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1805, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveVisualizationCallback(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1807, + "pattern": "attribute_call", + "note": "Call via attribute access .visualization_callbacks(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1810, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1811, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1812, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1813, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1814, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProgramType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1819, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solution_result(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1824, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1825, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1826, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1827, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1831, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1832, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1835, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1840, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1844, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1846, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1851, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1855, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1857, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1862, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1866, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1868, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1873, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1877, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1884, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1889, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1893, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1896, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1900, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1901, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1905, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1907, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1911, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1912, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1916, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1919, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1924, + "pattern": "attribute_call", + "note": "Call via attribute access .Max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1928, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1931, + "pattern": "attribute_call", + "note": "Call via attribute access .SolveInParallel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1933, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1936, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1937, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1938, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1942, + "pattern": "attribute_call", + "note": "Call via attribute access .AddCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1949, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1967, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgramResult(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1989, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1991, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mathematicalprogram_test", + "lineno": 1993, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgramResult(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDecisionVariableValueInVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDecisionVariableValueInVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBindingVariableValues(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .NewBinaryVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDecisionVariableValueInVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDecisionVariableValueInVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBindingVariableValues(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDecisionVariableValueInVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDecisionVariableValueInVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .CheckSatisfied(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBindingVariableValues(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .NewBinaryVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .NewBinaryVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_optimization_util_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearEqualityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Generator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .phi(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .phi_nonnegative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .num_intervals_per_half_axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .interval_binning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToProgram(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mixed_integer_rotation_constraint_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllConstraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearComplementarityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .SolverName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mobylcp_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .SetOption(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .AcquireLicense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .AcquireLicense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.mosek_solver_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .SolverName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .ConstraintToleranceName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .XRelativeToleranceName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .XAbsoluteToleranceName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxEvalName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .AlgorithmName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxTimeName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.nlopt_solver_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveTinyCoefficient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDenseA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.noscipy_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDualSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDualSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.osqp_solver_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProjectionSolverInterface(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCustomGradientFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticErrorCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .SetCustomProjectionFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .ConvergenceTolOptionName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .MaxIterationsOptionName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .BacktrackingCOptionName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .BacktrackingTauOptionName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.projected_gradient_descent_solver_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .BacktrackingAlpha0OptionName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .SolverName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.scs_solver_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.sdpa_free_format_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .NewSymmetricContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.sdpa_free_format_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .AddPositiveSemidefiniteConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.sdpa_free_format_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.sdpa_free_format_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.sdpa_free_format_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vars(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_equality_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .linear_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .set_to_weakest(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.semidefinite_relaxation_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .set_to_strongest(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solution_result(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.snopt_solver_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get_solver_details(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearComplementarityConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .SolverName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .solver_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.solvers.test.unrevised_lemke_solver_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .reduce(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .reduce(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .reduce(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .reduce(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .Unapply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access ._MakeUnapplyConstructor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access ._assign(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'ctor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access ._to_sympy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_extra", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access ._from_sympy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .isinf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Integer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .Piecewise(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .Dummy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .Unapply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 171, + "pattern": "name_call_unresolved", + "note": "Call to 'sympy_constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 193, + "pattern": "self_method_not_found", + "note": "self._print(...) not found in class '_DrakePrinter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 216, + "pattern": "self_method_not_found", + "note": "self._print(...) not found in class '_DrakePrinter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 218, + "pattern": "self_method_not_found", + "note": "self._print(...) not found in class '_DrakePrinter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 219, + "pattern": "self_method_not_found", + "note": "self._print(...) not found in class '_DrakePrinter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .lambdify(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .evalf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic._symbolic_sympy", + "lineno": 269, + "pattern": "name_call_unresolved", + "note": "Call to 'drake_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dummy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dummy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .is_polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .is_polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .asin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .arcsin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .acos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .arccos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .atan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .arctan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .atan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .uninterpreted_function(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeMatrixVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeMatrixVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeMatrixContinuousVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeMatrixBinaryVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeMatrixBooleanVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeVectorVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeVectorVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeVectorContinuousVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeVectorBinaryVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeVectorBooleanVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .to_string(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .erase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .erase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .erase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .erase(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .include(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .include(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .to_string(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSubsetOf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSubsetOf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .IsStrictSubsetOf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .IsStrictSubsetOf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSupersetOf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .IsSupersetOf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .IsStrictSupersetOf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .IsStrictSupersetOf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .intersect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .intersect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .to_algebra(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .lt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .le(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .eq(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .ne(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .ge(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .gt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .arcsin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .arccos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .arctan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .atan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 614, + "pattern": "name_call_unresolved", + "note": "Call to 'to_expr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .inv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .inv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .float64(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .int64(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .False_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .soft_sub_test(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 696, + "pattern": "name_call_unresolved", + "note": "Call to 'op(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 698, + "pattern": "name_call_unresolved", + "note": "Call to 'op_reverse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .Formula(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .Formula(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFreeVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariableVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 779, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 815, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 815, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 815, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .asin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .arcsin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 826, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 826, + "pattern": "attribute_call", + "note": "Call via attribute access .acos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 826, + "pattern": "attribute_call", + "note": "Call via attribute access .arccos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .atan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .arctan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .atan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .arctan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 871, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .IsAffine(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .IsAffine(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .IsAffine(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .IsAffine(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .Differentiate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .Differentiate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .to_string(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .RandomGenerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 913, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 949, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 949, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 956, + "pattern": "attribute_call", + "note": "Call via attribute access .TaylorExpand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 956, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 971, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 974, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 976, + "pattern": "attribute_call", + "note": "Call via attribute access .atan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .acos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .asin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .atan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 988, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 992, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .False_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .Formula(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1011, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1018, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1018, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .forall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1027, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .forall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1029, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1029, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1034, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1035, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1035, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1037, + "pattern": "attribute_call", + "note": "Call via attribute access .uninterpreted_function(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1038, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1038, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1042, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestSymbolicExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .Formula(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1051, + "pattern": "attribute_call", + "note": "Call via attribute access .Formula(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .Formula(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .forall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1056, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1061, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1065, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFreeVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1078, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1088, + "pattern": "attribute_call", + "note": "Call via attribute access .to_string(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1098, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .False_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1113, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1114, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1115, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1115, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1130, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1131, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1131, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1132, + "pattern": "attribute_call", + "note": "Call via attribute access .total_degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1136, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1137, + "pattern": "attribute_call", + "note": "Call via attribute access .total_degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1145, + "pattern": "attribute_call", + "note": "Call via attribute access .total_degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1147, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .get_powers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1158, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1162, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1163, + "pattern": "attribute_call", + "note": "Call via attribute access .get_powers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1169, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1170, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1171, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1172, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1191, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1192, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1193, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1194, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1195, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1198, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1199, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1200, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1201, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1204, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1208, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1209, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1211, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1212, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1215, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1216, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1217, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1219, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1224, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1227, + "pattern": "attribute_call", + "note": "Call via attribute access .monomial_to_coefficient_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1228, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .monomial_to_coefficient_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1234, + "pattern": "attribute_call", + "note": "Call via attribute access .monomial_to_coefficient_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .monomial_to_coefficient_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1240, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1241, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1246, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1247, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1253, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1254, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1254, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1254, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1258, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1260, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1260, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1260, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1261, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1261, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1261, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1264, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1267, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1271, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1272, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1273, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1279, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1282, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1282, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .pow_in_place(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1285, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1286, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1287, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1289, + "pattern": "attribute_call", + "note": "Call via attribute access .pow_in_place(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1290, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1291, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1292, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1293, + "pattern": "attribute_call", + "note": "Call via attribute access .degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1296, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1296, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1297, + "pattern": "attribute_call", + "note": "Call via attribute access .get_powers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1302, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1302, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1303, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1304, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1308, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1309, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1312, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .MonomialBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1314, + "pattern": "attribute_call", + "note": "Call via attribute access .MonomialBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1315, + "pattern": "attribute_call", + "note": "Call via attribute access .MonomialBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1316, + "pattern": "attribute_call", + "note": "Call via attribute access .MonomialBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1321, + "pattern": "attribute_call", + "note": "Call via attribute access .MonomialBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1327, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1328, + "pattern": "attribute_call", + "note": "Call via attribute access .EvenDegreeMonomialBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1332, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1333, + "pattern": "attribute_call", + "note": "Call via attribute access .OddDegreeMonomialBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1337, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcMonomialBasisOrderUpToOne(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1338, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1343, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1343, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1346, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1349, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1349, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1350, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1353, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1356, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1359, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1362, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1368, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1368, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1370, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1372, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1376, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1381, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1386, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1387, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1386, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1387, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1389, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1390, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1392, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1392, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1393, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1393, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1396, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1397, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1398, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1400, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1400, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1401, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1401, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1406, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1407, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1407, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1408, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1408, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1412, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1412, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1414, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1417, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1418, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1419, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1420, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1421, + "pattern": "attribute_call", + "note": "Call via attribute access .indeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1422, + "pattern": "attribute_call", + "note": "Call via attribute access .decision_variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1427, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1428, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1430, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .SetIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1434, + "pattern": "attribute_call", + "note": "Call via attribute access .SetIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1435, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1440, + "pattern": "attribute_call", + "note": "Call via attribute access .Degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1441, + "pattern": "attribute_call", + "note": "Call via attribute access .Degree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1442, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1445, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1448, + "pattern": "attribute_call", + "note": "Call via attribute access .monomial_to_coefficient_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1449, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1454, + "pattern": "attribute_call", + "note": "Call via attribute access .Differentiate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1455, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1455, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1456, + "pattern": "attribute_call", + "note": "Call via attribute access .Differentiate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1457, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1457, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1461, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1462, + "pattern": "attribute_call", + "note": "Call via attribute access .Integrate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1463, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1463, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1464, + "pattern": "attribute_call", + "note": "Call via attribute access .Integrate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1465, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1465, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1466, + "pattern": "attribute_call", + "note": "Call via attribute access .Integrate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1467, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1467, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1470, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1471, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1472, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProduct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1472, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1473, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1473, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1474, + "pattern": "attribute_call", + "note": "Call via attribute access .AddProduct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1474, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1479, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1481, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1483, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1484, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1487, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1488, + "pattern": "attribute_call", + "note": "Call via attribute access .monomial_to_coefficient_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .monomial_to_coefficient_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1496, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1497, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1499, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1504, + "pattern": "attribute_call", + "note": "Call via attribute access .SubstituteAndExpandCacheData(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1506, + "pattern": "attribute_call", + "note": "Call via attribute access .SubstituteAndExpand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1509, + "pattern": "attribute_call", + "note": "Call via attribute access .SubstituteAndExpand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1515, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .SubstituteAndExpand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1523, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1525, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1527, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1528, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1529, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1533, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1534, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1535, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1539, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1540, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveTermsWithSmallCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1541, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1541, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1543, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1544, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveTermsWithSmallCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1548, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .IsEven(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1550, + "pattern": "attribute_call", + "note": "Call via attribute access .IsOdd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1554, + "pattern": "attribute_call", + "note": "Call via attribute access .Roots(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1555, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1556, + "pattern": "attribute_call", + "note": "Call via attribute access .sort_complex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1560, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1561, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1563, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1564, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1565, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1565, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1566, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1569, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1571, + "pattern": "attribute_call", + "note": "Call via attribute access .CoefficientsAlmostEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1571, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1574, + "pattern": "attribute_call", + "note": "Call via attribute access .CoefficientsAlmostEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1574, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1577, + "pattern": "attribute_call", + "note": "Call via attribute access .CoefficientsAlmostEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1578, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1582, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1584, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1586, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1586, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1587, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1590, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1595, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1596, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1598, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1598, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1599, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1601, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1601, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1604, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1604, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1607, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1608, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1609, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1610, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1610, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1611, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1611, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1612, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1613, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1614, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1614, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1615, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1615, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1616, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1616, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1617, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1617, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1620, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1621, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1622, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1623, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1624, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1625, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1626, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1629, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1629, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1630, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1630, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1633, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1634, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1635, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1638, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1638, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1639, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1639, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1642, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1644, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1644, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1645, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1646, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1646, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1651, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1653, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1653, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1654, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1655, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1655, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1657, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1657, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1660, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1662, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1662, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1663, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1666, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1666, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1670, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1672, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1672, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1676, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1677, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1678, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1681, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1682, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1685, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1686, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1689, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1690, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1691, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1693, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1694, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1697, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1698, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1699, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1700, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1704, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1705, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1708, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1709, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1712, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1713, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1716, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1718, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1719, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1719, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1720, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1720, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1723, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1724, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1725, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1726, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1728, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1729, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1733, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1734, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1735, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1736, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1737, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1740, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1742, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1742, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1742, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1743, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1744, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1745, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1746, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1749, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1750, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1752, + "pattern": "attribute_call", + "note": "Call via attribute access .RandomGenerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1753, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1754, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1759, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1760, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1761, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1764, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1768, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1771, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1774, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1779, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1782, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1785, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1788, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1791, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1793, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1794, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1795, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1797, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1798, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1799, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1801, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1802, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1802, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1804, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1805, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1806, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1810, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1811, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1817, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1818, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1820, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateWithAffineCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1829, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1829, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1829, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluatePartial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1829, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1833, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1833, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1838, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1838, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1838, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1839, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1840, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPolynomialWLowerTriangularPart(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1843, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1844, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPolynomialWLowerTriangularPart(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1847, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1848, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcPolynomialWLowerTriangularPart(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1855, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1856, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1856, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1856, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1860, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1861, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1860, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1861, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1863, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1864, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1866, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1866, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1870, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1871, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1870, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1871, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1873, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1875, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1875, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1876, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1878, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1880, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1880, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1883, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1883, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1884, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1885, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1885, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1888, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1889, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1890, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1890, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1894, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1895, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1894, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1895, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1897, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1899, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1899, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1900, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1902, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1903, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1904, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1904, + "pattern": "attribute_call", + "note": "Call via attribute access .numerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1904, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1906, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1907, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1907, + "pattern": "attribute_call", + "note": "Call via attribute access .denominator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1907, + "pattern": "attribute_call", + "note": "Call via attribute access .ToExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1913, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1914, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1915, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1916, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1918, + "pattern": "attribute_call", + "note": "Call via attribute access .SetIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1919, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1919, + "pattern": "attribute_call", + "note": "Call via attribute access .numerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1920, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1920, + "pattern": "attribute_call", + "note": "Call via attribute access .denominator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1922, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1923, + "pattern": "attribute_call", + "note": "Call via attribute access .SetIndeterminates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1924, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1924, + "pattern": "attribute_call", + "note": "Call via attribute access .numerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1925, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1925, + "pattern": "attribute_call", + "note": "Call via attribute access .denominator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1928, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1932, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1932, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1933, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1933, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1936, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1937, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1938, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1940, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1941, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1943, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1944, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1946, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1947, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1950, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1950, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1951, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1953, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1954, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1954, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1955, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1955, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1957, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1957, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1958, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1958, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1960, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1960, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1961, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1961, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1963, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1964, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1967, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1967, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1969, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1970, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1971, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1972, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1972, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1974, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1975, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1976, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1976, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1978, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1979, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1979, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1980, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1980, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1983, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1984, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1986, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1987, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1989, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1990, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1993, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1994, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1995, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1996, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1998, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 1998, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2000, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2000, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2002, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2002, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2004, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2004, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2005, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2005, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2007, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2008, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2008, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2010, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2011, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2011, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2015, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2017, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2017, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2019, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2020, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2021, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2021, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2024, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2025, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2025, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2025, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2028, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2029, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2029, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2033, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2035, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2035, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2037, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2038, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2039, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2039, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2041, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2042, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2042, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2042, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2044, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2045, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2045, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2049, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2051, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2051, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2052, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2053, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2053, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2054, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2055, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2055, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2057, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2057, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2060, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2061, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2062, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2062, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2064, + "pattern": "attribute_call", + "note": "Call via attribute access .Monomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2065, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2066, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2066, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2066, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2069, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2070, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2071, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2072, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2072, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2072, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2075, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2077, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2077, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2081, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2083, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2084, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2086, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2086, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2087, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2089, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2090, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2093, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2094, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2095, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2099, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2102, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2102, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2105, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2108, + "pattern": "attribute_call", + "note": "Call via attribute access .RationalFunction(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2108, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2111, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2116, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2117, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2118, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2119, + "pattern": "attribute_call", + "note": "Call via attribute access .ExtractVariablesFromExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2121, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2121, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2124, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2126, + "pattern": "attribute_call", + "note": "Call via attribute access .ExtractVariablesFromExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2127, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2135, + "pattern": "attribute_call", + "note": "Call via attribute access .ExtractVariablesFromExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2136, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeAffineExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2141, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2142, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2146, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2147, + "pattern": "attribute_call", + "note": "Call via attribute access .ExtractVariablesFromExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2149, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2150, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeAffineExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2158, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeAffineExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2163, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2164, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2166, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeAffineExpressions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2167, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2168, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2170, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2170, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2172, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeAffineExpressions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2174, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2174, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2175, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2175, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2176, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2177, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2179, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2179, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2181, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2182, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2190, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2191, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2193, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeLinearExpressions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2194, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2195, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2201, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2202, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2204, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2205, + "pattern": "attribute_call", + "note": "Call via attribute access .ExtractVariablesFromExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2206, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeQuadraticPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2208, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2209, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2222, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2223, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2224, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2227, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeLumpedParameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2228, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2231, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2231, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2232, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2235, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2235, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2236, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2236, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2236, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2241, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeVectorVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2242, + "pattern": "attribute_call", + "note": "Call via attribute access .DecomposeL2NormExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2243, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2246, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2246, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2247, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2248, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2257, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2259, + "pattern": "attribute_call", + "note": "Call via attribute access .acos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2263, + "pattern": "attribute_call", + "note": "Call via attribute access .asin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2265, + "pattern": "attribute_call", + "note": "Call via attribute access .atan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2267, + "pattern": "attribute_call", + "note": "Call via attribute access .atan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2269, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2271, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2273, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2275, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2279, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2281, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2283, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2285, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2287, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2289, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2291, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2293, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2295, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2297, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2299, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2301, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2303, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2309, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2311, + "pattern": "attribute_call", + "note": "Call via attribute access .uninterpreted_function(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2319, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestUnapplyExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2323, + "pattern": "attribute_call", + "note": "Call via attribute access .Unapply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2324, + "pattern": "name_call_unresolved", + "note": "Call to 'ctor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2325, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2332, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestUnapplyExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2336, + "pattern": "attribute_call", + "note": "Call via attribute access .Unapply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2343, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2343, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2343, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2344, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2345, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2345, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2351, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2353, + "pattern": "attribute_call", + "note": "Call via attribute access .Unapply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2357, + "pattern": "name_call_unresolved", + "note": "Call to 'ctor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2371, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2372, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2373, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2376, + "pattern": "attribute_call", + "note": "Call via attribute access .False_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2377, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2378, + "pattern": "attribute_call", + "note": "Call via attribute access .Formula(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2379, + "pattern": "attribute_call", + "note": "Call via attribute access .forall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2379, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2380, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2381, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2392, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestUnapplyFormula' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2396, + "pattern": "attribute_call", + "note": "Call via attribute access .Unapply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2397, + "pattern": "name_call_unresolved", + "note": "Call to 'ctor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2398, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2403, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestUnapplyFormula' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2407, + "pattern": "attribute_call", + "note": "Call via attribute access .Unapply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2415, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestUnapplyFormula' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2419, + "pattern": "attribute_call", + "note": "Call via attribute access .Unapply(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2427, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2428, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2429, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2432, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2433, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2434, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2435, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2436, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2437, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2438, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2439, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2440, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2441, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2443, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2445, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2446, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2447, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2448, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2449, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2450, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2450, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2451, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2451, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2452, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2452, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2453, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2453, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2454, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2454, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2455, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2455, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2456, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2456, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2457, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2457, + "pattern": "attribute_call", + "note": "Call via attribute access .asin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2458, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2458, + "pattern": "attribute_call", + "note": "Call via attribute access .acos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2459, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2459, + "pattern": "attribute_call", + "note": "Call via attribute access .atan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2460, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2460, + "pattern": "attribute_call", + "note": "Call via attribute access .atan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2461, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2461, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2462, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2462, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2463, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2463, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2464, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2464, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2465, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2465, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2466, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2466, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2467, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2467, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2469, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2469, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2475, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2475, + "pattern": "attribute_call", + "note": "Call via attribute access .False_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2476, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2476, + "pattern": "attribute_call", + "note": "Call via attribute access .True_(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2477, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2477, + "pattern": "attribute_call", + "note": "Call via attribute access .Formula(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2478, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2479, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2480, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2481, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2482, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2483, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2484, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2486, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2486, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2490, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2490, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2490, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2494, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2494, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2498, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2498, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2498, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2501, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2501, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2503, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2503, + "pattern": "attribute_call", + "note": "Call via attribute access .forall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2503, + "pattern": "attribute_call", + "note": "Call via attribute access .Variables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2506, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2506, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2508, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2508, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2508, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2512, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2514, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2519, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2521, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2527, + "pattern": "attribute_call", + "note": "Call via attribute access .ToLatex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2527, + "pattern": "attribute_call", + "note": "Call via attribute access .positive_semidefinite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2535, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2536, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2537, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2538, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2539, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2540, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2541, + "pattern": "attribute_call", + "note": "Call via attribute access .SinCos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2541, + "pattern": "attribute_call", + "note": "Call via attribute access .SinCos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2544, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2544, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2544, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2548, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2548, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2548, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2548, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2549, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2551, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2552, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2553, + "pattern": "attribute_call", + "note": "Call via attribute access .Expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2557, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2560, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2563, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2564, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2565, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2566, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2567, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2568, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2570, + "pattern": "attribute_call", + "note": "Call via attribute access .SinCos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2573, + "pattern": "attribute_call", + "note": "Call via attribute access .SinCos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2579, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2579, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2579, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2582, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2582, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2582, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2585, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2585, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2585, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2587, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2587, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2587, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2587, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2588, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2589, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2592, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2597, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2598, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2599, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2600, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2601, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2602, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2604, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2605, + "pattern": "attribute_call", + "note": "Call via attribute access .SubstituteStereographicProjection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2607, + "pattern": "attribute_call", + "note": "Call via attribute access .SinCos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2607, + "pattern": "attribute_call", + "note": "Call via attribute access .SinCos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2611, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2611, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2611, + "pattern": "attribute_call", + "note": "Call via attribute access .numerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2614, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2614, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .denominator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2622, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2622, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2626, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2626, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2626, + "pattern": "attribute_call", + "note": "Call via attribute access .numerator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2629, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2629, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2635, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2635, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2635, + "pattern": "attribute_call", + "note": "Call via attribute access .denominator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2637, + "pattern": "attribute_call", + "note": "Call via attribute access .Expand(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2637, + "pattern": "attribute_call", + "note": "Call via attribute access .Polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2643, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2643, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2643, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2644, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2645, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2645, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2645, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2647, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2650, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2652, + "pattern": "attribute_call", + "note": "Call via attribute access .ReplaceBilinearTerms(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2653, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2664, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2665, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeVectorVariable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2666, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.symbolic_test", + "lineno": 2667, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .abs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .asin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .acos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .atan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .atan2(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .sinh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .cosh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .tanh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .floor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_and(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_or(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .if_then_else(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 92, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestSympy' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .to_sympy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .from_sympy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get_kind(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .to_sympy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .Float(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .evalf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .to_sympy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.symbolic.test.sympy_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .to_sympy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .graph_from_dot_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .create_png(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .create_svg(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .write_png(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .imshow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .imread(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .GetTopologyGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .open_new_tab(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.drawing_graphviz_example", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .open_new_tab(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'Visible(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'MinRange(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'MaxRange(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'Value(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractOutputPort(...) not found in class 'PoseSliders' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_caching_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 78, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicEvent(...) not found in class 'PoseSliders' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .rotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .roll_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .pitch_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .yaw_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 238, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'WidgetSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_caching_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 245, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicEvent(...) not found in class 'WidgetSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.jupyter_widgets", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAtIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .tile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .logical_not(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 87, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractInputPort(...) not found in class 'PointCloudConcatenation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 92, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractInputPort(...) not found in class 'PointCloudConcatenation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 96, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractOutputPort(...) not found in class 'PointCloudConcatenation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 107, + "pattern": "self_method_not_found", + "note": "self.EvalAbstractInput(...) not found in class 'PointCloudConcatenation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 110, + "pattern": "self_method_not_found", + "note": "self.EvalAbstractInput(...) not found in class 'PointCloudConcatenation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .has_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .resize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.perception", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 120, + "pattern": "self_method_not_found", + "note": "self.set_name(...) not found in class 'PlanarSceneGraphVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 125, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractInputPort(...) not found in class 'PlanarSceneGraphVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlim(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylim(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get_size_inches(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .set_size_inches(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOwningSourceName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllFrameIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .NumGeometriesForFrameWithRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGeometries(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .depth(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .radius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .meshgrid(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .ravel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .ravel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .radius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .radius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .source(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .is_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConvexHull(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .with_suffix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .scale3(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .GetConvexHull(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .extension(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .num_vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .vertex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .GetIllustrationProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPropertyOrDefault(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .r(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .g(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .rainbow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .VPolytope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .vertices(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMinimalRepresentation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .get_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .pad(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .get_path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .cross(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllFrameIds(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInWorld(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .set_title(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.planar_scenegraph_visualizer", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .get_geometry_query_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 61, + "pattern": "self_method_not_found", + "note": "self.set_name(...) not found in class 'PyPlotVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 63, + "pattern": "self_method_not_found", + "note": "self.DeclareForcedPublishEvent(...) not found in class 'PyPlotVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicPublishEvent(...) not found in class 'PyPlotVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .axes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .add_axes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_figure(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_backend(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 96, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationPublishEvent(...) not found in class 'PyPlotVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 97, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationPublishEvent(...) not found in class 'PyPlotVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .pause(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 105, + "pattern": "self_method_not_found", + "note": "self.AllocateContext(...) not found in class 'PyPlotVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTimeStateAndParametersFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 107, + "pattern": "self_method_not_found", + "note": "self.FixInputPortsFrom(...) not found in class 'PyPlotVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .FuncAnimation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .sample_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.pyplot_visualizer", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .FuncAnimation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'instantiation_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access ._on_add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access ._check_if_copying(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access ._construct_copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access ._construct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_new_to_scalar_type_method(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_new_to_scalar_type_method(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .add_instantiation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 239, + "pattern": "self_method_not_found", + "note": "self.is_subclass_of_instantiation(...) not found in class 'TemplateSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system_scalar_converter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.scalar_conversion", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystemPathname(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 23, + "pattern": "self_method_not_found", + "note": "self._lcm_type(...) not found in class 'PySerializer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'LcmSubscriberSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'LcmPublisherSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems._lcm_extra", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'LcmPublisherSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .argsort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .take(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .searchsorted(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .clip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .moveaxis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems._resample_interp1d", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .C(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .f0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .C(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .y0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .num_discrete_state_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target_accuracy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get_target_accuracy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .set_maximum_step_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get_maximum_step_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .set_requested_minimum_step_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .get_requested_minimum_step_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .set_throw_on_minimum_step_size_violation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .get_throw_on_minimum_step_size_violation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .set_fixed_step_mode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .get_fixed_step_mode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .StartDenseIntegration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dense_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .StopDenseIntegration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_substep_failures(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_step_shrinkages_from_substep_failures(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_step_shrinkages_from_error_control(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_derivative_evaluations(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actual_initial_step_size_taken(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get_smallest_adapted_step_size_taken(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get_largest_step_size_taken(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_steps_taken(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .GetStatisticsSummary(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .ResetStatistics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .Reset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_integrator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dense_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .StartDenseIntegration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dense_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .StopDenseIntegration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dense_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvancePendingEvents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .DidNothing(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .set_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .get_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 313, + "pattern": "name_call_unresolved", + "note": "Call to 'monitor_from_pybind(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .set_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .get_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 325, + "pattern": "name_call_unresolved", + "note": "Call to 'monitor_from_pybind(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .severity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .has_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .get_integrator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .get_integrator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_integrator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .get_target_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actual_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .ResetStatistics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_publishes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_steps_taken(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_discrete_updates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get_num_unrestricted_updates(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNumberOfLiveContexts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNumberOfLiveContexts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNumberOfLiveContexts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .FormatMessage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .boundary_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .return_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .reason(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .message(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .IsIdenticalStatus(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .get_target_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .ReachedTermination(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .get_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .set_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .get_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .reason(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .return_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.analysis_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .get_monitor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'DiagramBuilderTestAdversary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .StashBadIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'DiagramBuilderTestAdversary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .StashWrongType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'DiagramBuilderTestAdversary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Abandon(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'DiagramBuilderTestAdversary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .StashSelf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .Abandon(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'DiagramBuilderTestAdversary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .StashReturnedSelf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .Abandon(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'DiagramBuilderTestAdversary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .StashReturnedNull(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.builder_life_support_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalVectorInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .PeriodicBoundaryCondition(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_estimated_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_desired_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_actuation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get_multibody_plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_estimated_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_desired_acceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_generalized_force(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .is_pure_gravity_compensation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_estimated_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_generalized_force(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .is_pure_gravity_compensation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_gravity_field(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .num_actuators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .get_multibody_plant_for_control(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .ones_like(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .ones_like(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .set_integral_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcInverseDynamics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_estimated_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_desired_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_control(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_generalized_force(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .get_control_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .get_Kp_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .get_Ki_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .get_Kd_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_estimated_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_desired_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_control(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.controllers_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 68, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorInputPort(...) not found in class 'CustomAdder' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 69, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'CustomAdder' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 77, + "pattern": "self_method_not_found", + "note": "self.EvalVectorInput(...) not found in class 'CustomAdder' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .DoGetGraphvizFragment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 102, + "pattern": "self_method_not_found", + "note": "self.DeclareDiscreteState(...) not found in class 'CustomVectorSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 104, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'CustomVectorSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 109, + "pattern": "self_method_not_found", + "note": "self.ValidateContext(...) not found in class 'CustomVectorSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 114, + "pattern": "self_method_not_found", + "note": "self.ValidateContext(...) not found in class 'CustomVectorSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 119, + "pattern": "self_method_not_found", + "note": "self.ValidateContext(...) not found in class 'CustomVectorSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 131, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 132, + "pattern": "self_method_not_found", + "note": "self.DeclareDiscreteState(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 133, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractState(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 139, + "pattern": "self_method_not_found", + "note": "self.DeclareInputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 143, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractInputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 145, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractOutputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 149, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorInputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 150, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorInputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 151, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 153, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 158, + "pattern": "self_method_not_found", + "note": "self.DeclareStateOutputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 163, + "pattern": "self_method_not_found", + "note": "self.DeclareStateOutputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 166, + "pattern": "self_method_not_found", + "note": "self.DeclareStateOutputPort(...) not found in class 'CustomPortsLifetimeHazardSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .BuildInto(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .DoGetGraphvizFragment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystemType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystemType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .num_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 288, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareAbstractParameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareAbstractState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareDiscreteState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareVectorInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareVectorInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareNumericParameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 306, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareCacheEntry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .nothing_ticket(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .prerequisites(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .is_out_of_date(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .is_cache_entry_disabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_caching(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .is_cache_entry_disabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_caching(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .is_cache_entry_disabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .is_disabled_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_caching_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .is_disabled_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .description(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .cache_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .ticket(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .get_cache_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .has_default_prerequisites(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_cache_entry_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableValueOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .get_cache_entry_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .GetValueOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalAbstract(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .GetValueOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareCacheEntry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareCacheEntry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 424, + "pattern": "name_call_unresolved", + "note": "Call to 'Oops(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 454, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationPublishEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 457, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationDiscreteUpdateEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 460, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationUnrestrictedUpdateEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 463, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 469, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicPublishEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 474, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicDiscreteUpdateEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 479, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicUnrestrictedUpdateEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 484, + "pattern": "self_method_not_found", + "note": "self.DeclarePerStepPublishEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 487, + "pattern": "self_method_not_found", + "note": "self.DeclarePerStepDiscreteUpdateEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 490, + "pattern": "self_method_not_found", + "note": "self.DeclarePerStepUnrestrictedUpdateEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 493, + "pattern": "self_method_not_found", + "note": "self.DeclarePerStepEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 499, + "pattern": "self_method_not_found", + "note": "self.DeclareForcedPublishEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 500, + "pattern": "self_method_not_found", + "note": "self.DeclareForcedDiscreteUpdateEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 503, + "pattern": "self_method_not_found", + "note": "self.DeclareForcedUnrestrictedUpdateEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 506, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicEvent(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 514, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 515, + "pattern": "self_method_not_found", + "note": "self.DeclareDiscreteState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 518, + "pattern": "self_method_not_found", + "note": "self.DeclareInputPort(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 521, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorInputPort(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 526, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 530, + "pattern": "self_method_not_found", + "note": "self.nothing_ticket(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 532, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorOutputPort(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 536, + "pattern": "self_method_not_found", + "note": "self.nothing_ticket(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 538, + "pattern": "self_method_not_found", + "note": "self.MakeWitnessFunction(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 544, + "pattern": "self_method_not_found", + "note": "self.MakeWitnessFunction(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 550, + "pattern": "self_method_not_found", + "note": "self.MakeWitnessFunction(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .assertIsInstance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 690, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .HasAnyDirectFeedthrough(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .HasDirectFeedthrough(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .HasDirectFeedthrough(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 706, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcTimeDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateImplicitTimeDerivativesResidual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcImplicitTimeDerivativesResidual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcImplicitTimeDerivativesResidual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .GetWitnessFunctions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcForcedDiscreteVariableUpdate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcForcedUnrestrictedUpdate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 751, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAccuracy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 774, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .ExecuteInitializationEvents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 795, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .ExecuteForcedEvents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 803, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 809, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 826, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 828, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicPublishEvent(...) not found in class 'PublishReturnsNoneSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 839, + "pattern": "name_call_unresolved", + "note": "Call to 'PublishReturnsNoneSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareContinuousState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareStateOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareDiscreteState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareStateOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareAbstractState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareStateOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystemType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .HasAnyDirectFeedthrough(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 912, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 913, + "pattern": "self_method_not_found", + "note": "self.DeclareDiscreteState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 914, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 915, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractParameter(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 916, + "pattern": "self_method_not_found", + "note": "self.DeclareNumericParameter(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 918, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .num_continuous_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .num_discrete_state_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 932, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 932, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .num_abstract_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 974, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .num_abstract_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 988, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .num_numeric_parameter_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 992, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 992, + "pattern": "attribute_call", + "note": "Call via attribute access .get_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1013, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1017, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1032, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1036, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1040, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1042, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .SetZero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1053, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1056, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1056, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateTimeDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalTimeDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1069, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .num_q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .num_v(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .num_z(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1096, + "pattern": "self_method_not_found", + "note": "self.DeclareDiscreteState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1100, + "pattern": "self_method_not_found", + "note": "self.DeclareDiscreteState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1102, + "pattern": "self_method_not_found", + "note": "self.DeclareDiscreteState(...) not found in class 'TrivialSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1105, + "pattern": "name_call_unresolved", + "note": "Call to 'TrivialSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateDiscreteVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1115, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1119, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1120, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1121, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1126, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractInputPort(...) not found in class 'CustomAbstractSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1129, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractOutputPort(...) not found in class 'CustomAbstractSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1133, + "pattern": "attribute_call", + "note": "Call via attribute access .ticket(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1137, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1137, + "pattern": "self_method_not_found", + "note": "self.EvalAbstractInput(...) not found in class 'CustomAbstractSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1142, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_value_equal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1143, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1144, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_value_equal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1145, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1148, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomAbstractSystem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1149, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1151, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1153, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1154, + "pattern": "attribute_call", + "note": "Call via attribute access .num_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1157, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1174, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1176, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractState(...) not found in class 'SystemWithCacheAndState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1181, + "pattern": "self_method_not_found", + "note": "self.DeclareCacheEntry(...) not found in class 'SystemWithCacheAndState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1190, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1190, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1192, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemWithCacheAndState(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1193, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1194, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1196, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1198, + "pattern": "attribute_call", + "note": "Call via attribute access .eval_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1203, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTimeStateAndParametersFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1206, + "pattern": "attribute_call", + "note": "Call via attribute access .eval_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1223, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.custom_test", + "lineno": 1225, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get_observed_system_input_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_observed_system_output_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_estimated_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .observer_gain(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .L(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.estimators_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareInitializationPublishEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareInitializationDiscreteUpdateEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareInitializationUnrestrictedUpdateEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclarePeriodicPublishEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclarePeriodicDiscreteUpdateEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclarePeriodicUnrestrictedUpdateEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclarePerStepPublishEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclarePerStepDiscreteUpdateEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclarePerStepUnrestrictedUpdateEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareForcedPublishEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareForcedDiscreteUpdateEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareForcedUnrestrictedUpdateEvent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 41, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationPublishEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 42, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationDiscreteUpdateEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 43, + "pattern": "self_method_not_found", + "note": "self.DeclareInitializationUnrestrictedUpdateEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicPublishEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 45, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicDiscreteUpdateEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 46, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicUnrestrictedUpdateEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 47, + "pattern": "self_method_not_found", + "note": "self.DeclarePerStepPublishEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 48, + "pattern": "self_method_not_found", + "note": "self.DeclarePerStepDiscreteUpdateEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 49, + "pattern": "self_method_not_found", + "note": "self.DeclarePerStepUnrestrictedUpdateEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 50, + "pattern": "self_method_not_found", + "note": "self.DeclareForcedPublishEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 51, + "pattern": "self_method_not_found", + "note": "self.DeclareForcedDiscreteUpdateEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 52, + "pattern": "self_method_not_found", + "note": "self.DeclareForcedUnrestrictedUpdateEvent(...) not found in class 'MethodLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'system_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateDiscreteVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcForcedDiscreteVariableUpdate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcForcedUnrestrictedUpdate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.event_gc_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystemType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystemName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystemPathname(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .num_continuous_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .num_discrete_state_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .num_abstract_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .implicit_time_derivatives_residual_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .HasInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFullDescription(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .ticket(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .Allocate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .HasOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .Allocate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .cache_entry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .is_disabled_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_caching_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .is_disabled_by_default(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .DisableCaching(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .EnableCaching(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAllCacheEntriesOutOfDate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .FreezeCache(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .is_cache_frozen(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .UnfreezeCache(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .is_cache_frozen(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .is_stateless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .has_only_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .has_only_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .num_total_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .SetStateAndParametersFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTimeStateAndParametersFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .num_numeric_parameter_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .num_numeric_parameter_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .get_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .num_abstract_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .num_numeric_parameter_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .SetContinuousState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTimeAndContinuousState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalPotentialEnergy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalKineticEnergy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDiscreteState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDiscreteState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDiscreteState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAbstractState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAbstractState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .get_trigger_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .get_trigger_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .GetUniquePeriodicDiscreteUpdateAttribute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .period_sec(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .offset_sec(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDifferenceEquationSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDifferentialEquationSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .period_sec(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalUniquePeriodicDiscreteUpdate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .num_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .num_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .GetUniquePeriodicDiscreteUpdateAttribute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDifferenceEquationSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDifferentialEquationSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .num_q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .num_v(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .num_z(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .num_q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .num_v(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .num_z(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .num_q(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .num_v(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .num_z(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .get_generalized_position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_generalized_position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .get_generalized_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_generalized_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .get_misc_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_misc_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFromVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .vectorize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .num_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .num_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 422, + "pattern": "name_call_unresolved", + "note": "Call to 'cast(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 440, + "pattern": "name_call_unresolved", + "note": "Call to 'cast(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 447, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system_scalar_converter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 505, + "pattern": "name_call_unresolved", + "note": "Call to 'method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 516, + "pattern": "name_call_unresolved", + "note": "Call to 'method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 527, + "pattern": "name_call_unresolved", + "note": "Call to 'method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .FixInputPortsFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .num_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_value_copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .HasSubsystemNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFromVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .has_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .is_stateless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .is_stateless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .has_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .get_integrator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .get_maximum_step_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 734, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalAbstract(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalAbstract(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBasicVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableData(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .HasValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalAbstract(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .HasValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 793, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalAbstract(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalBasicVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 863, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 866, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 869, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 872, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 873, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 875, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 881, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 887, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 899, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateInputVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateInputAbstract(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access ._AddExternalConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .DidNothing(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .Succeeded(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .ReachedTermination(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .severity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 942, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .message(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .KeepMoreSevere(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .Failed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 956, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 958, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .ConnectInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 971, + "pattern": "attribute_call", + "note": "Call via attribute access .ConnectInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 971, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .ConnectInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .ConnectInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 976, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .ConnectToSame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizFragment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .already_built(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNamedSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1011, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNamedSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .IsConnectedOrExported(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1017, + "pattern": "attribute_call", + "note": "Call via attribute access .Disconnect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1018, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1018, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1023, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .HasSubsystemNamed(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1027, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .connection_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1029, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .connection_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1040, + "pattern": "attribute_call", + "note": "Call via attribute access .AreConnected(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1041, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1041, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1045, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPortLocators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPortLocators(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_locator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNamedSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNamedSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNamedSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNamedSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1096, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .Accept(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1099, + "pattern": "name_call_unresolved", + "note": "Call to 'MyVisitor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .Accept(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1112, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1118, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1124, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1131, + "pattern": "attribute_call", + "note": "Call via attribute access .check_ports_lifetime_hazard(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1151, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNamedSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.general_test", + "lineno": 1153, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .OrderedDict(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .Deserialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .Serialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .PySerializer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .Deserialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Serialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .LcmBuses(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAllBusNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyLcmBusConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .LcmInterfaceSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalAbstract(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .WaitForMessage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .LcmInterfaceSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 285, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractOutputPort(...) not found in class 'PythonMessageSource' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .PythonMessageSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .LcmInterfaceSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .get_lcm_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .LcmInterfaceSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .finfo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lcm_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.lifetime_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.monte_carlo_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.monte_carlo_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target_realtime_rate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .has_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .has_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .has_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.perception_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry_source_is_registered(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_geometry_query_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .GetJointByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .set_translation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .set_angle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_title(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .GetModelInstanceByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_geometry_query_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get_title(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisualGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterCollisionGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get_geometry_query_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get_title(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisualGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterVisualGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .not_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .get_xlim(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .get_query_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.planar_scenegraph_visualizer_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .assertTrue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .set_integral_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_value_copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalUniquePeriodicDiscreteUpdate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .f0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .C(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .y0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .time_period(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .configure_default_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .configure_random_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get_continuous_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .f0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .C(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .y0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .time_period(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .y0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .f0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .C(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .y0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .f0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .C(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .y0(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .time_period(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .configure_default_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .configure_random_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .time_period(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .configure_default_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .configure_random_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .num_continuous_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .num_inputs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .num_outputs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 364, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 364, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 364, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_w_in(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_A(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port_b(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .get_distribution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .FixConstantA(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .FixConstantB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcDensity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_w_out(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port_w_out_density(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareVectorInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareVectorInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareAbstractInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareAbstractInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareVectorOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareVectorOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareAbstractOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareAbstractOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .Set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .Set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .Set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .Set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalVectorInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalAbstractInput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .get_port_selector_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .get_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time_constant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time_constants_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .set_initial_output_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_integral_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .set_integral_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .OutputSelection(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .InputPortParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .InputPortParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .InputPortParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .OutputPortParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .OutputPortParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .OutputPortParams(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateTrajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .num_continuous_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .num_discrete_state_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .num_abstract_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .num_numeric_parameter_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamics_for_variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamics_for_variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .num_continuous_states(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .num_discrete_state_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .num_abstract_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .num_numeric_parameter_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .get_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamics_for_variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .dynamics_for_variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .set_interval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_ports_sizes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_ports_sizes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .num_output_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_ports_sizes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .num_input_ports(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 815, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vector_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .num_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .num_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .layers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .activation_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .num_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .SetWeights(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 842, + "pattern": "attribute_call", + "note": "Call via attribute access .SetBiases(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .GetWeights(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBiases(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .num_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .SetWeights(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .SetBiases(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .GetWeights(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBiases(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableParameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .num_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .Backpropagation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 886, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 889, + "pattern": "attribute_call", + "note": "Call via attribute access .BackpropagationMeanSquaredError(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .any(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .asfortranarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .BatchOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 899, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 899, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .BatchOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .activation_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .activation_type(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .asfortranarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .asfortranarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .full(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .BatchOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .layers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 942, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 942, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 956, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_source_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 976, + "pattern": "attribute_call", + "note": "Call via attribute access .period(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .offset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .time_step(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .suppress_initial_transient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1038, + "pattern": "attribute_call", + "note": "Call via attribute access .suppress_initial_transient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1042, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1044, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1045, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1051, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .set_D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .todense(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .D(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .csc_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .suppress_initial_transient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1087, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1088, + "pattern": "attribute_call", + "note": "Call via attribute access .set_initial_position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1094, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .set_initial_position(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1101, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_discrete_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1113, + "pattern": "attribute_call", + "note": "Call via attribute access .suppress_initial_transient(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1122, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1153, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .num_samples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .FindLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1164, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .AddData(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1166, + "pattern": "attribute_call", + "note": "Call via attribute access .num_samples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1167, + "pattern": "attribute_call", + "note": "Call via attribute access .sample_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1168, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1169, + "pattern": "attribute_call", + "note": "Call via attribute access .Clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1170, + "pattern": "attribute_call", + "note": "Call via attribute access .num_samples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1173, + "pattern": "attribute_call", + "note": "Call via attribute access .Reserve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1186, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1186, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1187, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1188, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1188, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1190, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1191, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1195, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1195, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1198, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1199, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1206, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1211, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1220, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1221, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1225, + "pattern": "attribute_call", + "note": "Call via attribute access .FindLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1225, + "pattern": "attribute_call", + "note": "Call via attribute access .FindMutableLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1231, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .GetLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1244, + "pattern": "attribute_call", + "note": "Call via attribute access .GetLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.primitives_test", + "lineno": 1244, + "pattern": "attribute_call", + "note": "Call via attribute access .FindLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 31, + "pattern": "self_method_not_found", + "note": "self.DeclareInputPort(...) not found in class 'TestVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlim(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylim(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set_aspect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Rectangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .set_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros_like(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .add_patch(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .Rectangle(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.EvalVectorInput(...) not found in class 'TestVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .set_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 71, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'SimpleContinuousTimeSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .SetContinuousState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .animate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .FindLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .animate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .start_recording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .stop_recording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get_recording_as_animation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.pyplot_visualizer_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_recording(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.rendering_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.rendering_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.rendering_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAsSourceForSceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.rendering_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.rendering_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.rendering_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.rendering_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access ._construct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access ._construct(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystemType(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access ._AddExternalConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXdMaybe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolicMaybe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access ._AddExternalConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .num_constraints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXdMaybe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolicMaybe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .ToSymbolic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access ._AddExternalConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXdMaybe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .ToAutoDiffXd(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .define(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.scalar_conversion_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .Accelerometer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .set_gravity_enabled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .model_instance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_poses_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_poses_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_spatial_velocities_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_velocities_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_spatial_accelerations_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_accelerations_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get_measurement_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .gravity_vector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .body_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .Gyroscope(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_poses_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_poses_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_spatial_velocities_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get_body_velocities_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get_measurement_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .body_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .pose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 209, + "pattern": "name_call_unresolved", + "note": "Call to 'ImageT(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'ImageT(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .resize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 240, + "pattern": "name_call_unresolved", + "note": "Call to 'ImageT(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .at(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .at(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .at(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .at(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .at(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .at(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 293, + "pattern": "name_call_unresolved", + "note": "Call to 'ImageT(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_array_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageDepth32F(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageDepth16U(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .ConvertDepth32FTo16U(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageDepth16U(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageDepth32F(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .ConvertDepth16UTo32F(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .CameraConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .CameraConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .FocalLength(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_y(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .principal_point(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeCameras(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .FovDegrees(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_y(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .FocalLength(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_y(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyCameraConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .CameraConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyCameraConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .CameraConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyCameraConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .tan(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .CameraInfo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .CameraInfo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .CameraInfo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_y(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .center_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .center_y(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .fov_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .fov_y(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .intrinsic_matrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageToLcmImageArrayT(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .color_image_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .label_image_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .image_array_t_msg_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageToLcmImageArrayT(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .AllocateOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .Serialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 476, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestSensors' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .LcmImageArrayToImages(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .image_array_t_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .color_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .label_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .Deserialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .image_array_t_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .color_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .CameraInfo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .query_object_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .color_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_32F_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_16U_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .label_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .body_pose_in_world_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .image_time_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .core(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .RgbdSensor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .RgbdSensor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 599, + "pattern": "name_call_unresolved", + "note": "Call to 'constructor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .intrinsics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .core(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .default_color_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .intrinsics(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .core(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .default_depth_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .default_X_PB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .default_parent_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_parent_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_X_PB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .default_color_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_color_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .default_depth_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_depth_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .GetColorRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .SetColorRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDepthRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDepthRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .GetX_PB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .SetX_PB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParentFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .SetParentFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .RgbdSensorDiscrete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .sensor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .period(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_state(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .get_new_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .RgbdSensorAsync(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .fps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .capture_offset(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .output_delay(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .default_parent_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .default_X_PB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .default_color_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .default_depth_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_parent_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_X_PB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .default_color_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_color_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .default_depth_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_depth_render_camera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParentFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .SetParentFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .GetX_PB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .SetX_PB(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .GetColorRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .SetColorRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDepthRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .SetDepthRenderCamera(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .color_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_32F_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_16U_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .label_image_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .body_pose_in_world_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .image_time_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .Metadata(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageRgba8U(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageIo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .Save(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 737, + "pattern": "attribute_call", + "note": "Call via attribute access .LoadMetadata(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .Load(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageRgba8U(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageIo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .Save(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .LoadMetadata(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .Load(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .ImageWriter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .DeclareImageInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 787, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 787, + "pattern": "name_call_unresolved", + "note": "Call to 'T(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .set_calibration_offsets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.sensors_test", + "lineno": 792, + "pattern": "attribute_call", + "note": "Call via attribute access .get_calibration_offsets(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'wrap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'wrap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'wrap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'wrap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFromVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyToVector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .SetZero(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .PlusEqScaled(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAtIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAtIndex(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .num_numeric_parameter_groups(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .num_abstract_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .set_numeric_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .get_numeric_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_abstract_parameter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .set_abstract_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get_abstract_parameters(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .Set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .Set(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .Find(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .Clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test.value_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 21, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'SimpleContinuousTimeSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 41, + "pattern": "self_method_not_found", + "note": "self.DeclareContinuousState(...) not found in class 'MultiDimensionalTimeSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .SetContinuousState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .SetContinuousState(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .FindLog(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .sample_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .flip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .sample_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .flip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 273, + "pattern": "name_call_unresolved", + "note": "Call to 'ReverseLog(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .sample_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test._resample_log_interp1d_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'PortMonitor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .assertTrue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.systems.test_utilities.framework_test_util", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .assertFalse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_each_import_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_each_import_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_each_import_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_each_import_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_each_import_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_each_import_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_site_packages_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_site_packages_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_install_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .DiagramBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMultibodyPlantSceneGraph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .Parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .FindResourceOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .Simulator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .getmodule(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.all_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.common_install_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.common_install_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_site_packages_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.common_install_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.common_install_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.common_install_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.common_install_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.common_install_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.common_install_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.dot_clang_format_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.dot_clang_format_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.dot_clang_format_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.dot_clang_format_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.dot_clang_format_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.dot_clang_format_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.dot_clang_format_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .min(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.forward_diff_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_lcm_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get_lcm_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .Subscribe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .SubscribeMultichannel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .SubscribeAllChannels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.lcm_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .dataclass(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to '_Sentinel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .is_tracked(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get_referrers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get_referents(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get_objects(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalSceneGraphInspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .Rpy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 293, + "pattern": "self_method_not_found", + "note": "self.DeclareVectorInputPort(...) not found in class 'MyPyLeafSystem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 321, + "pattern": "name_call_unresolved", + "note": "Call to 'dut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .CDLL(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 408, + "pattern": "self_method_not_found", + "note": "self._mallinfo2(...) not found in class 'TestNativeHeapLeaks' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 409, + "pattern": "name_call_unresolved", + "note": "Call to 'dut(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 411, + "pattern": "self_method_not_found", + "note": "self._mallinfo2(...) not found in class 'TestNativeHeapLeaks' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.test.memory_leak_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.odr_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .Variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.odr_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .new_variable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.odr_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.odr_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.parse_models_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .base_fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .has_base_fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .Fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .base_fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .IsDefaultValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .IsInvalidValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .Fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .PointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .resize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .has_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .xyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .PointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFrom(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .Fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .PointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .normal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .FlipNormalsTowardPoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_rgb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .rgb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .PointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .Fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .PointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .has_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .has_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .has_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .Fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .has_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .has_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .PointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .Fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .PointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .Fields(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .Crop(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .Concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .Concatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .VoxelizedDownSample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .VoxelizedDownSample(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .has_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .EstimateNormals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .has_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .has_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .EstimateNormals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .has_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .DepthImageToPointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .depth_image_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .color_image_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .camera_pose_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .point_cloud_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .DepthImageToPointCloud(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .PointCloudToLcm(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.perception_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNumberOfCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .IsAffine(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .Derivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Integral(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .GetDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .CoefficientsAlmostEqual(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateUnivariate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .EqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.polynomial_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.print_symbol_collisions", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.print_symbol_collisions", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.print_symbol_collisions", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.print_symbol_collisions", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.print_symbol_collisions", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.print_symbol_collisions", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'copy_function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .a_list(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'ref(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'ref(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .a(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .a_list(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .a_list(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .a_list(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .a_list(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.pydrake_pybind_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.rtld_global_warning_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.rtld_global_warning_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.rtld_global_warning_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .reload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.rtld_global_warning_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.rtld_global_warning_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.rtld_global_warning_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .reload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestStubgen' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .Errors(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .Options(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .is_errors(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_error(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.stubgen_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.value(...) not found in class 'CustomTrajectory' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .has_derivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalDerivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalDerivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeDerivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .BernsteinBasis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .AsLinearInControlPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .GetExpression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .ElevateOrder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .order(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineTrajectory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .num_basis_functions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineBasis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineTrajectory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineBasis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .num_control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .AsLinearInControlPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .EvaluateLinearInControlPoints(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 181, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineTrajectory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineBasis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .num_control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .InitialValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .FinalValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .basis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .InsertKnots(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyBlock(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 210, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineTrajectory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'BsplineBasis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .CopyHead(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .control_points(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .ToZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .num_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .num_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .get_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .get_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .time_comparison_tolerance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .shiftRight(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .has_derivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .set_derivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .has_derivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalDerivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeDerivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 348, + "pattern": "name_call_unresolved", + "note": "Call to 'PathParameterizedTrajectory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .time_scaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .path(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .time_scaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .time_scaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .time_scaling(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 388, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePolynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 400, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePolynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 413, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 413, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 414, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 414, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 415, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePolynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 417, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 417, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .setPolynomialMatrixBlock(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 428, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 429, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 430, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePolynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 440, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 441, + "pattern": "name_call_unresolved", + "note": "Call to 'Polynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 442, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePolynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .isApprox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .isApprox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicWithContinuousSecondDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .isApprox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .derivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .EvalDerivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .GetCoefficients(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .getSegmentPolynomialDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .duration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .is_time_in_range(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeDerivative(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .AppendFirstOrderSegment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicShapePreserving(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .AppendCubicHermiteSegment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveFinalSegment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicWithContinuousSecondDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicHermite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicWithContinuousSecondDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .LagrangeInterpolatingPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicShapePreserving(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicWithContinuousSecondDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicHermite(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .CubicWithContinuousSecondDerivatives(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .LagrangeInterpolatingPolynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .ReverseTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .ScaleTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .Reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .Block(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .Transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .slice(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .shiftRight(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .isApprox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .ConcatenateInTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 725, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePolynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .vector_values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 733, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePolynomial(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 745, + "pattern": "name_call_unresolved", + "note": "Call to 'CompositeTrajectory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .start_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .end_time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .AlignAndConcatenate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 792, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewiseQuaternionSlerp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 793, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 799, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 801, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 802, + "pattern": "name_call_unresolved", + "note": "Call to 'RotationMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 806, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewiseQuaternionSlerp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .get_quaternion_samples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 817, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewiseQuaternionSlerp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 824, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewiseQuaternionSlerp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 826, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 831, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewiseQuaternionSlerp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .Append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .Append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 840, + "pattern": "attribute_call", + "note": "Call via attribute access .Append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 843, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewiseQuaternionSlerp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 844, + "pattern": "name_call_unresolved", + "note": "Call to 'AngleAxis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .orientation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .angular_acceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .orientation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .angular_velocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 871, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .angular_acceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 875, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .orientation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .orientation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .get_quaternion_samples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 909, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePose(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 910, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 915, + "pattern": "name_call_unresolved", + "note": "Call to 'Quaternion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .FirstOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 917, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewiseQuaternionSlerp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 918, + "pattern": "name_call_unresolved", + "note": "Call to 'PiecewisePose(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix4(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 927, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_float_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAcceleration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .IsApprox(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 932, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_trajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .get_orientation_trajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 938, + "pattern": "name_call_unresolved", + "note": "Call to 'RigidTransform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeLinear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 942, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeCubicLinearWithEndLinearVelocity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .get_position_trajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .wxyz(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .get_quaternion_samples(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .get_orientation_trajectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .rowwise(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .Append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 988, + "pattern": "attribute_call", + "note": "Call via attribute access .Append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .children(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .rowwise(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .children(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .get_segment_times(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .getPolynomialMatrix(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .get_number_of_segments(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrderHold(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1023, + "pattern": "attribute_call", + "note": "Call via attribute access .rows(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .cols(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.trajectories_test", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .Clone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.mock_torch.torch", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .getdlopenflags(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.mock_torch.torch", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .setdlopenflags(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.test.mock_torch.torch", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .setdlopenflags(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .register_standard_browsers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to '_configure_logging(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to '_yaml_load_typed(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to '_Meldis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.meldis", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .serve_forever(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to '_configure_logging(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .addLevelName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .addLevelName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .addLevelName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_constructor_defaults(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to '_ModelVisualizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .PopulateFromRosPackagePath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access ._reload(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.model_visualizer", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.run_installed_meldis", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.run_installed_model_visualizer", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 30, + "pattern": "self_method_not_found", + "note": "self.add_url_rule(...) not found in class '_ImageServer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 41, + "pattern": "self_method_not_found", + "note": "self._image_generator(...) not found in class '_ImageServer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .Subscribe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .dtype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .decompress(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .frombuffer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .Calc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .Calc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .fromarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .save(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .getbuffer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._lcm_image_array_viewer", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSlider(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSliderValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .b64decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .is_in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .in_memory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 353, + "pattern": "self_method_not_found", + "note": "self._should_accept_link(...) not found in class '_ViewerApplet' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 375, + "pattern": "self_method_not_found", + "note": "self._should_accept_link(...) not found in class '_ViewerApplet' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSimulationTime(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .realize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTriangleMesh(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .Update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .Update(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .frombuffer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .view(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeYRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeXRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 792, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .get_lcm_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .SetEnvironmentMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 987, + "pattern": "name_call_unresolved", + "note": "Call to 'handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .Subscribe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1017, + "pattern": "attribute_call", + "note": "Call via attribute access .SubscribeMultichannel(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1024, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1033, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1035, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1045, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .Flush(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .GetNumActiveConnections(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1088, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._meldis", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAutoRenaming(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .set_config(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .num_frames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .Identity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRigidBody(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .SetUseSampledOutputPorts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteAddedControls(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .SetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .SetEnvironmentMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .AddButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .FovDegrees(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .ExportOutput(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .RemoveSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .AddNamedSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .builder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_x(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .focal_y(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .SetAutoRenaming(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .AddMap(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .GetTrackedCameraPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPoseInParentFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 648, + "pattern": "name_call_unresolved", + "note": "Call to '_webbrowser_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .AddButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .GetButtonClicks(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .AddButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .DeleteButton(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSliderValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSliderNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSliderNames(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSliderValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .SetObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTransform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeYRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._model_visualizer", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .solve(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .vstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .cholesky(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .tile(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .inv(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .GetVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .is_polynomial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .TotalDegree(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .Jacobian(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .Substitute(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .AddBoundingBoxConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .AddConstraint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateLowerBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .UpdateUpperBound(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluator(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .SetInitialGuess(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSolution(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._plotting", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFixedPoseInBodyFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParentPlant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .GetParentPlant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdOrThrow(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFromFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .model_instance(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .is_body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .set_illustration_properties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._triad", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 77, + "pattern": "self_method_not_found", + "note": "self.DeclareAbstractInputPort(...) not found in class 'VideoWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 82, + "pattern": "self_method_not_found", + "note": "self.DeclarePeriodicPublishEvent(...) not found in class 'VideoWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access ._AddRgbdSensor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSystems(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .HasRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 234, + "pattern": "self_method_not_found", + "note": "self.get_input_port(...) not found in class 'VideoWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .save(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 264, + "pattern": "self_method_not_found", + "note": "self._write(...) not found in class 'VideoWriter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .fromarray(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .fourcc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .VideoWriter(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .cvtColor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._video", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization._visualization_extra", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.config_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .VisualizationConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.config_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.config_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Add(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.config_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .VisualizationConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.config_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.config_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyVisualizationConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.config_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.config_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .AddDefaultVisualization(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Calc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Calc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .GetInputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .Calc(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .GetOutputPort(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.image_systems_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .tobytes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .tobytes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .tobytes(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access ._process_message(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access ._concatenate_images(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.lcm_image_array_viewer_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_xyzs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_rgbs(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .uniform(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .mutable_normals(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .Make(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_poll(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterSource(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAnchoredGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .unpackb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access ._GetPackedObject(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .Subscribe(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access ._GeometryFileHasher(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .on_viewer_load_robot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .value(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .touch(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access ._GeometryFileHasher(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .on_viewer_load_robot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .touch(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access ._GeometryFileHasher(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .on_viewer_load_robot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .SetSliderValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_poll(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access ._GetPackedProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .unpackb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .RegisterAnchoredGeometry(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .AssignRole(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_id(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .VisualizationConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .ApplyVisualizationConfig(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .serve_forever(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .SetUseSampledOutputPorts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 757, + "pattern": "attribute_call", + "note": "Call via attribute access .SetUseSampledOutputPorts(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .AddJoint(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .world_body(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .body_frame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .ForcedPublish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 815, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 873, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 893, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestMeldis' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 899, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .HandleSubscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access ._invoke_subscriptions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .Meldis(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access ._available_browsers(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.meldis_test", + "lineno": 960, + "pattern": "name_call_unresolved", + "note": "Call to 'main(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access ._InjectWebsocketMessage(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .packb(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInParentFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_allclose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix34(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_camera_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix34(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .GetButtonClicks(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .ws_url(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .GetButtonClicks(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .GetButtonClicks(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPositions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_reload_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .ResolveUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 45, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestModelVisualizerSubprocess' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_constructor_defaults(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 199, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestModelVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .ResolveUrl(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access ._GetPackedProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .package_map(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access ._add_traffic_cone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access ._remove_traffic_cone(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_constructor_defaults(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .meshcat(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .HasPath(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .ModelVisualizer(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.model_visualizer_test", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.multicam_scenario_test", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "bindings.pydrake.visualization.test.multicam_scenario_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.multicam_scenario_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.multicam_scenario_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.multicam_scenario_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .subplots(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .plot_sublevelset_quadratic(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get_xy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_facecolor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .subplots(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .diag(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .plot_sublevelset_expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_xy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_facecolor(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .subplots(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .plot_sublevelset_expression(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get_xy(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_almost_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.plotting_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .Evaluate(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Delete(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .CreateDefaultContext(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Run(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyIdentity(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPose(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .Eval(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.sliders_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .IsExactlyEqualTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .scene_graph(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeYRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeXRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .MakeZRotation(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_equal(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix34(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .GetAsMatrix34(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTriadIllustration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .GetName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .radius(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .GetShape(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .GetIllustrationProperties(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .GetProperty(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTriadIllustration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTriadIllustration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPoseInFrame(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyFrameIdIfExists(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTriadIllustration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .model_inspector(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameId(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTriadIllustration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTriadIllustration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTriadIllustration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .GetBodyByName(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.triad_test", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .AddFrameTriadIllustration(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModelsFromString(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMyMutableContextFromRoot(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .FixValue(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_actuation_input_port(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .Save(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .getsize(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .VideoCapture(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.video_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .AddToBuilder(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "bindings.pydrake.visualization.test.visualization_install_tests", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .getsignal(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'obj(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "common.proto.call_python_client", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to '_KwArgs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "common.proto.call_python_client", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .interactive(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .pause(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .subplot(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .meshgrid(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .plot_surface(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .subplot(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .subplot(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .outer(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .outer(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .outer(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .cos(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .ones_like(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .plot_surface(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .subplot(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .meshgrid(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .plot_surface(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .frombuffer(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exc(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .frombuffer(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 461, + "pattern": "name_call_unresolved", + "note": "Call to 'wait_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "common.proto.call_python_client", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .task_done(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 502, + "pattern": "name_call_unresolved", + "note": "Call to 'pause(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "common.proto.call_python_client", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exc(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .S_ISFIFO(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .execvp(...) - target object type not statically resolved." + }, + { + "module": "common.proto.call_python_client", + "lineno": 663, + "pattern": "name_call_unresolved", + "note": "Call to 'exit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .mkfifo(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .send_signal(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "common.proto.test.call_python_test", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "common.test.cpu_capabilities_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "common.test.cpu_capabilities_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "common.test.cpu_capabilities_test", + "lineno": 21, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestCpuCapabilities' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "common.test.cpu_capabilities_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "common.test.cpu_capabilities_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "common.test.drake_cc_googletest_main_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "common.test.drake_cc_googletest_main_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "common.test.drake_cc_googletest_main_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "common.test.find_runfiles_subprocess_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "common.test.find_runfiles_subprocess_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "common.test.find_runfiles_subprocess_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .touch(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .loadTestsFromModule(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .TestSuite(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .wasSuccessful(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .access(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .load_module(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_known_args(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .print_help(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .XMLTestRunner(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .execv(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .Trace(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .runfunc(...) - target object type not statically resolved." + }, + { + "module": "common.test_utilities.drake_py_unittest_main", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .is_absolute(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .Element(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .SubElement(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .as_posix(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .as_posix(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .urljoin(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .quote(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .SubElement(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .ElementTree(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .indent(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.build", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .quote(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .check_returncode(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "doc.defs", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exc(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .serve_forever(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'on_error(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "doc.defs", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'on_error(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "doc.defs", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .scandir(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .is_symlink(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "doc.defs", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "doc.pages", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.pages", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.build", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'transform_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "doc.doxygen_cxx.system_doxygen", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .strip_cpp_comment_cruft(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .strip_cpp_comment_cruft(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .system_yaml_to_html(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .system_yaml_to_pydrake_system_rst_directive(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .process_doxygen_system_tags(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .process_doxygen_to_sphinx(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .process_doxygen_system_tags(...) - target object type not statically resolved." + }, + { + "module": "doc.doxygen_cxx.test.system_doxygen_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .process_doxygen_to_sphinx(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.build", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .add_directive_header(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 137, + "pattern": "self_method_not_found", + "note": "self.get_sourcename(...) not found in class 'TemplateDocumenter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 138, + "pattern": "self_method_not_found", + "note": "self.add_line(...) not found in class 'TemplateDocumenter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access ._instantiation_name(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 145, + "pattern": "self_method_not_found", + "note": "self.add_line(...) not found in class 'TemplateDocumenter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_getattr(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 184, + "pattern": "name_call_unresolved", + "note": "Call to 'original(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .add_directive_header(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sourcename(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .add_line(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .add_line(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .get_object_members(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .filter_members(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .can_document_member(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .emit_firstresult(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 370, + "pattern": "self_method_not_found", + "note": "self.severe(...) not found in class 'PydrakeSystemDirective' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .section(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .add_css_file(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .add_stylesheet(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .add_directive(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .add_event(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .add_autodoc_attrgetter(...) - target object type not statically resolved." + }, + { + "module": "doc.pydrake.pydrake_sphinx_extension", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .add_autodocumenter(...) - target object type not statically resolved." + }, + { + "module": "doc.styleguide.build", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "doc.styleguide.build", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "doc.styleguide.build", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "doc.styleguide.build", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.styleguide.build", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "doc.styleguide.build", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "doc.tutorials.build", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.acrobot_io", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.acrobot_io", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.metrics", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.metrics", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.metrics", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.metrics", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'metric(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .asarray(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .FileType(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.optimizer_demo", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_output_port(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .GetMutableSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .SetContinuousState(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .SetFromVector(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_numeric_parameter(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .FindLog(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.spong_sim", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.acrobot_io_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.acrobot_io_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.acrobot_io_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.acrobot_io_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.acrobot_io_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.acrobot_io_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.acrobot_io_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.acrobot_io_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .norm(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .all(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .allclose(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.metrics_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.spong_sim_main_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.spong_sim_main_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.spong_sim_main_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.spong_sim_main_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.spong_sim_main_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.spong_sim_main_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.spong_sim_main_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "examples.acrobot.test.spong_sim_main_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .kill(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .kill(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "examples.allegro_hand.joint_control.test.run_twisting_mug_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'Scenario(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .SetRandomContext(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .GetGraphvizString(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.hardware_sim", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.robot_commander", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.robot_commander", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.robot_commander", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.robot_commander", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.robot_commander", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.robot_commander", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Publish(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.robot_commander", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.robot_commander", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_cc_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_py_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 25, + "pattern": "self_method_not_found", + "note": "self.assertTrue(...) not found in class 'HardwareSimTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 26, + "pattern": "self_method_not_found", + "note": "self.assertTrue(...) not found in class 'HardwareSimTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .quote(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.assertFalse(...) not found in class 'HardwareSimTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.hardware_sim_test_common", + "lineno": 94, + "pattern": "self_method_not_found", + "note": "self.assertIn(...) not found in class 'HardwareSimTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.hardware_sim.test.robot_commander_test", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.hardware_sim.test.robot_commander_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.robot_commander_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.robot_commander_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.robot_commander_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "examples.hardware_sim.test.robot_commander_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .num_velocities(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .AddSystem(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .Connect(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_output_port(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_input_port(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTime(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .FindMutableLog(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .Clear(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .sample_times(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_ball_paddle.contact_sim_demo", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .WeldFrames(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .world_frame(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .GetFrameByName(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .Finalize(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .SetPositionsAndVelocities(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .GetSubsystemContext(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .concatenate(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .SetTime(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_context(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .Initialize(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .AdvanceTo(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.hydroelastic.python_nonconvex_mesh.drop_pepper", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.multibody.strandbeest.test.run_with_motor_test", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .CalcLimitCycle(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .subplots(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlim(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylim(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "examples.van_der_pol.plot_limit_cycle", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .open_new_tab(...) - target object type not statically resolved." + }, + { + "module": "geometry.proximity.test.refine_mesh_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "geometry.proximity.test.refine_mesh_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "geometry.proximity.test.refine_mesh_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "geometry.proximity.test.refine_mesh_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.proximity.test.refine_mesh_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.proximity.test.refine_mesh_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "geometry.proximity.test.refine_mesh_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "geometry.proximity.test.refine_mesh_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .check_returncode(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 115, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestGltfRenderBinary' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.acceptance_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 25, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestFileSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .getsize(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestFileSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.file_size_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .getsize(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .kill(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .check_returncode(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .count_nonzero(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access ._traverse_and_mutate(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access ._traverse_and_mutate(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access ._traverse_and_mutate(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .isfinite(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .isfinite(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 330, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "geometry.render_gltf_client.test.integration_test", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .len(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .isfinite(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .save(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 373, + "pattern": "name_call_unresolved", + "note": "Call to 'CreateRunfiles(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .get_field(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .flask_json_code_response(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "geometry.render_gltf_client.test.server_demo", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .packb(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .wait_for(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .recv(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .unpackb(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "geometry.test.meshcat_websocket_client", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .connections(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .num_threads(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .connections(...) - target object type not statically resolved." + }, + { + "module": "lcm.test.initialization_sequence_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." + }, + { + "module": "lcmtypes.test.nested_types_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "lcmtypes.test.nested_types_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'SystemExit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .with_name(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .fdopen(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .urlparse(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_archive(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.package_downloader", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdtemp(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .writestr(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_stress_test", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdtemp(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .writestr(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access ._main(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "multibody.parsing.test.package_downloader_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .xlabel(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .ylabel(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .gca(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ticks(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_xaxis(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ticks(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_yaxis(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.ideal_stiction", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros_like(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .linspace(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .add_subplot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .add_patch(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Rectangle(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .add_patch(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Rectangle(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .add_patch(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .Rectangle(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .xlabel(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .xticks(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .yticks(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .xlim(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .ylim(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .ylabel(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.stiction", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.test.scripts_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.test.scripts_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.test.scripts_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.test.scripts_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.test.scripts_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "multibody.plant.images.test.scripts_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .freedesktop_os_release(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .freedesktop_os_release(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .geteuid(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "setup.install_prereqs", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink_to(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink_to(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink_to(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 215, + "pattern": "self_method_not_found", + "note": "self.id(...) not found in class 'InstallPrereqsTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .finish(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .finish(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "setup.test.install_prereqs_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "solvers.test.gurobi_solver_license_retention_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "solvers.test.gurobi_solver_license_retention_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "solvers.test.gurobi_solver_license_retention_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "systems.analysis.test.simulator_gflags_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "systems.analysis.test.simulator_gflags_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "systems.analysis.test.simulator_gflags_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .getmtime(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get_content_charset(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .getparam(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .machine(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .netrc(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .b64encode(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .add_header(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .copyfileobj(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .access(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .samefile(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "third_party.com_github_bazelbuild_bazelisk.bazelisk", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .load_module(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'Mock(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdtemp(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.clion.test.bazel_wrapper_test", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .islink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .readlink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .cmp(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .islink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .copy2(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .islink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.installer", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .install(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_known_args(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .partialmethod(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .S_IMODE(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .lstat(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.install.install_test_helper", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .CalledProcessError(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.install.otool", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'Library(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.install.otool", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .FileType(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.build_components_refresh", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .FileType(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .FileType(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.parse_version", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .create_temporary_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .create_temporary_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.drake_python_dir_install_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access ._make(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .removeprefix(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access ._ctor_dtor_calls(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.exported_symbols_test", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .create_temporary_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .create_temporary_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.find_package_drake_install_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.header_dependency_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.metadata_install_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.metadata_install_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_site_packages_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.metadata_install_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.metadata_install_test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.metadata_install_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.metadata_install_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .linked_libraries(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.rpath_install_test", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.snopt_visibility_install_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.snopt_visibility_install_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.snopt_visibility_install_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.snopt_visibility_install_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.snopt_visibility_install_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.snopt_visibility_install_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.install.libdrake.test.snopt_visibility_install_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.installer_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.installer_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.installer_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .islink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.installer_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .islink(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_meta_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_meta_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_meta_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_meta_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_meta_test", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_meta_test", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'invoker(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.install.test.install_meta_test", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'invoker(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.install.test.install_meta_test", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'invoker(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get_install_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .create_temporary_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .run_and_kill(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_python_executable(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_read_only(...) - target object type not statically resolved." + }, + { + "module": "tools.install.test.install_test_helper_test", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .preprocess_cell(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'exit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to '_jupyter_main(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.jupyter_bazel", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .preprocess(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.test.failing_notebook_test", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.test.failing_notebook_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.test.failing_notebook_test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.test.failing_notebook_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.test.failing_notebook_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.test.failing_notebook_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.test.failing_notebook_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "tools.jupyter.test.failing_notebook_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_known_args(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "tools.kcov.kcoverage", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .Enum(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .dataclass(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .dataclass(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .dataclass(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .field(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .dataclass(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access ._root(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'SyntaxError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.lcm_gen", + "lineno": 221, + "pattern": "name_call_unresolved", + "note": "Call to 'SyntaxError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.lcm_gen", + "lineno": 285, + "pattern": "name_call_unresolved", + "note": "Call to 'SyntaxError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.lcm_gen", + "lineno": 312, + "pattern": "name_call_unresolved", + "note": "Call to 'SyntaxError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.lcm_gen", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 910, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 942, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_unpack(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 988, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 50, + "pattern": "self_method_not_found", + "note": "self.assertMultiLineEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 76, + "pattern": "self_method_not_found", + "note": "self.assertMultiLineEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 100, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 124, + "pattern": "self_method_not_found", + "note": "self.assertIsInstance(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 125, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 127, + "pattern": "self_method_not_found", + "note": "self.assertIsInstance(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 128, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 133, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 155, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 156, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 157, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 158, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 163, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 180, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 182, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 193, + "pattern": "self_method_not_found", + "note": "self.assertRaisesRegex(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 198, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 199, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 200, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 201, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 204, + "pattern": "self_method_not_found", + "note": "self.assertRaisesRegex(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 206, + "pattern": "self_method_not_found", + "note": "self.assertRaisesRegex(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 210, + "pattern": "self_method_not_found", + "note": "self.assertRaisesRegex(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 214, + "pattern": "self_method_not_found", + "note": "self.assertRaisesRegex(...) not found in class 'TestParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 239, + "pattern": "self_method_not_found", + "note": "self.assertMultiLineEqual(...) not found in class 'TestCppGen' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 246, + "pattern": "self_method_not_found", + "note": "self.assertMultiLineEqual(...) not found in class 'TestCppGen' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 253, + "pattern": "self_method_not_found", + "note": "self.assertMultiLineEqual(...) not found in class 'TestCppGen' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 264, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestCppGen' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lcm_gen.test.lcm_gen_test", + "lineno": 266, + "pattern": "self_method_not_found", + "note": "self.assertEqual(...) not found in class 'TestCppGen' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.lint.buildifier", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.buildifier", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .is_file(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .execvp(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format_lint", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format_lint", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format_lint", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format_lint", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_clang_format_path(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format_lint", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format_lint", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format_lint", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.clang_format_lint", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .access(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.drakelint", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.library_lint_reporter", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.library_lint_reporter", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.library_lint_reporter", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.library_lint_reporter", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.library_lint_reporter", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.library_lint_reporter", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.util", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.buildifier_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.buildifier_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.buildifier_test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.buildifier_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.buildifier_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.buildifier_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.buildifier_test", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.util_test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.util_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.util_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.lint.test.util_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .is_supported(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'boost(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'boost(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get_boost(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .set_boost(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.performance.benchmark_tool", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .getmember(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .extractfile(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'UserError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 189, + "pattern": "name_call_unresolved", + "note": "Call to 'UserError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'UserError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 258, + "pattern": "name_call_unresolved", + "note": "Call to 'UserError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 261, + "pattern": "name_call_unresolved", + "note": "Call to 'UserError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.download_release_candidate", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .resource(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .assets(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .Object(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .download(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .upload_file(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_artifacts(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .push_artifact(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .repository(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.mirror_to_s3", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .latest_release(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .pull_request(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .search_issues(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_commits(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .most_common(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .commits(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .with_suffix(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .commits(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .repository(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.relnotes", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .reader(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .machine(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .getmember(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .extractfile(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .getmember(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .extractfile(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .formatdate(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.release_engineering.repack_deb", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.py_env_runner", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.py_env_runner", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.py_env_runner", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.rewrite_osx_ar_hidden", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.test.pathutils_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.test.pathutils_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.test.pathutils_test", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.skylark.test.pathutils_test", + "lineno": 65, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestPathUtils' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.wheel.image.setup", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.image.setup", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .iglob(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.image.setup", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.image.setup", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.image.setup", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.image.setup", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .Extension(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.change_lpath", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.strip_rpath", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.strip_rpath", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.strip_rpath", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.strip_rpath", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.strip_rpath", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.macos.strip_rpath", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .infolist(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.libs-test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.meshcat-test", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.meshcat-test", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .web_url(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.meshcat-test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.metadata_test", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .version(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.mosek-test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .enabled(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.mosek-test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .machine(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.mosek-test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.mosek-test", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.mosek-test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.mosek-test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .AcquireLicense(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.pyi-install-test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.pyi-install-test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.pyi-install-test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.render-vtk", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.render-vtk", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .freedesktop_os_release(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.render-vtk", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.render-vtk", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.render-vtk", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .AddRenderer(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.render-vtk", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .RendererCount(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .getDrakePath(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .GetPath(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .PackageMap(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .SnoptSolver(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .MathematicalProgram(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .NewContinuousVariables(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .AddLinearConstraint(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .AddQuadraticCost(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .eye(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .IpoptSolver(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .is_success(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.sanity-test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .Solve(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.size-test", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.test.tests.size-test", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .getsize(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .compress(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .setlocale(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .add_build_arguments(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .add_selection_arguments(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .fixup_options(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.common", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .machine(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'Platform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .platform(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .platform(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .platform(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .platform(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .platform(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .platform(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .urandom(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .platform(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux_types", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux_types", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux_types", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.linux_types", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'Role(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.linux_types", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'Role(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .mac_ver(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .copy2(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos_types", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos_types", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.macos_types", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.wheel.wheel_builder.main", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'main(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 49, + "pattern": "self_method_not_found", + "note": "self.subTest(...) not found in class 'TestBzlmodSync' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tools.workspace.bzlmod_sync_test", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .add_mutually_exclusive_group(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'transformer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.cmake_configure_file", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.metadata", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .resource(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .Object(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_content(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mirror_to_s3", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .upload_file(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .rename(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 187, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .tags(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 196, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .repository(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .tags(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .latest_release(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 255, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 268, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 270, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 325, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 326, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 327, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 328, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 329, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 330, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 332, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 333, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 334, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 335, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .quote(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 336, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .quote(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 337, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 338, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 384, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 416, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 477, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 478, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 489, + "pattern": "name_call_unresolved", + "note": "Call to 'UpgradeResult(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 498, + "pattern": "name_call_unresolved", + "note": "Call to 'UpgradeResult(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 501, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 506, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 507, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 532, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 538, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 539, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 540, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 541, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 542, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 556, + "pattern": "name_call_unresolved", + "note": "Call to 'UpgradeResult(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 578, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 583, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 584, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 585, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 586, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 587, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 603, + "pattern": "name_call_unresolved", + "note": "Call to 'warn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .getpass(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .Repo(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 714, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.new_release", + "lineno": 750, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 754, + "pattern": "name_call_unresolved", + "note": "Call to 'info(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.new_release", + "lineno": 757, + "pattern": "attribute_call", + "note": "Call via attribute access .check_call(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx_test", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vendor_cxx_test", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bazelisk_internal.test.lint_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bazelisk_internal.test.lint_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.bazelisk_internal.test.lint_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.gen_serialize", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.clarabel_cpp_internal.test.lint_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .SetStrictParsing(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.parse_test", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.tri_homecart_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .AddModels(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.tri_homecart_test", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .parser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.tri_homecart_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Build(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.tri_homecart_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .num_positions(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.drake_models.test.tri_homecart_test", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .plant(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ipopt_internal.test.lint_test", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .read_text(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.lapack_internal.sources_gen", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.libjpeg_turbo_internal.upgrade", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .system(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .machine(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.libclang_setup", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .set_library_file(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .is_definition(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .isalnum(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .get_tokens(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .is_translation_unit(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .Node(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .get_child(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .is_translation_unit(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get_children(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .get_node(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .get_children(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .is_default_constructor(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .argument_types(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .is_copy_constructor(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .is_move_constructor(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .argument_types(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .get_arguments(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .is_const_method(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .sorting_key(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 779, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 792, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .Index(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .clang_createIndex(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .expandtabs(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .TextWrapper(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.mkdoc_comment", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.mkdoc_comment_test", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.mkdoc_internal.test.sample_header_documentation_py_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.nlopt_internal.test.enum_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.ros_xacro_internal.test.xacro_smoke_test", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .iter(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.sdformat_internal.embed_sdf", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.stable_baselines3_internal.test.stable_baselines3_internal_test", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'help(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.workspace.vtk_internal.data_to_header", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vtk_internal.data_to_header", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vtk_internal.data_to_header", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vtk_internal.data_to_header", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vtk_internal.data_to_header", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vtk_internal.data_to_header", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vtk_internal.data_to_header", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "tools.workspace.vtk_internal.data_to_header", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .Create(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .Rlocation(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tutorials.test.notebook_lint_test", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + } + ], + "governance_gate": "APPROVED" +} \ No newline at end of file