diff --git "a/graph_gst-python.json" "b/graph_gst-python.json" new file mode 100644--- /dev/null +++ "b/graph_gst-python.json" @@ -0,0 +1,18999 @@ +{ + "repo_root": "C:\\repos\\v3\\gst-python", + "files_scanned": 68, + "modules_parsed": 46, + "function_graph": { + "examples.dynamic_src": [ + { + "id": "examples.dynamic_src.ProbeData.__init__", + "name": "__init__", + "lineno": 18, + "scope": "ProbeData", + "is_async": false + }, + { + "id": "examples.dynamic_src.bus_call", + "name": "bus_call", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "examples.dynamic_src.dispose_src_cb", + "name": "dispose_src_cb", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "examples.dynamic_src.probe_cb", + "name": "probe_cb", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "examples.dynamic_src.timeout_cb", + "name": "timeout_cb", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "examples.dynamic_src.main", + "name": "main", + "lineno": 59, + "scope": null, + "is_async": false + } + ], + "examples.helloworld": [ + { + "id": "examples.helloworld.bus_call", + "name": "bus_call", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "examples.helloworld.main", + "name": "main", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "examples.record_sound": [ + { + "id": "examples.record_sound.bus_call", + "name": "bus_call", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "examples.record_sound.stop", + "name": "stop", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "examples.plugins.python.audioplot": [ + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.__init__", + "name": "__init__", + "lineno": 80, + "scope": "AudioPlotFilter", + "is_async": false + }, + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.do_get_property", + "name": "do_get_property", + "lineno": 84, + "scope": "AudioPlotFilter", + "is_async": false + }, + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.do_set_property", + "name": "do_set_property", + "lineno": 90, + "scope": "AudioPlotFilter", + "is_async": false + }, + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.do_transform", + "name": "do_transform", + "lineno": 96, + "scope": "AudioPlotFilter", + "is_async": false + }, + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.__append", + "name": "__append", + "lineno": 121, + "scope": "AudioPlotFilter", + "is_async": false + }, + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.do_generate_output", + "name": "do_generate_output", + "lineno": 127, + "scope": "AudioPlotFilter", + "is_async": false + }, + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.do_transform_caps", + "name": "do_transform_caps", + "lineno": 164, + "scope": "AudioPlotFilter", + "is_async": false + }, + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.do_fixate_caps", + "name": "do_fixate_caps", + "lineno": 175, + "scope": "AudioPlotFilter", + "is_async": false + }, + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter.do_set_caps", + "name": "do_set_caps", + "lineno": 189, + "scope": "AudioPlotFilter", + "is_async": false + } + ], + "examples.plugins.python.exampleTransform": [ + { + "id": "examples.plugins.python.exampleTransform.ExampleTransform.do_set_caps", + "name": "do_set_caps", + "lineno": 34, + "scope": "ExampleTransform", + "is_async": false + }, + { + "id": "examples.plugins.python.exampleTransform.ExampleTransform.do_transform_ip", + "name": "do_transform_ip", + "lineno": 40, + "scope": "ExampleTransform", + "is_async": false + } + ], + "examples.plugins.python.identity": [ + { + "id": "examples.plugins.python.identity.Identity.do_transform_ip", + "name": "do_transform_ip", + "lineno": 37, + "scope": "Identity", + "is_async": false + } + ], + "examples.plugins.python.mixer": [ + { + "id": "examples.plugins.python.mixer.BlendData.__init__", + "name": "__init__", + "lineno": 45, + "scope": "BlendData", + "is_async": false + }, + { + "id": "examples.plugins.python.mixer.Videomixer.mix_buffers", + "name": "mix_buffers", + "lineno": 67, + "scope": "Videomixer", + "is_async": false + }, + { + "id": "examples.plugins.python.mixer.Videomixer.do_aggregate", + "name": "do_aggregate", + "lineno": 82, + "scope": "Videomixer", + "is_async": false + } + ], + "examples.plugins.python.py_audiotestsrc": [ + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc.__init__", + "name": "__init__", + "lineno": 75, + "scope": "AudioTestSrc", + "is_async": false + }, + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc.do_set_caps", + "name": "do_set_caps", + "lineno": 86, + "scope": "AudioTestSrc", + "is_async": false + }, + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc.do_get_property", + "name": "do_get_property", + "lineno": 91, + "scope": "AudioTestSrc", + "is_async": false + }, + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc.do_set_property", + "name": "do_set_property", + "lineno": 103, + "scope": "AudioTestSrc", + "is_async": false + }, + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc.do_start", + "name": "do_start", + "lineno": 115, + "scope": "AudioTestSrc", + "is_async": false + }, + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc.do_gst_base_src_query", + "name": "do_gst_base_src_query", + "lineno": 124, + "scope": "AudioTestSrc", + "is_async": false + }, + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc.do_get_times", + "name": "do_get_times", + "lineno": 135, + "scope": "AudioTestSrc", + "is_async": false + }, + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc.do_fill", + "name": "do_fill", + "lineno": 151, + "scope": "AudioTestSrc", + "is_async": false + } + ], + "examples.plugins.python.sinkelement": [ + { + "id": "examples.plugins.python.sinkelement.MySink.do_render", + "name": "do_render", + "lineno": 34, + "scope": "MySink", + "is_async": false + } + ], + "gi.overrides.Gst": [ + { + "id": "gi.overrides.Gst.Element.link_many", + "name": "link_many", + "lineno": 55, + "scope": "Element", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Bin.__init__", + "name": "__init__", + "lineno": 69, + "scope": "Bin", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Bin.add", + "name": "add", + "lineno": 72, + "scope": "Bin", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Bin.make_and_add", + "name": "make_and_add", + "lineno": 77, + "scope": "Bin", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Caps.__nonzero__", + "name": "__nonzero__", + "lineno": 94, + "scope": "Caps", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Caps.__new__", + "name": "__new__", + "lineno": 97, + "scope": "Caps", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Caps.__init__", + "name": "__init__", + "lineno": 118, + "scope": "Caps", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Caps.__str__", + "name": "__str__", + "lineno": 121, + "scope": "Caps", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Caps.__getitem__", + "name": "__getitem__", + "lineno": 124, + "scope": "Caps", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Caps.__len__", + "name": "__len__", + "lineno": 129, + "scope": "Caps", + "is_async": false + }, + { + "id": "gi.overrides.Gst.PadFunc.__init__", + "name": "__init__", + "lineno": 136, + "scope": "PadFunc", + "is_async": false + }, + { + "id": "gi.overrides.Gst.PadFunc.__call__", + "name": "__call__", + "lineno": 139, + "scope": "PadFunc", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Pad.__init__", + "name": "__init__", + "lineno": 157, + "scope": "Pad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Pad.set_chain_function", + "name": "set_chain_function", + "lineno": 160, + "scope": "Pad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Pad.set_event_function", + "name": "set_event_function", + "lineno": 163, + "scope": "Pad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Pad.set_query_function", + "name": "set_query_function", + "lineno": 166, + "scope": "Pad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Pad.query_caps", + "name": "query_caps", + "lineno": 169, + "scope": "Pad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Pad.set_caps", + "name": "set_caps", + "lineno": 172, + "scope": "Pad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Pad.link", + "name": "link", + "lineno": 188, + "scope": "Pad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.GhostPad.__init__", + "name": "__init__", + "lineno": 198, + "scope": "GhostPad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.GhostPad.query_caps", + "name": "query_caps", + "lineno": 210, + "scope": "GhostPad", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Iterator.__iter__", + "name": "__iter__", + "lineno": 234, + "scope": "Iterator", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ElementFactory.get_longname", + "name": "get_longname", + "lineno": 252, + "scope": "ElementFactory", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ElementFactory.get_description", + "name": "get_description", + "lineno": 255, + "scope": "ElementFactory", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ElementFactory.get_klass", + "name": "get_klass", + "lineno": 258, + "scope": "ElementFactory", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ElementFactory.make", + "name": "make", + "lineno": 262, + "scope": "ElementFactory", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Pipeline.__init__", + "name": "__init__", + "lineno": 266, + "scope": "Pipeline", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Structure.__new__", + "name": "__new__", + "lineno": 273, + "scope": "Structure", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Structure.__init__", + "name": "__init__", + "lineno": 294, + "scope": "Structure", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Structure.__getitem__", + "name": "__getitem__", + "lineno": 297, + "scope": "Structure", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Structure.keys", + "name": "keys", + "lineno": 300, + "scope": "Structure", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Structure.keys.foreach", + "name": "foreach", + "lineno": 302, + "scope": "Structure.keys", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Structure.__setitem__", + "name": "__setitem__", + "lineno": 309, + "scope": "Structure", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Structure.__str__", + "name": "__str__", + "lineno": 312, + "scope": "Structure", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__init__", + "name": "__init__", + "lineno": 322, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__init__.__gcd", + "name": "__gcd", + "lineno": 323, + "scope": "Fraction.__init__", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__init__.__simplify", + "name": "__simplify", + "lineno": 330, + "scope": "Fraction.__init__", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__repr__", + "name": "__repr__", + "lineno": 353, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__value__", + "name": "__value__", + "lineno": 356, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__eq__", + "name": "__eq__", + "lineno": 359, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__ne__", + "name": "__ne__", + "lineno": 364, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__mul__", + "name": "__mul__", + "lineno": 367, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__truediv__", + "name": "__truediv__", + "lineno": 378, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__rtruediv__", + "name": "__rtruediv__", + "lineno": 389, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__float__", + "name": "__float__", + "lineno": 396, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Fraction.__str__", + "name": "__str__", + "lineno": 399, + "scope": "Fraction", + "is_async": false + }, + { + "id": "gi.overrides.Gst.IntRange.__init__", + "name": "__init__", + "lineno": 407, + "scope": "IntRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.IntRange.__repr__", + "name": "__repr__", + "lineno": 422, + "scope": "IntRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.IntRange.__str__", + "name": "__str__", + "lineno": 426, + "scope": "IntRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.IntRange.__eq__", + "name": "__eq__", + "lineno": 433, + "scope": "IntRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Int64Range.__init__", + "name": "__init__", + "lineno": 446, + "scope": "Int64Range", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Int64Range.__repr__", + "name": "__repr__", + "lineno": 461, + "scope": "Int64Range", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Int64Range.__str__", + "name": "__str__", + "lineno": 465, + "scope": "Int64Range", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Int64Range.__eq__", + "name": "__eq__", + "lineno": 472, + "scope": "Int64Range", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Bitmask.__init__", + "name": "__init__", + "lineno": 480, + "scope": "Bitmask", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Bitmask.__str__", + "name": "__str__", + "lineno": 486, + "scope": "Bitmask", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Bitmask.__eq__", + "name": "__eq__", + "lineno": 489, + "scope": "Bitmask", + "is_async": false + }, + { + "id": "gi.overrides.Gst.DoubleRange.__init__", + "name": "__init__", + "lineno": 503, + "scope": "DoubleRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.DoubleRange.__repr__", + "name": "__repr__", + "lineno": 510, + "scope": "DoubleRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.DoubleRange.__str__", + "name": "__str__", + "lineno": 513, + "scope": "DoubleRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.FractionRange.__init__", + "name": "__init__", + "lineno": 522, + "scope": "FractionRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.FractionRange.__repr__", + "name": "__repr__", + "lineno": 535, + "scope": "FractionRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.FractionRange.__str__", + "name": "__str__", + "lineno": 539, + "scope": "FractionRange", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueArray.__init__", + "name": "__init__", + "lineno": 547, + "scope": "ValueArray", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueArray.__getitem__", + "name": "__getitem__", + "lineno": 550, + "scope": "ValueArray", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueArray.__setitem__", + "name": "__setitem__", + "lineno": 553, + "scope": "ValueArray", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueArray.__len__", + "name": "__len__", + "lineno": 556, + "scope": "ValueArray", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueArray.__str__", + "name": "__str__", + "lineno": 559, + "scope": "ValueArray", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueArray.__repr__", + "name": "__repr__", + "lineno": 562, + "scope": "ValueArray", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueList.__init__", + "name": "__init__", + "lineno": 570, + "scope": "ValueList", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueList.__getitem__", + "name": "__getitem__", + "lineno": 573, + "scope": "ValueList", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueList.__setitem__", + "name": "__setitem__", + "lineno": 576, + "scope": "ValueList", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueList.__len__", + "name": "__len__", + "lineno": 579, + "scope": "ValueList", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueList.__str__", + "name": "__str__", + "lineno": 582, + "scope": "ValueList", + "is_async": false + }, + { + "id": "gi.overrides.Gst.ValueList.__repr__", + "name": "__repr__", + "lineno": 585, + "scope": "ValueList", + "is_async": false + }, + { + "id": "gi.overrides.Gst.pairwise", + "name": "pairwise", + "lineno": 594, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.Gst.MapInfo.__init__", + "name": "__init__", + "lineno": 600, + "scope": "MapInfo", + "is_async": false + }, + { + "id": "gi.overrides.Gst.MapInfo.__iter__", + "name": "__iter__", + "lineno": 609, + "scope": "MapInfo", + "is_async": false + }, + { + "id": "gi.overrides.Gst.MapInfo.__enter__", + "name": "__enter__", + "lineno": 615, + "scope": "MapInfo", + "is_async": false + }, + { + "id": "gi.overrides.Gst.MapInfo.__exit__", + "name": "__exit__", + "lineno": 621, + "scope": "MapInfo", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Buffer.map_range", + "name": "map_range", + "lineno": 629, + "scope": "Buffer", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Buffer.map", + "name": "map", + "lineno": 636, + "scope": "Buffer", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Buffer.unmap", + "name": "unmap", + "lineno": 643, + "scope": "Buffer", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Memory.map", + "name": "map", + "lineno": 652, + "scope": "Memory", + "is_async": false + }, + { + "id": "gi.overrides.Gst.Memory.unmap", + "name": "unmap", + "lineno": 659, + "scope": "Memory", + "is_async": false + }, + { + "id": "gi.overrides.Gst.TIME_ARGS", + "name": "TIME_ARGS", + "lineno": 666, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.Gst.fake_method", + "name": "fake_method", + "lineno": 695, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.Gst.init_pygst", + "name": "init_pygst", + "lineno": 708, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.Gst.deinit_pygst", + "name": "deinit_pygst", + "lineno": 718, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.Gst.init", + "name": "init", + "lineno": 727, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.Gst.init_check", + "name": "init_check", + "lineno": 733, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.Gst.deinit", + "name": "deinit", + "lineno": 739, + "scope": null, + "is_async": false + } + ], + "gi.overrides.GstPbutils": [ + { + "id": "gi.overrides.GstPbutils.override", + "name": "override", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.GstPbutils.init", + "name": "init", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "gi.overrides.GstPbutils.init.EncodingVideoProfile.__init__", + "name": "__init__", + "lineno": 55, + "scope": "init.EncodingVideoProfile", + "is_async": false + }, + { + "id": "gi.overrides.GstPbutils.init.EncodingAudioProfile.__init__", + "name": "__init__", + "lineno": 67, + "scope": "init.EncodingAudioProfile", + "is_async": false + }, + { + "id": "gi.overrides.GstPbutils.init.EncodingContainerProfile.__init__", + "name": "__init__", + "lineno": 79, + "scope": "init.EncodingContainerProfile", + "is_async": false + } + ], + "old_examples.audio-controller": [ + { + "id": "old_examples.audio-controller.main", + "name": "main", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "old_examples.debugslider": [ + { + "id": "old_examples.debugslider.DebugSlider.__init__", + "name": "__init__", + "lineno": 34, + "scope": "DebugSlider", + "is_async": false + }, + { + "id": "old_examples.debugslider.DebugSlider.__init__.value_changed", + "name": "value_changed", + "lineno": 42, + "scope": "DebugSlider.__init__", + "is_async": false + } + ], + "old_examples.helloworld": [ + { + "id": "old_examples.helloworld.bus_call", + "name": "bus_call", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "old_examples.helloworld.main", + "name": "main", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "old_examples.maemogst": [ + { + "id": "old_examples.maemogst.VideoWidget.__init__", + "name": "__init__", + "lineno": 11, + "scope": "VideoWidget", + "is_async": false + }, + { + "id": "old_examples.maemogst.VideoWidget.do_expose_event", + "name": "do_expose_event", + "lineno": 16, + "scope": "VideoWidget", + "is_async": false + }, + { + "id": "old_examples.maemogst.VideoWidget.set_sink", + "name": "set_sink", + "lineno": 23, + "scope": "VideoWidget", + "is_async": false + }, + { + "id": "old_examples.maemogst.MaemoGstView.__init__", + "name": "__init__", + "lineno": 30, + "scope": "MaemoGstView", + "is_async": false + }, + { + "id": "old_examples.maemogst.MaemoGstView.start_streaming", + "name": "start_streaming", + "lineno": 53, + "scope": "MaemoGstView", + "is_async": false + }, + { + "id": "old_examples.maemogst.MaemoGstView.on_sync_message", + "name": "on_sync_message", + "lineno": 67, + "scope": "MaemoGstView", + "is_async": false + }, + { + "id": "old_examples.maemogst.MaemoGstView.on_message", + "name": "on_message", + "lineno": 79, + "scope": "MaemoGstView", + "is_async": false + }, + { + "id": "old_examples.maemogst.MaemoGstView.on_button_clicked", + "name": "on_button_clicked", + "lineno": 85, + "scope": "MaemoGstView", + "is_async": false + }, + { + "id": "old_examples.maemogst.main", + "name": "main", + "lineno": 96, + "scope": null, + "is_async": false + } + ], + "old_examples.pyidentity": [ + { + "id": "old_examples.pyidentity.PyIdentity.__init__", + "name": "__init__", + "lineno": 22, + "scope": "PyIdentity", + "is_async": false + }, + { + "id": "old_examples.pyidentity.PyIdentity.chainfunc", + "name": "chainfunc", + "lineno": 40, + "scope": "PyIdentity", + "is_async": false + }, + { + "id": "old_examples.pyidentity.PyIdentity.eventfunc", + "name": "eventfunc", + "lineno": 44, + "scope": "PyIdentity", + "is_async": false + }, + { + "id": "old_examples.pyidentity.PyIdentity.srcqueryfunc", + "name": "srcqueryfunc", + "lineno": 47, + "scope": "PyIdentity", + "is_async": false + }, + { + "id": "old_examples.pyidentity.PyIdentity.srceventfunc", + "name": "srceventfunc", + "lineno": 49, + "scope": "PyIdentity", + "is_async": false + } + ], + "old_examples.sinkelement": [ + { + "id": "old_examples.sinkelement.MySink.__init__", + "name": "__init__", + "lineno": 32, + "scope": "MySink", + "is_async": false + }, + { + "id": "old_examples.sinkelement.MySink.chainfunc", + "name": "chainfunc", + "lineno": 43, + "scope": "MySink", + "is_async": false + }, + { + "id": "old_examples.sinkelement.MySink.eventfunc", + "name": "eventfunc", + "lineno": 47, + "scope": "MySink", + "is_async": false + } + ], + "old_examples.tagsetter": [ + { + "id": "old_examples.tagsetter.on_eos", + "name": "on_eos", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "old_examples.tagsetter.main", + "name": "main", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "old_examples.video-controller": [ + { + "id": "old_examples.video-controller.main", + "name": "main", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "testsuite.common": [ + { + "id": "testsuite.common.TestCase.gctrack", + "name": "gctrack", + "lineno": 46, + "scope": "TestCase", + "is_async": false + }, + { + "id": "testsuite.common.TestCase.gccollect", + "name": "gccollect", + "lineno": 55, + "scope": "TestCase", + "is_async": false + }, + { + "id": "testsuite.common.TestCase.gcverify", + "name": "gcverify", + "lineno": 64, + "scope": "TestCase", + "is_async": false + }, + { + "id": "testsuite.common.TestCase.setUp", + "name": "setUp", + "lineno": 85, + "scope": "TestCase", + "is_async": false + }, + { + "id": "testsuite.common.TestCase.tearDown", + "name": "tearDown", + "lineno": 91, + "scope": "TestCase", + "is_async": false + }, + { + "id": "testsuite.common.TestCase.run", + "name": "run", + "lineno": 102, + "scope": "TestCase", + "is_async": false + }, + { + "id": "testsuite.common.SignalMonitor.__init__", + "name": "__init__", + "lineno": 111, + "scope": "SignalMonitor", + "is_async": false + }, + { + "id": "testsuite.common.SignalMonitor.connectToObj", + "name": "connectToObj", + "lineno": 115, + "scope": "SignalMonitor", + "is_async": false + }, + { + "id": "testsuite.common.SignalMonitor.disconnectFromObj", + "name": "disconnectFromObj", + "lineno": 122, + "scope": "SignalMonitor", + "is_async": false + }, + { + "id": "testsuite.common.SignalMonitor._getSignalCounterName", + "name": "_getSignalCounterName", + "lineno": 126, + "scope": "SignalMonitor", + "is_async": false + }, + { + "id": "testsuite.common.SignalMonitor._getSignalCollectName", + "name": "_getSignalCollectName", + "lineno": 130, + "scope": "SignalMonitor", + "is_async": false + }, + { + "id": "testsuite.common.SignalMonitor._signalCb", + "name": "_signalCb", + "lineno": 134, + "scope": "SignalMonitor", + "is_async": false + } + ], + "testsuite.overrides_hack": [ + { + "id": "testsuite.overrides_hack.GstOverrideImport.find_module", + "name": "find_module", + "lineno": 6, + "scope": "GstOverrideImport", + "is_async": false + }, + { + "id": "testsuite.overrides_hack.GstOverrideImport.load_module", + "name": "load_module", + "lineno": 11, + "scope": "GstOverrideImport", + "is_async": false + } + ], + "testsuite.runtests": [ + { + "id": "testsuite.runtests._testcases", + "name": "_testcases", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "testsuite.runtests._tests_suite", + "name": "_tests_suite", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "testsuite.runtests.setup", + "name": "setup", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "testsuite.test_gst": [ + { + "id": "testsuite.test_gst.TimeArgsTest.testNoneTime", + "name": "testNoneTime", + "lineno": 28, + "scope": "TimeArgsTest", + "is_async": false + }, + { + "id": "testsuite.test_gst.TimeArgsTest.testStringTime", + "name": "testStringTime", + "lineno": 31, + "scope": "TimeArgsTest", + "is_async": false + }, + { + "id": "testsuite.test_gst.TimeArgsTest.testClockTimeNone", + "name": "testClockTimeNone", + "lineno": 34, + "scope": "TimeArgsTest", + "is_async": false + }, + { + "id": "testsuite.test_gst.TimeArgsTest.testOneSecond", + "name": "testOneSecond", + "lineno": 37, + "scope": "TimeArgsTest", + "is_async": false + }, + { + "id": "testsuite.test_gst.TestNotInitialized.testNotInitialized", + "name": "testNotInitialized", + "lineno": 41, + "scope": "TestNotInitialized", + "is_async": false + }, + { + "id": "testsuite.test_gst.TestNotInitialized.testNotDeinitialized", + "name": "testNotDeinitialized", + "lineno": 56, + "scope": "TestNotInitialized", + "is_async": false + }, + { + "id": "testsuite.test_gst.TestStructure.test_new", + "name": "test_new", + "lineno": 81, + "scope": "TestStructure", + "is_async": false + }, + { + "id": "testsuite.test_gst.TestBin.test_add_pad", + "name": "test_add_pad", + "lineno": 92, + "scope": "TestBin", + "is_async": false + }, + { + "id": "testsuite.test_gst.TestBufferMap.test_map_unmap_manual", + "name": "test_map_unmap_manual", + "lineno": 98, + "scope": "TestBufferMap", + "is_async": false + }, + { + "id": "testsuite.test_gst.TestBufferMap.test_map_unmap_context", + "name": "test_map_unmap_context", + "lineno": 107, + "scope": "TestBufferMap", + "is_async": false + } + ], + "testsuite.test_plugin": [ + { + "id": "testsuite.test_plugin.TestPlugin.testLoad", + "name": "testLoad", + "lineno": 32, + "scope": "TestPlugin", + "is_async": false + } + ], + "testsuite.test_types": [ + { + "id": "testsuite.test_types.TestDoubleRange.testConstructor", + "name": "testConstructor", + "lineno": 35, + "scope": "TestDoubleRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestDoubleRange.testRepr", + "name": "testRepr", + "lineno": 46, + "scope": "TestDoubleRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestDoubleRange.testGetValue", + "name": "testGetValue", + "lineno": 51, + "scope": "TestDoubleRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testConstructor", + "name": "testConstructor", + "lineno": 63, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testRepr", + "name": "testRepr", + "lineno": 76, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testEqNe", + "name": "testEqNe", + "lineno": 81, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testMul", + "name": "testMul", + "lineno": 92, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testRMul", + "name": "testRMul", + "lineno": 100, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testDiv", + "name": "testDiv", + "lineno": 107, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testRDiv", + "name": "testRDiv", + "lineno": 118, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testFloat", + "name": "testFloat", + "lineno": 124, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testPropertyMarshalling", + "name": "testPropertyMarshalling", + "lineno": 129, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testPropertyMarshalling.bad", + "name": "bad", + "lineno": 150, + "scope": "TestFraction.testPropertyMarshalling", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFraction.testGetFractionValue", + "name": "testGetFractionValue", + "lineno": 158, + "scope": "TestFraction", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFractionRange.testConstructor", + "name": "testConstructor", + "lineno": 169, + "scope": "TestFractionRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFractionRange.testRepr", + "name": "testRepr", + "lineno": 180, + "scope": "TestFractionRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestFractionRange.testGetValue", + "name": "testGetValue", + "lineno": 186, + "scope": "TestFractionRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestDoubleRange.testConstructor", + "name": "testConstructor", + "lineno": 197, + "scope": "TestDoubleRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestDoubleRange.testRepr", + "name": "testRepr", + "lineno": 208, + "scope": "TestDoubleRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestDoubleRange.testGetValue", + "name": "testGetValue", + "lineno": 213, + "scope": "TestDoubleRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestInt64Range.testConstructor", + "name": "testConstructor", + "lineno": 226, + "scope": "TestInt64Range", + "is_async": false + }, + { + "id": "testsuite.test_types.TestInt64Range.testRepr", + "name": "testRepr", + "lineno": 238, + "scope": "TestInt64Range", + "is_async": false + }, + { + "id": "testsuite.test_types.TestInt64Range.testGetValue", + "name": "testGetValue", + "lineno": 244, + "scope": "TestInt64Range", + "is_async": false + }, + { + "id": "testsuite.test_types.TestValueArray.testConstructor", + "name": "testConstructor", + "lineno": 255, + "scope": "TestValueArray", + "is_async": false + }, + { + "id": "testsuite.test_types.TestValueArray.testRepr", + "name": "testRepr", + "lineno": 264, + "scope": "TestValueArray", + "is_async": false + }, + { + "id": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "name": "testPropertyMarshalling", + "lineno": 269, + "scope": "TestValueArray", + "is_async": false + }, + { + "id": "testsuite.test_types.TestValueArray.testPropertyMarshalling.bad", + "name": "bad", + "lineno": 291, + "scope": "TestValueArray.testPropertyMarshalling", + "is_async": false + }, + { + "id": "testsuite.test_types.TestValueArray.testGetValue", + "name": "testGetValue", + "lineno": 300, + "scope": "TestValueArray", + "is_async": false + }, + { + "id": "testsuite.test_types.TestValueList.testConstructor", + "name": "testConstructor", + "lineno": 321, + "scope": "TestValueList", + "is_async": false + }, + { + "id": "testsuite.test_types.TestValueList.testRepr", + "name": "testRepr", + "lineno": 330, + "scope": "TestValueList", + "is_async": false + }, + { + "id": "testsuite.test_types.TestValueList.testGetValue", + "name": "testGetValue", + "lineno": 335, + "scope": "TestValueList", + "is_async": false + }, + { + "id": "testsuite.test_types.TestIntRange.testConstructor", + "name": "testConstructor", + "lineno": 355, + "scope": "TestIntRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestIntRange.testRepr", + "name": "testRepr", + "lineno": 367, + "scope": "TestIntRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestIntRange.testGetValue", + "name": "testGetValue", + "lineno": 373, + "scope": "TestIntRange", + "is_async": false + }, + { + "id": "testsuite.test_types.TestBitmask.testConstructor", + "name": "testConstructor", + "lineno": 384, + "scope": "TestBitmask", + "is_async": false + }, + { + "id": "testsuite.test_types.TestBitmask.testGetValue", + "name": "testGetValue", + "lineno": 390, + "scope": "TestBitmask", + "is_async": false + }, + { + "id": "testsuite.test_types.TestBitmask.testStr", + "name": "testStr", + "lineno": 395, + "scope": "TestBitmask", + "is_async": false + } + ], + "testsuite": [], + "testsuite.old.test_adapter": [ + { + "id": "testsuite.old.test_adapter.AdapterTest.setUp", + "name": "setUp", + "lineno": 25, + "scope": "AdapterTest", + "is_async": false + }, + { + "id": "testsuite.old.test_adapter.AdapterTest.tearDown", + "name": "tearDown", + "lineno": 29, + "scope": "AdapterTest", + "is_async": false + }, + { + "id": "testsuite.old.test_adapter.AdapterTest.testAvailable", + "name": "testAvailable", + "lineno": 33, + "scope": "AdapterTest", + "is_async": false + }, + { + "id": "testsuite.old.test_adapter.AdapterTest.testPeek", + "name": "testPeek", + "lineno": 49, + "scope": "AdapterTest", + "is_async": false + }, + { + "id": "testsuite.old.test_adapter.AdapterTest.testFlush", + "name": "testFlush", + "lineno": 64, + "scope": "AdapterTest", + "is_async": false + }, + { + "id": "testsuite.old.test_adapter.AdapterTest.testTake", + "name": "testTake", + "lineno": 77, + "scope": "AdapterTest", + "is_async": false + } + ], + "testsuite.old.test_audio": [ + { + "id": "testsuite.old.test_audio.Audio.testBufferclip", + "name": "testBufferclip", + "lineno": 25, + "scope": "Audio", + "is_async": false + } + ], + "testsuite.old.test_bin": [ + { + "id": "testsuite.old.test_bin.MyBin.__init__", + "name": "__init__", + "lineno": 34, + "scope": "MyBin", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.MyBin.do_change_state", + "name": "do_change_state", + "lineno": 41, + "scope": "MyBin", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.BinSubclassTest.setUp", + "name": "setUp", + "lineno": 56, + "scope": "BinSubclassTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.BinSubclassTest.tearDown", + "name": "tearDown", + "lineno": 59, + "scope": "BinSubclassTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.BinSubclassTest.testStateChange", + "name": "testStateChange", + "lineno": 62, + "scope": "BinSubclassTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.BinAddRemove.setUp", + "name": "setUp", + "lineno": 101, + "scope": "BinAddRemove", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.BinAddRemove.tearDown", + "name": "tearDown", + "lineno": 105, + "scope": "BinAddRemove", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.BinAddRemove.testError", + "name": "testError", + "lineno": 109, + "scope": "BinAddRemove", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.BinAddRemove.testMany", + "name": "testMany", + "lineno": 127, + "scope": "BinAddRemove", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.Preroll.setUp", + "name": "setUp", + "lineno": 136, + "scope": "Preroll", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.Preroll.tearDown", + "name": "tearDown", + "lineno": 140, + "scope": "Preroll", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.Preroll.testFake", + "name": "testFake", + "lineno": 148, + "scope": "Preroll", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.ConstructorTest.testGood", + "name": "testGood", + "lineno": 182, + "scope": "ConstructorTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bin.ConstructorTest.testBad", + "name": "testBad", + "lineno": 188, + "scope": "ConstructorTest", + "is_async": false + } + ], + "testsuite.old.test_bus": [ + { + "id": "testsuite.old.test_bus.BusSignalTest.testGoodConstructor", + "name": "testGoodConstructor", + "lineno": 28, + "scope": "BusSignalTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bus.BusSignalTest._message_received", + "name": "_message_received", + "lineno": 106, + "scope": "BusSignalTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bus.BusSignalTest.testSyncHandlerCallbackRefcount", + "name": "testSyncHandlerCallbackRefcount", + "lineno": 113, + "scope": "BusSignalTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bus.BusSignalTest.testSyncHandlerCallbackRefcount.callback1", + "name": "callback1", + "lineno": 114, + "scope": "BusSignalTest.testSyncHandlerCallbackRefcount", + "is_async": false + }, + { + "id": "testsuite.old.test_bus.BusSignalTest.testSyncHandlerCallbackRefcount.callback2", + "name": "callback2", + "lineno": 117, + "scope": "BusSignalTest.testSyncHandlerCallbackRefcount", + "is_async": false + }, + { + "id": "testsuite.old.test_bus.BusAddWatchTest.testADumbExample", + "name": "testADumbExample", + "lineno": 146, + "scope": "BusAddWatchTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bus.BusAddWatchTest.testGoodConstructor", + "name": "testGoodConstructor", + "lineno": 161, + "scope": "BusAddWatchTest", + "is_async": false + }, + { + "id": "testsuite.old.test_bus.BusAddWatchTest._message_received", + "name": "_message_received", + "lineno": 232, + "scope": "BusAddWatchTest", + "is_async": false + } + ], + "testsuite.old.test_caps": [ + { + "id": "testsuite.old.test_caps.CapsTest.setUp", + "name": "setUp", + "lineno": 27, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsMime", + "name": "testCapsMime", + "lineno": 37, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsList", + "name": "testCapsList", + "lineno": 41, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsContainingMiniObjects", + "name": "testCapsContainingMiniObjects", + "lineno": 50, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsConstructEmpty", + "name": "testCapsConstructEmpty", + "lineno": 62, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsConstructFromString", + "name": "testCapsConstructFromString", + "lineno": 66, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsConstructFromStructure", + "name": "testCapsConstructFromStructure", + "lineno": 75, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsConstructFromStructures", + "name": "testCapsConstructFromStructures", + "lineno": 86, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsReferenceStructs", + "name": "testCapsReferenceStructs", + "lineno": 105, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsStructureChange", + "name": "testCapsStructureChange", + "lineno": 113, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testCapsBadConstructor", + "name": "testCapsBadConstructor", + "lineno": 122, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testTrueFalse", + "name": "testTrueFalse", + "lineno": 133, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testComparisons", + "name": "testComparisons", + "lineno": 140, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testFilters", + "name": "testFilters", + "lineno": 154, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.doSubtract", + "name": "doSubtract", + "lineno": 160, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testSubtract", + "name": "testSubtract", + "lineno": 175, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testNoneValue", + "name": "testNoneValue", + "lineno": 183, + "scope": "CapsTest", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testNoneValue.invalid_assignment", + "name": "invalid_assignment", + "lineno": 186, + "scope": "CapsTest.testNoneValue", + "is_async": false + }, + { + "id": "testsuite.old.test_caps.CapsTest.testNoneValue.invalid_set_value", + "name": "invalid_set_value", + "lineno": 190, + "scope": "CapsTest.testNoneValue", + "is_async": false + } + ], + "testsuite.old.test_element": [ + { + "id": "testsuite.old.test_element.TestElement.break_it_down", + "name": "break_it_down", + "lineno": 30, + "scope": "TestElement", + "is_async": false + }, + { + "id": "testsuite.old.test_element.ElementTest.testGoodConstructor", + "name": "testGoodConstructor", + "lineno": 37, + "scope": "ElementTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.ElementName.testElementStateGetName", + "name": "testElementStateGetName", + "lineno": 160, + "scope": "ElementName", + "is_async": false + }, + { + "id": "testsuite.old.test_element.QueryTest.setUp", + "name": "setUp", + "lineno": 176, + "scope": "QueryTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.QueryTest.tearDown", + "name": "tearDown", + "lineno": 186, + "scope": "QueryTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.QueryTest.testQuery", + "name": "testQuery", + "lineno": 191, + "scope": "QueryTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.QueueTest.testConstruct", + "name": "testConstruct", + "lineno": 205, + "scope": "QueueTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.DebugTest.testDebug", + "name": "testDebug", + "lineno": 211, + "scope": "DebugTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.DebugTest.testElementDebug", + "name": "testElementDebug", + "lineno": 220, + "scope": "DebugTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.LinkTest.testLinkNoPads", + "name": "testLinkNoPads", + "lineno": 226, + "scope": "LinkTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.LinkTest.testLink", + "name": "testLink", + "lineno": 231, + "scope": "LinkTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.LinkTest.testLinkPads", + "name": "testLinkPads", + "lineno": 239, + "scope": "LinkTest", + "is_async": false + }, + { + "id": "testsuite.old.test_element.LinkTest.testLinkFiltered", + "name": "testLinkFiltered", + "lineno": 246, + "scope": "LinkTest", + "is_async": false + } + ], + "testsuite.old.test_event": [ + { + "id": "testsuite.old.test_event.EventTest.setUp", + "name": "setUp", + "lineno": 31, + "scope": "EventTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventTest.tearDown", + "name": "tearDown", + "lineno": 37, + "scope": "EventTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventTest.testEventSeek", + "name": "testEventSeek", + "lineno": 51, + "scope": "EventTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventTest.testWrongEvent", + "name": "testWrongEvent", + "lineno": 67, + "scope": "EventTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventFileSrcTest.setUp", + "name": "setUp", + "lineno": 76, + "scope": "EventFileSrcTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventFileSrcTest.tearDown", + "name": "tearDown", + "lineno": 88, + "scope": "EventFileSrcTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventFileSrcTest.handoff_cb", + "name": "handoff_cb", + "lineno": 100, + "scope": "EventFileSrcTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventFileSrcTest.playAndIter", + "name": "playAndIter", + "lineno": 103, + "scope": "EventFileSrcTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventFileSrcTest.sink_seek", + "name": "sink_seek", + "lineno": 116, + "scope": "EventFileSrcTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventFileSrcTest.testSimple", + "name": "testSimple", + "lineno": 121, + "scope": "EventFileSrcTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.EventFileSrcTest.testSeekCur", + "name": "testSeekCur", + "lineno": 125, + "scope": "EventFileSrcTest", + "is_async": false + }, + { + "id": "testsuite.old.test_event.TestEmit.testEmit", + "name": "testEmit", + "lineno": 130, + "scope": "TestEmit", + "is_async": false + }, + { + "id": "testsuite.old.test_event.TestEmit._event_cb", + "name": "_event_cb", + "lineno": 140, + "scope": "TestEmit", + "is_async": false + }, + { + "id": "testsuite.old.test_event.TestDelayedEventProbe.setUp", + "name": "setUp", + "lineno": 149, + "scope": "TestDelayedEventProbe", + "is_async": false + }, + { + "id": "testsuite.old.test_event.TestDelayedEventProbe.tearDown", + "name": "tearDown", + "lineno": 157, + "scope": "TestDelayedEventProbe", + "is_async": false + }, + { + "id": "testsuite.old.test_event.TestDelayedEventProbe.testProbe", + "name": "testProbe", + "lineno": 167, + "scope": "TestDelayedEventProbe", + "is_async": false + }, + { + "id": "testsuite.old.test_event.TestDelayedEventProbe._event_probe_cb", + "name": "_event_probe_cb", + "lineno": 191, + "scope": "TestDelayedEventProbe", + "is_async": false + }, + { + "id": "testsuite.old.test_event.TestDelayedEventProbe._buffer_probe_cb", + "name": "_buffer_probe_cb", + "lineno": 209, + "scope": "TestDelayedEventProbe", + "is_async": false + }, + { + "id": "testsuite.old.test_event.TestEventCreationParsing.testEventStep", + "name": "testEventStep", + "lineno": 230, + "scope": "TestEventCreationParsing", + "is_async": false + } + ], + "testsuite.old.test_ghostpad": [ + { + "id": "testsuite.old.test_ghostpad.SrcBin.prepare", + "name": "prepare", + "lineno": 30, + "scope": "SrcBin", + "is_async": false + }, + { + "id": "testsuite.old.test_ghostpad.SinkBin.prepare", + "name": "prepare", + "lineno": 39, + "scope": "SinkBin", + "is_async": false + }, + { + "id": "testsuite.old.test_ghostpad.SinkBin.connect_handoff", + "name": "connect_handoff", + "lineno": 47, + "scope": "SinkBin", + "is_async": false + }, + { + "id": "testsuite.old.test_ghostpad.PipeTest.setUp", + "name": "setUp", + "lineno": 55, + "scope": "PipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_ghostpad.PipeTest.tearDown", + "name": "tearDown", + "lineno": 72, + "scope": "PipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_ghostpad.PipeTest.testBinState", + "name": "testBinState", + "lineno": 97, + "scope": "PipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_ghostpad.PipeTest._src_buffer_probe_cb", + "name": "_src_buffer_probe_cb", + "lineno": 149, + "scope": "PipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_ghostpad.PipeTest._sink_handoff_cb", + "name": "_sink_handoff_cb", + "lineno": 176, + "scope": "PipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_ghostpad.TargetTest.test_target", + "name": "test_target", + "lineno": 181, + "scope": "TargetTest", + "is_async": false + } + ], + "testsuite.old.test_iterator": [ + { + "id": "testsuite.old.test_iterator.IteratorTest.testBinIterateElements", + "name": "testBinIterateElements", + "lineno": 25, + "scope": "IteratorTest", + "is_async": false + }, + { + "id": "testsuite.old.test_iterator.IteratorTest.testBinIterateSorted", + "name": "testBinIterateSorted", + "lineno": 44, + "scope": "IteratorTest", + "is_async": false + }, + { + "id": "testsuite.old.test_iterator.IteratorTest.testBinIterateRecurse", + "name": "testBinIterateRecurse", + "lineno": 53, + "scope": "IteratorTest", + "is_async": false + }, + { + "id": "testsuite.old.test_iterator.IteratorTest.testBinIterateSinks", + "name": "testBinIterateSinks", + "lineno": 62, + "scope": "IteratorTest", + "is_async": false + }, + { + "id": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSrc", + "name": "testIteratePadsFakeSrc", + "lineno": 73, + "scope": "IteratorTest", + "is_async": false + }, + { + "id": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSink", + "name": "testIteratePadsFakeSink", + "lineno": 92, + "scope": "IteratorTest", + "is_async": false + }, + { + "id": "testsuite.old.test_iterator.IteratorTest.testInvalidIterator", + "name": "testInvalidIterator", + "lineno": 111, + "scope": "IteratorTest", + "is_async": false + } + ], + "testsuite.old.test_libtag": [ + { + "id": "testsuite.old.test_libtag.TesLibTag.testXmp", + "name": "testXmp", + "lineno": 25, + "scope": "TesLibTag", + "is_async": false + } + ], + "testsuite.old.test_message": [ + { + "id": "testsuite.old.test_message.NewTest.testEOS", + "name": "testEOS", + "lineno": 26, + "scope": "NewTest", + "is_async": false + }, + { + "id": "testsuite.old.test_message.NewTest.message_application_cb", + "name": "message_application_cb", + "lineno": 33, + "scope": "NewTest", + "is_async": false + }, + { + "id": "testsuite.old.test_message.NewTest.testApplication", + "name": "testApplication", + "lineno": 38, + "scope": "NewTest", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.setUp", + "name": "setUp", + "lineno": 60, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.tearDown", + "name": "tearDown", + "lineno": 64, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.testCustomMessage", + "name": "testCustomMessage", + "lineno": 67, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.testTagMessage", + "name": "testTagMessage", + "lineno": 80, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.testTagFullMessage", + "name": "testTagFullMessage", + "lineno": 108, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.testStepStartMessage", + "name": "testStepStartMessage", + "lineno": 140, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.testStepDoneMessage", + "name": "testStepDoneMessage", + "lineno": 154, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.testStructureChangeMessage", + "name": "testStructureChangeMessage", + "lineno": 169, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.testRequestStateMessage", + "name": "testRequestStateMessage", + "lineno": 182, + "scope": "TestCreateMessages", + "is_async": false + }, + { + "id": "testsuite.old.test_message.TestCreateMessages.testBufferingStatsMessage", + "name": "testBufferingStatsMessage", + "lineno": 188, + "scope": "TestCreateMessages", + "is_async": false + } + ], + "testsuite.old.test_pad": [ + { + "id": "testsuite.old.test_pad.PadTemplateTest.testConstructor", + "name": "testConstructor", + "lineno": 29, + "scope": "PadTemplateTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushUnlinkedTest.setUp", + "name": "setUp", + "lineno": 37, + "scope": "PadPushUnlinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushUnlinkedTest.tearDown", + "name": "tearDown", + "lineno": 42, + "scope": "PadPushUnlinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushUnlinkedTest.testNoProbe", + "name": "testNoProbe", + "lineno": 51, + "scope": "PadPushUnlinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushUnlinkedTest.testFalseProbe", + "name": "testFalseProbe", + "lineno": 59, + "scope": "PadPushUnlinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushUnlinkedTest.testTrueProbe", + "name": "testTrueProbe", + "lineno": 67, + "scope": "PadPushUnlinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushUnlinkedTest._probe_handler", + "name": "_probe_handler", + "lineno": 75, + "scope": "PadPushUnlinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushLinkedTest.setUp", + "name": "setUp", + "lineno": 79, + "scope": "PadPushLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushLinkedTest.tearDown", + "name": "tearDown", + "lineno": 92, + "scope": "PadPushLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushLinkedTest._chain_func", + "name": "_chain_func", + "lineno": 103, + "scope": "PadPushLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushLinkedTest.testNoProbe", + "name": "testNoProbe", + "lineno": 110, + "scope": "PadPushLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushLinkedTest.testFalseProbe", + "name": "testFalseProbe", + "lineno": 125, + "scope": "PadPushLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushLinkedTest.testTrueProbe", + "name": "testTrueProbe", + "lineno": 134, + "scope": "PadPushLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushLinkedTest._probe_handler", + "name": "_probe_handler", + "lineno": 155, + "scope": "PadPushLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushEventLinkedTest.setUp", + "name": "setUp", + "lineno": 160, + "scope": "PadPushEventLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushEventLinkedTest.tearDown", + "name": "tearDown", + "lineno": 173, + "scope": "PadPushEventLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushEventLinkedTest._chain_func", + "name": "_chain_func", + "lineno": 184, + "scope": "PadPushEventLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushEventLinkedTest.testNoProbe", + "name": "testNoProbe", + "lineno": 191, + "scope": "PadPushEventLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushEventLinkedTest.testFalseProbe", + "name": "testFalseProbe", + "lineno": 207, + "scope": "PadPushEventLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushEventLinkedTest.testTrueProbe", + "name": "testTrueProbe", + "lineno": 226, + "scope": "PadPushEventLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushEventLinkedTest._probe_handler", + "name": "_probe_handler", + "lineno": 257, + "scope": "PadPushEventLinkedTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushProbeLinkTest.setUp", + "name": "setUp", + "lineno": 265, + "scope": "PadPushProbeLinkTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushProbeLinkTest.tearDown", + "name": "tearDown", + "lineno": 277, + "scope": "PadPushProbeLinkTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushProbeLinkTest._chain_func", + "name": "_chain_func", + "lineno": 288, + "scope": "PadPushProbeLinkTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushProbeLinkTest.testProbeLink", + "name": "testProbeLink", + "lineno": 293, + "scope": "PadPushProbeLinkTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPushProbeLinkTest._probe_handler", + "name": "_probe_handler", + "lineno": 308, + "scope": "PadPushProbeLinkTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadTest.testConstructor", + "name": "testConstructor", + "lineno": 314, + "scope": "PadTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPipelineTest.setUp", + "name": "setUp", + "lineno": 332, + "scope": "PadPipelineTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadPipelineTest.tearDown", + "name": "tearDown", + "lineno": 338, + "scope": "PadPipelineTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest.setUp", + "name": "setUp", + "lineno": 352, + "scope": "PadProbePipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest.tearDown", + "name": "tearDown", + "lineno": 378, + "scope": "PadProbePipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest.testFakeSrcProbeOnceKeep", + "name": "testFakeSrcProbeOnceKeep", + "lineno": 403, + "scope": "PadProbePipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest.testFakeSrcProbeMany", + "name": "testFakeSrcProbeMany", + "lineno": 427, + "scope": "PadProbePipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest._probe_callback_fakesrc", + "name": "_probe_callback_fakesrc", + "lineno": 443, + "scope": "PadProbePipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest._handoff_callback_fakesink", + "name": "_handoff_callback_fakesink", + "lineno": 451, + "scope": "PadProbePipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest.testRemovingProbe", + "name": "testRemovingProbe", + "lineno": 461, + "scope": "PadProbePipeTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest.testRemovingProbe.buffer_probe", + "name": "buffer_probe", + "lineno": 466, + "scope": "PadProbePipeTest.testRemovingProbe", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadRefCountTest.testAddPad", + "name": "testAddPad", + "lineno": 488, + "scope": "PadRefCountTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadBlockTest.testCallbackFlush", + "name": "testCallbackFlush", + "lineno": 526, + "scope": "PadBlockTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadBlockTest.testCallbackFlush.blocked_cb", + "name": "blocked_cb", + "lineno": 530, + "scope": "PadBlockTest.testCallbackFlush", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadBlockTest.testCallbackRefcount", + "name": "testCallbackRefcount", + "lineno": 542, + "scope": "PadBlockTest", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadBlockTest.testCallbackRefcount.blocked_cb", + "name": "blocked_cb", + "lineno": 543, + "scope": "PadBlockTest.testCallbackRefcount", + "is_async": false + }, + { + "id": "testsuite.old.test_pad.PadBlockTest.testCallbackRefcount.unblocked_cb", + "name": "unblocked_cb", + "lineno": 546, + "scope": "PadBlockTest.testCallbackRefcount", + "is_async": false + } + ], + "testsuite.old.test_pbutils": [ + { + "id": "testsuite.old.test_pbutils.Descriptions.testSourceDescription", + "name": "testSourceDescription", + "lineno": 25, + "scope": "Descriptions", + "is_async": false + }, + { + "id": "testsuite.old.test_pbutils.Descriptions.testSinkDescription", + "name": "testSinkDescription", + "lineno": 30, + "scope": "Descriptions", + "is_async": false + }, + { + "id": "testsuite.old.test_pbutils.Descriptions.testDecoderDescription", + "name": "testDecoderDescription", + "lineno": 35, + "scope": "Descriptions", + "is_async": false + }, + { + "id": "testsuite.old.test_pbutils.Descriptions.testCodecDescription", + "name": "testCodecDescription", + "lineno": 40, + "scope": "Descriptions", + "is_async": false + }, + { + "id": "testsuite.old.test_pbutils.Descriptions.testEncoderDescription", + "name": "testEncoderDescription", + "lineno": 45, + "scope": "Descriptions", + "is_async": false + }, + { + "id": "testsuite.old.test_pbutils.Descriptions.testElementDescription", + "name": "testElementDescription", + "lineno": 50, + "scope": "Descriptions", + "is_async": false + }, + { + "id": "testsuite.old.test_pbutils.Descriptions.testAddCodecDescription", + "name": "testAddCodecDescription", + "lineno": 55, + "scope": "Descriptions", + "is_async": false + } + ], + "testsuite.old.test_registry": [ + { + "id": "testsuite.old.test_registry.RegistryTest.setUp", + "name": "setUp", + "lineno": 28, + "scope": "RegistryTest", + "is_async": false + }, + { + "id": "testsuite.old.test_registry.RegistryTest.testGetDefault", + "name": "testGetDefault", + "lineno": 33, + "scope": "RegistryTest", + "is_async": false + }, + { + "id": "testsuite.old.test_registry.RegistryTest.testPluginList", + "name": "testPluginList", + "lineno": 36, + "scope": "RegistryTest", + "is_async": false + }, + { + "id": "testsuite.old.test_registry.RegistryTest.testGetPathList", + "name": "testGetPathList", + "lineno": 40, + "scope": "RegistryTest", + "is_async": false + }, + { + "id": "testsuite.old.test_registry.RegistryFeatureTest.setUp", + "name": "setUp", + "lineno": 47, + "scope": "RegistryFeatureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_registry.RegistryFeatureTest.testFeatureList", + "name": "testFeatureList", + "lineno": 55, + "scope": "RegistryFeatureTest", + "is_async": false + } + ], + "testsuite.old.test_segment": [ + { + "id": "testsuite.old.test_segment.SegmentTest.testSeekNoSize", + "name": "testSeekNoSize", + "lineno": 24, + "scope": "SegmentTest", + "is_async": false + } + ], + "testsuite.old.test_struct": [ + { + "id": "testsuite.old.test_struct.StructureTest.setUp", + "name": "setUp", + "lineno": 27, + "scope": "StructureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_struct.StructureTest.testName", + "name": "testName", + "lineno": 31, + "scope": "StructureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_struct.StructureTest.testInt", + "name": "testInt", + "lineno": 36, + "scope": "StructureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_struct.StructureTest.testString", + "name": "testString", + "lineno": 45, + "scope": "StructureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_struct.StructureTest.testBoolean", + "name": "testBoolean", + "lineno": 54, + "scope": "StructureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_struct.StructureTest.testCreateInt", + "name": "testCreateInt", + "lineno": 63, + "scope": "StructureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_struct.StructureTest.testGstValue", + "name": "testGstValue", + "lineno": 69, + "scope": "StructureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_struct.StructureTest.testStructureChange", + "name": "testStructureChange", + "lineno": 104, + "scope": "StructureTest", + "is_async": false + }, + { + "id": "testsuite.old.test_struct.StructureTest.testKeys", + "name": "testKeys", + "lineno": 112, + "scope": "StructureTest", + "is_async": false + } + ], + "testsuite.old.test_taglist": [ + { + "id": "testsuite.old.test_taglist.TestTagList.testContains", + "name": "testContains", + "lineno": 25, + "scope": "TestTagList", + "is_async": false + }, + { + "id": "testsuite.old.test_taglist.TestTagList.testLength", + "name": "testLength", + "lineno": 31, + "scope": "TestTagList", + "is_async": false + }, + { + "id": "testsuite.old.test_taglist.TestTagList.testKeys", + "name": "testKeys", + "lineno": 38, + "scope": "TestTagList", + "is_async": false + }, + { + "id": "testsuite.old.test_taglist.TestTagList.testUnicode", + "name": "testUnicode", + "lineno": 47, + "scope": "TestTagList", + "is_async": false + }, + { + "id": "testsuite.old.test_taglist.TestTagList.testUnsignedInt", + "name": "testUnsignedInt", + "lineno": 67, + "scope": "TestTagList", + "is_async": false + } + ], + "testsuite.old.test_typefind": [ + { + "id": "testsuite.old.test_typefind.TypeFindTest.testTypeFind", + "name": "testTypeFind", + "lineno": 27, + "scope": "TypeFindTest", + "is_async": false + }, + { + "id": "testsuite.old.test_typefind.TypeFindTest.testTypeFind.application_awesome_type_find", + "name": "application_awesome_type_find", + "lineno": 28, + "scope": "TypeFindTest.testTypeFind", + "is_async": false + } + ], + "testsuite.old.test_xml": [ + { + "id": "testsuite.old.test_xml.PadTest.testQuery", + "name": "testQuery", + "lineno": 27, + "scope": "PadTest", + "is_async": false + } + ], + "testsuite.python.identity": [ + { + "id": "testsuite.python.identity.Identity.__init__", + "name": "__init__", + "lineno": 38, + "scope": "Identity", + "is_async": false + }, + { + "id": "testsuite.python.identity.Identity.do_transform_ip", + "name": "do_transform_ip", + "lineno": 41, + "scope": "Identity", + "is_async": false + } + ] + }, + "class_graph": { + "examples.dynamic_src": [ + { + "id": "examples.dynamic_src.ProbeData", + "name": "ProbeData", + "lineno": 17, + "bases": [], + "scope": null + } + ], + "examples.helloworld": [], + "examples.record_sound": [], + "examples.plugins.python.audioplot": [ + { + "id": "examples.plugins.python.audioplot.AudioPlotFilter", + "name": "AudioPlotFilter", + "lineno": 57, + "bases": [ + "GstBase.BaseTransform" + ], + "scope": null + } + ], + "examples.plugins.python.exampleTransform": [ + { + "id": "examples.plugins.python.exampleTransform.ExampleTransform", + "name": "ExampleTransform", + "lineno": 21, + "bases": [ + "GstBase.BaseTransform" + ], + "scope": null + } + ], + "examples.plugins.python.identity": [ + { + "id": "examples.plugins.python.identity.Identity", + "name": "Identity", + "lineno": 24, + "bases": [ + "GstBase.BaseTransform" + ], + "scope": null + } + ], + "examples.plugins.python.mixer": [ + { + "id": "examples.plugins.python.mixer.BlendData", + "name": "BlendData", + "lineno": 44, + "bases": [], + "scope": null + }, + { + "id": "examples.plugins.python.mixer.Videomixer", + "name": "Videomixer", + "lineno": 50, + "bases": [ + "GstBase.Aggregator" + ], + "scope": null + } + ], + "examples.plugins.python.py_audiotestsrc": [ + { + "id": "examples.plugins.python.py_audiotestsrc.AudioTestSrc", + "name": "AudioTestSrc", + "lineno": 35, + "bases": [ + "GstBase.BaseSrc" + ], + "scope": null + } + ], + "examples.plugins.python.sinkelement": [ + { + "id": "examples.plugins.python.sinkelement.MySink", + "name": "MySink", + "lineno": 25, + "bases": [ + "GstBase.BaseSink" + ], + "scope": null + } + ], + "gi.overrides.Gst": [ + { + "id": "gi.overrides.Gst.Element", + "name": "Element", + "lineno": 53, + "bases": [ + "Gst.Element" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Bin", + "name": "Bin", + "lineno": 68, + "bases": [ + "Gst.Bin" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Caps", + "name": "Caps", + "lineno": 92, + "bases": [ + "Gst.Caps" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.PadFunc", + "name": "PadFunc", + "lineno": 135, + "bases": [], + "scope": null + }, + { + "id": "gi.overrides.Gst.Pad", + "name": "Pad", + "lineno": 156, + "bases": [ + "Gst.Pad" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.GhostPad", + "name": "GhostPad", + "lineno": 197, + "bases": [ + "Gst.GhostPad" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.IteratorError", + "name": "IteratorError", + "lineno": 216, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.AddError", + "name": "AddError", + "lineno": 220, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.LinkError", + "name": "LinkError", + "lineno": 224, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.MapError", + "name": "MapError", + "lineno": 228, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Iterator", + "name": "Iterator", + "lineno": 233, + "bases": [ + "Gst.Iterator" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.ElementFactory", + "name": "ElementFactory", + "lineno": 249, + "bases": [ + "Gst.ElementFactory" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Pipeline", + "name": "Pipeline", + "lineno": 265, + "bases": [ + "Gst.Pipeline" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Structure", + "name": "Structure", + "lineno": 272, + "bases": [ + "Gst.Structure" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Fraction", + "name": "Fraction", + "lineno": 321, + "bases": [ + "Gst.Fraction" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.IntRange", + "name": "IntRange", + "lineno": 406, + "bases": [ + "Gst.IntRange" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Int64Range", + "name": "Int64Range", + "lineno": 445, + "bases": [ + "Gst.Int64Range" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Bitmask", + "name": "Bitmask", + "lineno": 479, + "bases": [ + "Gst.Bitmask" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.DoubleRange", + "name": "DoubleRange", + "lineno": 502, + "bases": [ + "Gst.DoubleRange" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.FractionRange", + "name": "FractionRange", + "lineno": 521, + "bases": [ + "Gst.FractionRange" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.ValueArray", + "name": "ValueArray", + "lineno": 546, + "bases": [ + "Gst.ValueArray" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.ValueList", + "name": "ValueList", + "lineno": 569, + "bases": [ + "Gst.ValueList" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.MapInfo", + "name": "MapInfo", + "lineno": 599, + "bases": [], + "scope": null + }, + { + "id": "gi.overrides.Gst.Buffer", + "name": "Buffer", + "lineno": 627, + "bases": [ + "Gst.Buffer" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.Memory", + "name": "Memory", + "lineno": 650, + "bases": [ + "Gst.Memory" + ], + "scope": null + }, + { + "id": "gi.overrides.Gst.NotInitialized", + "name": "NotInitialized", + "lineno": 691, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "gi.overrides.GstPbutils": [ + { + "id": "gi.overrides.GstPbutils.EncodingVideoProfile", + "name": "EncodingVideoProfile", + "lineno": 54, + "bases": [ + "GstPbutils.EncodingVideoProfile" + ], + "scope": null + }, + { + "id": "gi.overrides.GstPbutils.EncodingAudioProfile", + "name": "EncodingAudioProfile", + "lineno": 66, + "bases": [ + "GstPbutils.EncodingAudioProfile" + ], + "scope": null + }, + { + "id": "gi.overrides.GstPbutils.EncodingContainerProfile", + "name": "EncodingContainerProfile", + "lineno": 78, + "bases": [ + "GstPbutils.EncodingContainerProfile" + ], + "scope": null + } + ], + "old_examples.audio-controller": [], + "old_examples.debugslider": [ + { + "id": "old_examples.debugslider.DebugSlider", + "name": "DebugSlider", + "lineno": 33, + "bases": [ + "gtk.HScale" + ], + "scope": null + } + ], + "old_examples.helloworld": [], + "old_examples.maemogst": [ + { + "id": "old_examples.maemogst.VideoWidget", + "name": "VideoWidget", + "lineno": 10, + "bases": [ + "gtk.DrawingArea" + ], + "scope": null + }, + { + "id": "old_examples.maemogst.MaemoGstView", + "name": "MaemoGstView", + "lineno": 28, + "bases": [], + "scope": null + } + ], + "old_examples.pyidentity": [ + { + "id": "old_examples.pyidentity.PyIdentity", + "name": "PyIdentity", + "lineno": 12, + "bases": [ + "gst.Element" + ], + "scope": null + } + ], + "old_examples.sinkelement": [ + { + "id": "old_examples.sinkelement.MySink", + "name": "MySink", + "lineno": 25, + "bases": [ + "gst.Element" + ], + "scope": null + } + ], + "old_examples.tagsetter": [], + "old_examples.video-controller": [], + "testsuite.common": [ + { + "id": "testsuite.common.TestCase", + "name": "TestCase", + "lineno": 43, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "testsuite.common.SignalMonitor", + "name": "SignalMonitor", + "lineno": 109, + "bases": [ + "object" + ], + "scope": null + } + ], + "testsuite.overrides_hack": [ + { + "id": "testsuite.overrides_hack.GstOverrideImport", + "name": "GstOverrideImport", + "lineno": 5, + "bases": [], + "scope": null + } + ], + "testsuite.runtests": [], + "testsuite.test_gst": [ + { + "id": "testsuite.test_gst.TimeArgsTest", + "name": "TimeArgsTest", + "lineno": 27, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_gst.TestNotInitialized", + "name": "TestNotInitialized", + "lineno": 40, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_gst.TestStructure", + "name": "TestStructure", + "lineno": 79, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_gst.TestBin", + "name": "TestBin", + "lineno": 90, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_gst.TestBufferMap", + "name": "TestBufferMap", + "lineno": 96, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.test_plugin": [ + { + "id": "testsuite.test_plugin.TestPlugin", + "name": "TestPlugin", + "lineno": 31, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.test_types": [ + { + "id": "testsuite.test_types.TestDoubleRange", + "name": "TestDoubleRange", + "lineno": 34, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_types.TestFraction", + "name": "TestFraction", + "lineno": 62, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_types.TestFractionRange", + "name": "TestFractionRange", + "lineno": 168, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_types.TestDoubleRange", + "name": "TestDoubleRange", + "lineno": 196, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_types.TestInt64Range", + "name": "TestInt64Range", + "lineno": 224, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_types.TestValueArray", + "name": "TestValueArray", + "lineno": 254, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_types.TestValueList", + "name": "TestValueList", + "lineno": 320, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_types.TestIntRange", + "name": "TestIntRange", + "lineno": 353, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.test_types.TestBitmask", + "name": "TestBitmask", + "lineno": 383, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite": [], + "testsuite.old.test_adapter": [ + { + "id": "testsuite.old.test_adapter.AdapterTest", + "name": "AdapterTest", + "lineno": 23, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_audio": [ + { + "id": "testsuite.old.test_audio.Audio", + "name": "Audio", + "lineno": 23, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_bin": [ + { + "id": "testsuite.old.test_bin.MyBin", + "name": "MyBin", + "lineno": 31, + "bases": [ + "gst.Bin" + ], + "scope": null + }, + { + "id": "testsuite.old.test_bin.BinSubclassTest", + "name": "BinSubclassTest", + "lineno": 55, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_bin.BinAddRemove", + "name": "BinAddRemove", + "lineno": 100, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_bin.Preroll", + "name": "Preroll", + "lineno": 135, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_bin.ConstructorTest", + "name": "ConstructorTest", + "lineno": 181, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_bus": [ + { + "id": "testsuite.old.test_bus.BusSignalTest", + "name": "BusSignalTest", + "lineno": 27, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_bus.BusAddWatchTest", + "name": "BusAddWatchTest", + "lineno": 144, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_caps": [ + { + "id": "testsuite.old.test_caps.CapsTest", + "name": "CapsTest", + "lineno": 26, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_element": [ + { + "id": "testsuite.old.test_element.TestElement", + "name": "TestElement", + "lineno": 29, + "bases": [ + "gst.Bin" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.ElementTest", + "name": "ElementTest", + "lineno": 33, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.NonExistentTest", + "name": "NonExistentTest", + "lineno": 144, + "bases": [ + "ElementTest" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.FileSrcTest", + "name": "FileSrcTest", + "lineno": 151, + "bases": [ + "ElementTest" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.FileSinkTest", + "name": "FileSinkTest", + "lineno": 155, + "bases": [ + "ElementTest" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.ElementName", + "name": "ElementName", + "lineno": 159, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.QueryTest", + "name": "QueryTest", + "lineno": 175, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.QueueTest", + "name": "QueueTest", + "lineno": 204, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.DebugTest", + "name": "DebugTest", + "lineno": 210, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_element.LinkTest", + "name": "LinkTest", + "lineno": 225, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_event": [ + { + "id": "testsuite.old.test_event.EventTest", + "name": "EventTest", + "lineno": 30, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_event.EventFileSrcTest", + "name": "EventFileSrcTest", + "lineno": 74, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_event.TestEmit", + "name": "TestEmit", + "lineno": 129, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_event.TestDelayedEventProbe", + "name": "TestDelayedEventProbe", + "lineno": 144, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_event.TestEventCreationParsing", + "name": "TestEventCreationParsing", + "lineno": 228, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_ghostpad": [ + { + "id": "testsuite.old.test_ghostpad.SrcBin", + "name": "SrcBin", + "lineno": 29, + "bases": [ + "gst.Bin" + ], + "scope": null + }, + { + "id": "testsuite.old.test_ghostpad.SinkBin", + "name": "SinkBin", + "lineno": 38, + "bases": [ + "gst.Bin" + ], + "scope": null + }, + { + "id": "testsuite.old.test_ghostpad.PipeTest", + "name": "PipeTest", + "lineno": 54, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_ghostpad.TargetTest", + "name": "TargetTest", + "lineno": 180, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_iterator": [ + { + "id": "testsuite.old.test_iterator.IteratorTest", + "name": "IteratorTest", + "lineno": 23, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_libtag": [ + { + "id": "testsuite.old.test_libtag.TesLibTag", + "name": "TesLibTag", + "lineno": 24, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_message": [ + { + "id": "testsuite.old.test_message.NewTest", + "name": "NewTest", + "lineno": 25, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_message.TestCreateMessages", + "name": "TestCreateMessages", + "lineno": 58, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_pad": [ + { + "id": "testsuite.old.test_pad.PadTemplateTest", + "name": "PadTemplateTest", + "lineno": 28, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadPushUnlinkedTest", + "name": "PadPushUnlinkedTest", + "lineno": 36, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadPushLinkedTest", + "name": "PadPushLinkedTest", + "lineno": 78, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadPushEventLinkedTest", + "name": "PadPushEventLinkedTest", + "lineno": 159, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadPushProbeLinkTest", + "name": "PadPushProbeLinkTest", + "lineno": 264, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadTest", + "name": "PadTest", + "lineno": 313, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadPipelineTest", + "name": "PadPipelineTest", + "lineno": 331, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadProbePipeTest", + "name": "PadProbePipeTest", + "lineno": 351, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadRefCountTest", + "name": "PadRefCountTest", + "lineno": 487, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_pad.PadBlockTest", + "name": "PadBlockTest", + "lineno": 525, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_pbutils": [ + { + "id": "testsuite.old.test_pbutils.Descriptions", + "name": "Descriptions", + "lineno": 23, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_registry": [ + { + "id": "testsuite.old.test_registry.RegistryTest", + "name": "RegistryTest", + "lineno": 27, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "testsuite.old.test_registry.RegistryFeatureTest", + "name": "RegistryFeatureTest", + "lineno": 46, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_segment": [ + { + "id": "testsuite.old.test_segment.SegmentTest", + "name": "SegmentTest", + "lineno": 23, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_struct": [ + { + "id": "testsuite.old.test_struct.StructureTest", + "name": "StructureTest", + "lineno": 26, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_taglist": [ + { + "id": "testsuite.old.test_taglist.TestTagList", + "name": "TestTagList", + "lineno": 24, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_typefind": [ + { + "id": "testsuite.old.test_typefind.TypeFindTest", + "name": "TypeFindTest", + "lineno": 26, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.old.test_xml": [ + { + "id": "testsuite.old.test_xml.PadTest", + "name": "PadTest", + "lineno": 25, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "testsuite.python.identity": [ + { + "id": "testsuite.python.identity.Identity", + "name": "Identity", + "lineno": 25, + "bases": [ + "GstBase.BaseTransform" + ], + "scope": null + } + ] + }, + "module_graph": { + "examples.dynamic_src": { + "path": "C:\\repos\\v3\\gst-python\\examples\\dynamic_src.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.helloworld": { + "path": "C:\\repos\\v3\\gst-python\\examples\\helloworld.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.record_sound": { + "path": "C:\\repos\\v3\\gst-python\\examples\\record_sound.py", + "parent": "examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.plugins.python.audioplot": { + "path": "C:\\repos\\v3\\gst-python\\examples\\plugins\\python\\audioplot.py", + "parent": "examples.plugins.python", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.plugins.python.exampleTransform": { + "path": "C:\\repos\\v3\\gst-python\\examples\\plugins\\python\\exampleTransform.py", + "parent": "examples.plugins.python", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.plugins.python.identity": { + "path": "C:\\repos\\v3\\gst-python\\examples\\plugins\\python\\identity.py", + "parent": "examples.plugins.python", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.plugins.python.mixer": { + "path": "C:\\repos\\v3\\gst-python\\examples\\plugins\\python\\mixer.py", + "parent": "examples.plugins.python", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.plugins.python.py_audiotestsrc": { + "path": "C:\\repos\\v3\\gst-python\\examples\\plugins\\python\\py_audiotestsrc.py", + "parent": "examples.plugins.python", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.plugins.python.sinkelement": { + "path": "C:\\repos\\v3\\gst-python\\examples\\plugins\\python\\sinkelement.py", + "parent": "examples.plugins.python", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "gi.overrides.Gst": { + "path": "C:\\repos\\v3\\gst-python\\gi\\overrides\\Gst.py", + "parent": "gi.overrides", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "gi.overrides.GstPbutils": { + "path": "C:\\repos\\v3\\gst-python\\gi\\overrides\\GstPbutils.py", + "parent": "gi.overrides", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.audio-controller": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\audio-controller.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.audioconcat": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\audioconcat.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.bps": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\bps.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.buffer-draw": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\buffer-draw.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.cp": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\cp.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.cutter": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\cutter.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.debugslider": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\debugslider.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.decodebin": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\decodebin.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.f2f": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\f2f.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.filesrc": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\filesrc.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.fvumeter": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\fvumeter.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.gstfile": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\gstfile.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.helloworld": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\helloworld.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.maemogst": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\maemogst.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.mixer": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\mixer.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.option-parser": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\option-parser.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.play": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\play.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.pyidentity": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\pyidentity.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.remuxer": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\remuxer.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.segments": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\segments.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.sinkelement-registry": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\sinkelement-registry.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.sinkelement": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\sinkelement.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.switch": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\switch.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.synchronizer": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\synchronizer.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.tagsetter": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\tagsetter.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.video-controller": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\video-controller.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "old_examples.vumeter": { + "path": "C:\\repos\\v3\\gst-python\\old_examples\\vumeter.py", + "parent": "old_examples", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.common": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\common.py", + "parent": "testsuite", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.overrides_hack": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\overrides_hack.py", + "parent": "testsuite", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.runtests": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\runtests.py", + "parent": "testsuite", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.test_gst": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\test_gst.py", + "parent": "testsuite", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.test_plugin": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\test_plugin.py", + "parent": "testsuite", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.test_types": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\test_types.py", + "parent": "testsuite", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_adapter": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_adapter.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_audio": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_audio.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_bin": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_bin.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_buffer": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_buffer.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_bus": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_bus.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_caps": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_caps.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_element": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_element.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_event": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_event.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_ghostpad": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_ghostpad.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_interface": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_interface.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_iterator": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_iterator.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_libtag": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_libtag.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_message": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_message.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_pad": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_pad.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_pbutils": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_pbutils.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_pipeline": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_pipeline.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_registry": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_registry.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_segment": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_segment.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_struct": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_struct.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_taglist": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_taglist.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_typefind": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_typefind.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.old.test_xml": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\old\\test_xml.py", + "parent": "testsuite.old", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "testsuite.python.identity": { + "path": "C:\\repos\\v3\\gst-python\\testsuite\\python\\identity.py", + "parent": "testsuite.python", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + } + }, + "import_graph": { + "examples.dynamic_src": [ + { + "from_module": "examples.dynamic_src", + "imports": "gi", + "type": "import", + "lineno": 11 + }, + { + "from_module": "examples.dynamic_src", + "imports": "gi.repository.GLib", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GLib", + "lineno": 15 + }, + { + "from_module": "examples.dynamic_src", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 15 + }, + { + "from_module": "examples.dynamic_src", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 15 + } + ], + "examples.helloworld": [ + { + "from_module": "examples.helloworld", + "imports": "gi", + "type": "import", + "lineno": 5 + }, + { + "from_module": "examples.helloworld", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 7 + }, + { + "from_module": "examples.helloworld", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 7 + } + ], + "examples.record_sound": [ + { + "from_module": "examples.record_sound", + "imports": "gi", + "type": "import", + "lineno": 7 + }, + { + "from_module": "examples.record_sound", + "imports": "gi.repository.GLib", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GLib", + "lineno": 13 + }, + { + "from_module": "examples.record_sound", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 13 + }, + { + "from_module": "examples.record_sound", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 13 + }, + { + "from_module": "examples.record_sound", + "imports": "gi.repository.GstPbutils", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstPbutils", + "lineno": 13 + } + ], + "examples.plugins.python.audioplot": [ + { + "from_module": "examples.plugins.python.audioplot", + "imports": "gi", + "type": "import", + "lineno": 12 + }, + { + "from_module": "examples.plugins.python.audioplot", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 19 + }, + { + "from_module": "examples.plugins.python.audioplot", + "imports": "gi.repository.GLib", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GLib", + "lineno": 19 + }, + { + "from_module": "examples.plugins.python.audioplot", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 19 + }, + { + "from_module": "examples.plugins.python.audioplot", + "imports": "gi.repository.GstBase", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstBase", + "lineno": 19 + }, + { + "from_module": "examples.plugins.python.audioplot", + "imports": "gi.repository.GstAudio", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstAudio", + "lineno": 19 + }, + { + "from_module": "examples.plugins.python.audioplot", + "imports": "gi.repository.GstVideo", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstVideo", + "lineno": 19 + } + ], + "examples.plugins.python.exampleTransform": [ + { + "from_module": "examples.plugins.python.exampleTransform", + "imports": "gi", + "type": "import", + "lineno": 9 + }, + { + "from_module": "examples.plugins.python.exampleTransform", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 14 + }, + { + "from_module": "examples.plugins.python.exampleTransform", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 14 + }, + { + "from_module": "examples.plugins.python.exampleTransform", + "imports": "gi.repository.GstBase", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstBase", + "lineno": 14 + }, + { + "from_module": "examples.plugins.python.exampleTransform", + "imports": "gi.repository.GstVideo", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstVideo", + "lineno": 14 + } + ], + "examples.plugins.python.identity": [ + { + "from_module": "examples.plugins.python.identity", + "imports": "gi", + "type": "import", + "lineno": 15 + }, + { + "from_module": "examples.plugins.python.identity", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 18 + }, + { + "from_module": "examples.plugins.python.identity", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 18 + }, + { + "from_module": "examples.plugins.python.identity", + "imports": "gi.repository.GstBase", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstBase", + "lineno": 18 + } + ], + "examples.plugins.python.mixer": [ + { + "from_module": "examples.plugins.python.mixer", + "imports": "gi", + "type": "import", + "lineno": 15 + }, + { + "from_module": "examples.plugins.python.mixer", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 21 + }, + { + "from_module": "examples.plugins.python.mixer", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 21 + }, + { + "from_module": "examples.plugins.python.mixer", + "imports": "gi.repository.GstBase", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstBase", + "lineno": 21 + } + ], + "examples.plugins.python.py_audiotestsrc": [ + { + "from_module": "examples.plugins.python.py_audiotestsrc", + "imports": "gi", + "type": "import", + "lineno": 11 + }, + { + "from_module": "examples.plugins.python.py_audiotestsrc", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 17 + }, + { + "from_module": "examples.plugins.python.py_audiotestsrc", + "imports": "gi.repository.GLib", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GLib", + "lineno": 17 + }, + { + "from_module": "examples.plugins.python.py_audiotestsrc", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 17 + }, + { + "from_module": "examples.plugins.python.py_audiotestsrc", + "imports": "gi.repository.GstBase", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstBase", + "lineno": 17 + }, + { + "from_module": "examples.plugins.python.py_audiotestsrc", + "imports": "gi.repository.GstAudio", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstAudio", + "lineno": 17 + } + ], + "examples.plugins.python.sinkelement": [ + { + "from_module": "examples.plugins.python.sinkelement", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 19 + }, + { + "from_module": "examples.plugins.python.sinkelement", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 19 + }, + { + "from_module": "examples.plugins.python.sinkelement", + "imports": "gi.repository.GstBase", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstBase", + "lineno": 19 + } + ], + "gi.overrides.Gst": [ + { + "from_module": "gi.overrides.Gst", + "imports": "overrides.override", + "type": "from_import", + "relative_level": 2, + "module_part": "overrides", + "symbol_part": "override", + "lineno": 31 + }, + { + "from_module": "gi.overrides.Gst", + "imports": "module.get_introspection_module", + "type": "from_import", + "relative_level": 2, + "module_part": "module", + "symbol_part": "get_introspection_module", + "lineno": 32 + }, + { + "from_module": "gi.overrides.Gst", + "imports": "gi.repository.GLib", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GLib", + "lineno": 34 + }, + { + "from_module": "gi.overrides.Gst", + "imports": "gi.overrides._gi_gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.overrides", + "symbol_part": "_gi_gst", + "lineno": 676 + } + ], + "gi.overrides.GstPbutils": [ + { + "from_module": "gi.overrides.GstPbutils", + "imports": "overrides.override", + "type": "from_import", + "relative_level": 2, + "module_part": "overrides", + "symbol_part": "override", + "lineno": 27 + }, + { + "from_module": "gi.overrides.GstPbutils", + "imports": "module.get_introspection_module", + "type": "from_import", + "relative_level": 2, + "module_part": "module", + "symbol_part": "get_introspection_module", + "lineno": 28 + }, + { + "from_module": "gi.overrides.GstPbutils", + "imports": "gi", + "type": "import", + "lineno": 30 + }, + { + "from_module": "gi.overrides.GstPbutils", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 33 + } + ], + "old_examples.audio-controller": [], + "old_examples.debugslider": [], + "old_examples.helloworld": [], + "old_examples.maemogst": [], + "old_examples.pyidentity": [], + "old_examples.sinkelement": [], + "old_examples.tagsetter": [], + "old_examples.video-controller": [], + "testsuite.common": [ + { + "from_module": "testsuite.common", + "imports": "gi.overrides", + "type": "import", + "lineno": 33 + }, + { + "from_module": "testsuite.common", + "imports": "gi", + "type": "import", + "lineno": 35 + }, + { + "from_module": "testsuite.common", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 37 + } + ], + "testsuite.overrides_hack": [ + { + "from_module": "testsuite.overrides_hack", + "imports": "gi.overrides", + "type": "import", + "lineno": 31 + } + ], + "testsuite.runtests": [], + "testsuite.test_gst": [ + { + "from_module": "testsuite.test_gst", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 25 + } + ], + "testsuite.test_plugin": [ + { + "from_module": "testsuite.test_plugin", + "imports": "gi", + "type": "import", + "lineno": 26 + }, + { + "from_module": "testsuite.test_plugin", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 28 + } + ], + "testsuite.test_types": [ + { + "from_module": "testsuite.test_types", + "imports": "gi", + "type": "import", + "lineno": 27 + }, + { + "from_module": "testsuite.test_types", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 29 + } + ], + "testsuite": [], + "testsuite.old.test_adapter": [], + "testsuite.old.test_audio": [], + "testsuite.old.test_bin": [], + "testsuite.old.test_bus": [], + "testsuite.old.test_caps": [], + "testsuite.old.test_element": [], + "testsuite.old.test_event": [], + "testsuite.old.test_ghostpad": [], + "testsuite.old.test_iterator": [], + "testsuite.old.test_libtag": [], + "testsuite.old.test_message": [], + "testsuite.old.test_pad": [], + "testsuite.old.test_pbutils": [], + "testsuite.old.test_registry": [], + "testsuite.old.test_segment": [], + "testsuite.old.test_struct": [], + "testsuite.old.test_taglist": [], + "testsuite.old.test_typefind": [], + "testsuite.old.test_xml": [], + "testsuite.python.identity": [ + { + "from_module": "testsuite.python.identity", + "imports": "gi", + "type": "import", + "lineno": 15 + }, + { + "from_module": "testsuite.python.identity", + "imports": "gi.repository.Gst", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "Gst", + "lineno": 19 + }, + { + "from_module": "testsuite.python.identity", + "imports": "gi.repository.GObject", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GObject", + "lineno": 19 + }, + { + "from_module": "testsuite.python.identity", + "imports": "gi.repository.GstBase", + "type": "from_import", + "relative_level": 0, + "module_part": "gi.repository", + "symbol_part": "GstBase", + "lineno": 19 + } + ] + }, + "dependency_graph": { + "sys": { + "used_by": [ + "examples.dynamic_src", + "examples.helloworld", + "examples.record_sound", + "gi.overrides.Gst", + "old_examples.helloworld", + "old_examples.maemogst", + "old_examples.tagsetter", + "testsuite.overrides_hack", + "testsuite.runtests", + "testsuite.test_gst", + "testsuite.test_types", + "testsuite.old.test_bin", + "testsuite.old.test_bus", + "testsuite.old.test_caps", + "testsuite.old.test_element", + "testsuite.old.test_event", + "testsuite.old.test_ghostpad", + "testsuite.old.test_message", + "testsuite.old.test_pad", + "testsuite.old.test_registry", + "testsuite.old.test_struct", + "testsuite.old.test_typefind" + ], + "import_count": 22 + }, + "random": { + "used_by": [ + "examples.dynamic_src" + ], + "import_count": 1 + }, + "numpy": { + "used_by": [ + "examples.plugins.python.audioplot", + "examples.plugins.python.exampleTransform", + "examples.plugins.python.py_audiotestsrc" + ], + "import_count": 3 + }, + "matplotlib": { + "used_by": [ + "examples.plugins.python.audioplot" + ], + "import_count": 3 + }, + "numpy_ringbuffer": { + "used_by": [ + "examples.plugins.python.audioplot" + ], + "import_count": 1 + }, + "PIL": { + "used_by": [ + "examples.plugins.python.mixer" + ], + "import_count": 1 + }, + "inspect": { + "used_by": [ + "gi.overrides.Gst" + ], + "import_count": 1 + }, + "itertools": { + "used_by": [ + "gi.overrides.Gst" + ], + "import_count": 1 + }, + "weakref": { + "used_by": [ + "gi.overrides.Gst" + ], + "import_count": 1 + }, + "warnings": { + "used_by": [ + "gi.overrides.Gst" + ], + "import_count": 1 + }, + "pygst": { + "used_by": [ + "old_examples.audio-controller", + "old_examples.debugslider", + "old_examples.helloworld", + "old_examples.pyidentity", + "old_examples.sinkelement", + "old_examples.tagsetter", + "old_examples.video-controller" + ], + "import_count": 7 + }, + "gst": { + "used_by": [ + "old_examples.audio-controller", + "old_examples.debugslider", + "old_examples.helloworld", + "old_examples.maemogst", + "old_examples.pyidentity", + "old_examples.sinkelement", + "old_examples.tagsetter", + "old_examples.video-controller", + "testsuite.old.test_libtag" + ], + "import_count": 9 + }, + "time": { + "used_by": [ + "old_examples.audio-controller", + "old_examples.video-controller", + "testsuite.old.test_bin", + "testsuite.old.test_bus", + "testsuite.old.test_event", + "testsuite.old.test_pad", + "testsuite.old.test_typefind" + ], + "import_count": 8 + }, + "gtk": { + "used_by": [ + "old_examples.debugslider", + "old_examples.maemogst" + ], + "import_count": 3 + }, + "gobject": { + "used_by": [ + "old_examples.debugslider", + "old_examples.helloworld", + "old_examples.maemogst", + "old_examples.pyidentity", + "old_examples.sinkelement", + "old_examples.tagsetter", + "testsuite.old.test_bus", + "testsuite.old.test_ghostpad" + ], + "import_count": 8 + }, + "hildon": { + "used_by": [ + "old_examples.maemogst" + ], + "import_count": 1 + }, + "pygtk": { + "used_by": [ + "old_examples.pyidentity" + ], + "import_count": 1 + }, + "os": { + "used_by": [ + "testsuite.common", + "testsuite.overrides_hack", + "testsuite.runtests", + "testsuite.old.test_event" + ], + "import_count": 4 + }, + "gc": { + "used_by": [ + "testsuite.common", + "testsuite.old.test_ghostpad", + "testsuite.old.test_message", + "testsuite.old.test_registry" + ], + "import_count": 4 + }, + "unittest": { + "used_by": [ + "testsuite.common", + "testsuite.runtests", + "testsuite.test_types", + "testsuite.old.test_iterator" + ], + "import_count": 4 + }, + "imp": { + "used_by": [ + "testsuite.overrides_hack" + ], + "import_count": 1 + }, + "overrides_hack": { + "used_by": [ + "testsuite.test_gst", + "testsuite.test_plugin", + "testsuite.test_types" + ], + "import_count": 3 + }, + "common": { + "used_by": [ + "testsuite.test_gst", + "testsuite.test_plugin", + "testsuite.test_types", + "testsuite.old.test_adapter", + "testsuite.old.test_audio", + "testsuite.old.test_bin", + "testsuite.old.test_bus", + "testsuite.old.test_caps", + "testsuite.old.test_element", + "testsuite.old.test_event", + "testsuite.old.test_ghostpad", + "testsuite.old.test_iterator", + "testsuite.old.test_libtag", + "testsuite.old.test_message", + "testsuite.old.test_pad", + "testsuite.old.test_pbutils", + "testsuite.old.test_registry", + "testsuite.old.test_segment", + "testsuite.old.test_struct", + "testsuite.old.test_taglist", + "testsuite.old.test_typefind", + "testsuite.old.test_xml" + ], + "import_count": 70 + }, + "tempfile": { + "used_by": [ + "testsuite.old.test_event" + ], + "import_count": 1 + }, + "libxml2": { + "used_by": [ + "testsuite.old.test_xml" + ], + "import_count": 1 + } + }, + "declared_dependencies": {}, + "call_graph": { + "examples.dynamic_src": [ + { + "caller": "examples.dynamic_src.main", + "callee": "examples.dynamic_src.ProbeData.__init__", + "lineno": 69, + "resolution": "same_module_class_call" + }, + { + "caller": "examples.dynamic_src.", + "callee": "examples.dynamic_src.main", + "lineno": 90, + "resolution": "direct_name_call" + } + ], + "examples.helloworld": [ + { + "caller": "examples.helloworld.", + "callee": "examples.helloworld.main", + "lineno": 58, + "resolution": "direct_name_call" + } + ], + "examples.record_sound": [], + "examples.plugins.python.audioplot": [ + { + "caller": "examples.plugins.python.audioplot.AudioPlotFilter.do_generate_output", + "callee": "examples.plugins.python.audioplot.AudioPlotFilter.__append", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "examples.plugins.python.audioplot.AudioPlotFilter.do_generate_output", + "callee": "examples.plugins.python.audioplot.AudioPlotFilter.__append", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "examples.plugins.python.audioplot.AudioPlotFilter.do_generate_output", + "callee": "examples.plugins.python.audioplot.AudioPlotFilter.do_transform", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "examples.plugins.python.audioplot.AudioPlotFilter.do_set_caps", + "callee": ".numpy_ringbuffer.RingBuffer", + "lineno": 222, + "resolution": "external_constructor_call" + } + ], + "examples.plugins.python.exampleTransform": [], + "examples.plugins.python.identity": [], + "examples.plugins.python.mixer": [ + { + "caller": "examples.plugins.python.mixer.Videomixer.do_aggregate", + "callee": "examples.plugins.python.mixer.BlendData.__init__", + "lineno": 85, + "resolution": "same_module_class_call" + } + ], + "examples.plugins.python.py_audiotestsrc": [], + "examples.plugins.python.sinkelement": [], + "gi.overrides.Gst": [ + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.module.get_introspection_module", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.Element.link_many", + "callee": "gi.overrides.Gst.pairwise", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 65, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.Bin.make_and_add", + "callee": "gi.overrides.Gst.Bin.add", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 90, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 133, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.Pad.set_chain_function", + "callee": "gi.overrides.Gst.PadFunc.__init__", + "lineno": 161, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.Pad.set_event_function", + "callee": "gi.overrides.Gst.PadFunc.__init__", + "lineno": 164, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.Pad.set_query_function", + "callee": "gi.overrides.Gst.PadFunc.__init__", + "lineno": 167, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 194, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 195, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 213, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 214, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 218, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 222, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 226, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 230, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 246, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 270, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.Structure.keys", + "callee": "gi.overrides.Gst.Structure.keys.foreach", + "lineno": 306, + "resolution": "self_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 315, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 316, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 318, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 319, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.Fraction.__init__.__simplify", + "callee": "gi.overrides.Gst.Fraction.__init__.__gcd", + "lineno": 339, + "resolution": "same_class_name_call" + }, + { + "caller": "gi.overrides.Gst.Fraction.__init__", + "callee": "gi.overrides.Gst.Fraction.__init__.__simplify", + "lineno": 350, + "resolution": "same_class_name_call" + }, + { + "caller": "gi.overrides.Gst.Fraction.__ne__", + "callee": "gi.overrides.Gst.Fraction.__eq__", + "lineno": 365, + "resolution": "self_method_call" + }, + { + "caller": "gi.overrides.Gst.Fraction.__mul__", + "callee": "gi.overrides.Gst.Fraction.__init__", + "lineno": 369, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.Fraction.__mul__", + "callee": "gi.overrides.Gst.Fraction.__init__", + "lineno": 372, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.Fraction.__truediv__", + "callee": "gi.overrides.Gst.Fraction.__init__", + "lineno": 380, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.Fraction.__truediv__", + "callee": "gi.overrides.Gst.Fraction.__init__", + "lineno": 383, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.Fraction.__rtruediv__", + "callee": "gi.overrides.Gst.Fraction.__init__", + "lineno": 391, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 403, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 441, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 442, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 493, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 494, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 498, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 499, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 517, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 518, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 542, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 543, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 565, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 566, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 588, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 589, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 625, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.Buffer.map_range", + "callee": "gi.overrides.Gst.MapInfo.__init__", + "lineno": 630, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.Buffer.map", + "callee": "gi.overrides.Gst.MapInfo.__init__", + "lineno": 637, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 647, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 648, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.Memory.map", + "callee": "gi.overrides.Gst.MapInfo.__init__", + "lineno": 653, + "resolution": "same_module_class_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".gi.overrides.override", + "lineno": 663, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 664, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 674, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 693, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": ".list.append", + "lineno": 703, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.Gst.init", + "callee": "gi.overrides.Gst.init_pygst", + "lineno": 728, + "resolution": "direct_name_call" + }, + { + "caller": "gi.overrides.Gst.init_check", + "callee": "gi.overrides.Gst.init_pygst", + "lineno": 734, + "resolution": "direct_name_call" + }, + { + "caller": "gi.overrides.Gst.deinit", + "callee": "gi.overrides.Gst.deinit_pygst", + "lineno": 740, + "resolution": "direct_name_call" + }, + { + "caller": "gi.overrides.Gst.", + "callee": "gi.overrides.Gst.deinit_pygst", + "lineno": 746, + "resolution": "direct_name_call" + } + ], + "gi.overrides.GstPbutils": [ + { + "caller": "gi.overrides.GstPbutils.", + "callee": ".gi.module.get_introspection_module", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "gi.overrides.GstPbutils.override", + "callee": ".list.append", + "lineno": 42, + "resolution": "local_builtin_method_call" + }, + { + "caller": "gi.overrides.GstPbutils.", + "callee": "gi.overrides.GstPbutils.init", + "lineno": 92, + "resolution": "direct_name_call" + } + ], + "old_examples.audio-controller": [ + { + "caller": "old_examples.audio-controller.", + "callee": "old_examples.audio-controller.main", + "lineno": 40, + "resolution": "direct_name_call" + } + ], + "old_examples.debugslider": [ + { + "caller": "old_examples.debugslider.", + "callee": "old_examples.debugslider.DebugSlider.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + } + ], + "old_examples.helloworld": [ + { + "caller": "old_examples.helloworld.", + "callee": "old_examples.helloworld.main", + "lineno": 54, + "resolution": "direct_name_call" + } + ], + "old_examples.maemogst": [ + { + "caller": "old_examples.maemogst.MaemoGstView.__init__", + "callee": "old_examples.maemogst.VideoWidget.__init__", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "old_examples.maemogst.MaemoGstView.__init__", + "callee": "old_examples.maemogst.MaemoGstView.start_streaming", + "lineno": 51, + "resolution": "self_method_call" + }, + { + "caller": "old_examples.maemogst.main", + "callee": "old_examples.maemogst.MaemoGstView.__init__", + "lineno": 97, + "resolution": "same_module_class_call" + }, + { + "caller": "old_examples.maemogst.", + "callee": "old_examples.maemogst.main", + "lineno": 101, + "resolution": "direct_name_call" + } + ], + "old_examples.pyidentity": [ + { + "caller": "old_examples.pyidentity.", + "callee": "old_examples.pyidentity.PyIdentity.__init__", + "lineno": 56, + "resolution": "same_module_class_call" + }, + { + "caller": "old_examples.pyidentity.", + "callee": "old_examples.pyidentity.PyIdentity.__init__", + "lineno": 60, + "resolution": "same_module_class_call" + } + ], + "old_examples.sinkelement": [ + { + "caller": "old_examples.sinkelement.", + "callee": "old_examples.sinkelement.MySink.__init__", + "lineno": 59, + "resolution": "same_module_class_call" + } + ], + "old_examples.tagsetter": [ + { + "caller": "old_examples.tagsetter.", + "callee": "old_examples.tagsetter.main", + "lineno": 76, + "resolution": "direct_name_call" + } + ], + "old_examples.video-controller": [ + { + "caller": "old_examples.video-controller.", + "callee": "old_examples.video-controller.main", + "lineno": 44, + "resolution": "direct_name_call" + } + ], + "testsuite.common": [ + { + "caller": "testsuite.common.TestCase.gctrack", + "callee": "testsuite.common.TestCase.gccollect", + "lineno": 47, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.TestCase.gcverify", + "callee": ".list.append", + "lineno": 71, + "resolution": "local_builtin_method_call" + }, + { + "caller": "testsuite.common.TestCase.gcverify", + "callee": "testsuite.common.TestCase.gccollect", + "lineno": 75, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.TestCase.gcverify", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.common.TestCase.setUp", + "callee": "testsuite.common.TestCase.gctrack", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.TestCase.tearDown", + "callee": "testsuite.common.TestCase.gccollect", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.TestCase.tearDown", + "callee": "testsuite.common.TestCase.gcverify", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.SignalMonitor.__init__", + "callee": "testsuite.common.SignalMonitor.connectToObj", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.SignalMonitor.connectToObj", + "callee": "testsuite.common.SignalMonitor._getSignalCounterName", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.SignalMonitor.connectToObj", + "callee": "testsuite.common.SignalMonitor._getSignalCollectName", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.SignalMonitor._signalCb", + "callee": "testsuite.common.SignalMonitor._getSignalCounterName", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.common.SignalMonitor._signalCb", + "callee": "testsuite.common.SignalMonitor._getSignalCollectName", + "lineno": 138, + "resolution": "self_method_call" + } + ], + "testsuite.overrides_hack": [ + { + "caller": "testsuite.overrides_hack.", + "callee": "testsuite.overrides_hack.GstOverrideImport.", + "lineno": 29, + "resolution": "same_module_class_call" + } + ], + "testsuite.runtests": [ + { + "caller": "testsuite.runtests._tests_suite", + "callee": "testsuite.runtests._testcases", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "testsuite.runtests.", + "callee": "testsuite.runtests.setup", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "testsuite.runtests.", + "callee": "testsuite.runtests._tests_suite", + "lineno": 61, + "resolution": "direct_name_call" + } + ], + "testsuite.test_gst": [ + { + "caller": "testsuite.test_gst.TimeArgsTest.testNoneTime", + "callee": ".TestCase.assertRaises", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TimeArgsTest.testStringTime", + "callee": ".TestCase.assertRaises", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestNotInitialized.testNotInitialized", + "callee": ".TestCase.assertRaises", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestNotInitialized.testNotInitialized", + "callee": ".TestCase.assertRaises", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestNotInitialized.testNotInitialized", + "callee": ".TestCase.assertRaises", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestNotInitialized.testNotDeinitialized", + "callee": ".TestCase.assertRaises", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestNotInitialized.testNotDeinitialized", + "callee": ".TestCase.assertRaises", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestNotInitialized.testNotDeinitialized", + "callee": ".TestCase.assertRaises", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestStructure.test_new", + "callee": ".TestCase.assertEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestStructure.test_new", + "callee": ".TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestBin.test_add_pad", + "callee": ".TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestBufferMap.test_map_unmap_manual", + "callee": ".TestCase.assertEqual", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestBufferMap.test_map_unmap_manual", + "callee": ".TestCase.assertRaises", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestBufferMap.test_map_unmap_context", + "callee": ".TestCase.assertEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_gst.TestBufferMap.test_map_unmap_context", + "callee": ".TestCase.assertRaises", + "lineno": 112, + "resolution": "external_inherited_call" + } + ], + "testsuite.test_plugin": [], + "testsuite.test_types": [ + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testRepr", + "callee": ".TestCase.assertEqual", + "lineno": 49, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 72, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testRepr", + "callee": ".TestCase.assertEqual", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testEqNe", + "callee": ".TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testEqNe", + "callee": ".TestCase.assertEqual", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testEqNe", + "callee": ".TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testEqNe", + "callee": ".TestCase.assertNotEqual", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testEqNe", + "callee": ".TestCase.assertNotEqual", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testMul", + "callee": ".TestCase.assertEqual", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testMul", + "callee": ".TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testMul", + "callee": ".TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testMul", + "callee": ".TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testRMul", + "callee": ".TestCase.assertEqual", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testRMul", + "callee": ".TestCase.assertEqual", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testRMul", + "callee": ".TestCase.assertEqual", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testDiv", + "callee": ".TestCase.assertEqual", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testDiv", + "callee": ".TestCase.assertEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testDiv", + "callee": ".TestCase.assertEqual", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testDiv", + "callee": ".TestCase.assertEqual", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testDiv", + "callee": ".TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testDiv", + "callee": ".TestCase.assertEqual", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testRDiv", + "callee": ".TestCase.assertEqual", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testRDiv", + "callee": ".TestCase.assertEqual", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testFloat", + "callee": ".TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 147, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testPropertyMarshalling", + "callee": ".TestCase.assertRaises", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 155, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testGetFractionValue", + "callee": ".TestCase.assertEqual", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFraction.testGetFractionValue", + "callee": ".TestCase.assertEqual", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 175, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 176, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 177, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testRepr", + "callee": ".TestCase.assertEqual", + "lineno": 183, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 193, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestFractionRange.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 194, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 201, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 203, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 204, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 205, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testRepr", + "callee": ".TestCase.assertEqual", + "lineno": 211, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestDoubleRange.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestInt64Range.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 230, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestInt64Range.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 231, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestInt64Range.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 232, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestInt64Range.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 233, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestInt64Range.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestInt64Range.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 235, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestInt64Range.testRepr", + "callee": ".TestCase.assertEqual", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestInt64Range.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 251, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 259, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 261, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 262, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testRepr", + "callee": ".TestCase.assertEqual", + "lineno": 267, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 280, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 281, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 282, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertRaises", + "lineno": 293, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 296, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 297, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testPropertyMarshalling", + "callee": ".TestCase.assertEqual", + "lineno": 298, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 308, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 309, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 314, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 315, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 316, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueArray.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 317, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 325, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 327, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 328, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testRepr", + "callee": ".TestCase.assertEqual", + "lineno": 333, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 342, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 343, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 348, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 349, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 350, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestValueList.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 351, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestIntRange.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 359, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestIntRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 360, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestIntRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestIntRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 362, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestIntRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 363, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestIntRange.testConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 364, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestIntRange.testRepr", + "callee": ".TestCase.assertEqual", + "lineno": 370, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestIntRange.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 380, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestBitmask.testConstructor", + "callee": ".TestCase.assertEqual", + "lineno": 388, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestBitmask.testGetValue", + "callee": ".TestCase.assertEqual", + "lineno": 393, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestBitmask.testStr", + "callee": ".TestCase.assertEqual", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.test_types.TestBitmask.testStr", + "callee": ".TestCase.assertEqual", + "lineno": 402, + "resolution": "external_inherited_call" + } + ], + "testsuite": [], + "testsuite.old.test_adapter": [], + "testsuite.old.test_audio": [], + "testsuite.old.test_bin": [ + { + "caller": "testsuite.old.test_bin.BinSubclassTest.testStateChange", + "callee": "testsuite.old.test_bin.MyBin.__init__", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "testsuite.old.test_bin.BinAddRemove.testError", + "callee": ".TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_bin.BinAddRemove.testError", + "callee": ".TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_bin.BinAddRemove.testError", + "callee": ".TestCase.assertRaises", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_bin.BinAddRemove.testError", + "callee": ".TestCase.assertRaises", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_bin.BinAddRemove.testError", + "callee": ".TestCase.assertRaises", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_bin.BinAddRemove.testError", + "callee": ".TestCase.assertRaises", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_bin.BinAddRemove.testMany", + "callee": ".TestCase.assertRaises", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_bin.BinAddRemove.testMany", + "callee": ".TestCase.assertRaises", + "lineno": 133, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_bus": [], + "testsuite.old.test_caps": [ + { + "caller": "testsuite.old.test_caps.CapsTest.testCapsBadConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_caps.CapsTest.testCapsBadConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_caps.CapsTest.testCapsBadConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_caps.CapsTest.testCapsBadConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_caps.CapsTest.testCapsBadConstructor", + "callee": ".TestCase.assertRaises", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_caps.CapsTest.testSubtract", + "callee": "testsuite.old.test_caps.CapsTest.doSubtract", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.old.test_caps.CapsTest.testSubtract", + "callee": "testsuite.old.test_caps.CapsTest.doSubtract", + "lineno": 179, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.old.test_caps.CapsTest.testNoneValue", + "callee": ".TestCase.assertRaises", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_caps.CapsTest.testNoneValue", + "callee": ".TestCase.assertRaises", + "lineno": 192, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_element": [ + { + "caller": "testsuite.old.test_element.ElementName.testElementStateGetName", + "callee": ".TestCase.assertRaises", + "lineno": 173, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_element.QueryTest.testQuery", + "callee": ".TestCase.assertRaises", + "lineno": 200, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_element.DebugTest.testElementDebug", + "callee": "testsuite.old.test_element.TestElement.", + "lineno": 221, + "resolution": "same_module_class_call" + }, + { + "caller": "testsuite.old.test_element.DebugTest.testElementDebug", + "callee": "testsuite.old.test_element.TestElement.break_it_down", + "lineno": 223, + "resolution": "local_typed_method_call" + }, + { + "caller": "testsuite.old.test_element.LinkTest.testLinkNoPads", + "callee": ".TestCase.assertRaises", + "lineno": 229, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_event": [ + { + "caller": "testsuite.old.test_event.EventTest.testEventSeek", + "callee": ".TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_event.EventTest.testWrongEvent", + "callee": ".TestCase.assertRaises", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_event.EventTest.testWrongEvent", + "callee": ".TestCase.assertRaises", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_event.EventFileSrcTest.testSimple", + "callee": "testsuite.old.test_event.EventFileSrcTest.playAndIter", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.old.test_event.EventFileSrcTest.testSeekCur", + "callee": "testsuite.old.test_event.EventFileSrcTest.sink_seek", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.old.test_event.EventFileSrcTest.testSeekCur", + "callee": "testsuite.old.test_event.EventFileSrcTest.playAndIter", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "testsuite.old.test_event.TestDelayedEventProbe._event_probe_cb", + "callee": ".TestCase.fail", + "lineno": 207, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_ghostpad": [ + { + "caller": "testsuite.old.test_ghostpad.PipeTest.setUp", + "callee": "testsuite.old.test_ghostpad.SrcBin.", + "lineno": 62, + "resolution": "same_module_class_call" + }, + { + "caller": "testsuite.old.test_ghostpad.PipeTest.setUp", + "callee": "testsuite.old.test_ghostpad.SinkBin.", + "lineno": 64, + "resolution": "same_module_class_call" + }, + { + "caller": "testsuite.old.test_ghostpad.PipeTest.tearDown", + "callee": ".TestCase.assertTrue", + "lineno": 74, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_ghostpad.PipeTest.testBinState", + "callee": ".TestCase.assertTrue", + "lineno": 103, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_iterator": [ + { + "caller": "testsuite.old.test_iterator.IteratorTest.testBinIterateElements", + "callee": ".TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testBinIterateElements", + "callee": ".TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testBinIterateSorted", + "callee": ".TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testBinIterateSorted", + "callee": ".TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testBinIterateRecurse", + "callee": ".TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testBinIterateRecurse", + "callee": ".TestCase.assertEqual", + "lineno": 60, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testBinIterateSinks", + "callee": ".TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSrc", + "callee": ".TestCase.assertEqual", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSrc", + "callee": ".TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSrc", + "callee": ".TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSrc", + "callee": ".TestCase.assertEqual", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSrc", + "callee": ".TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSrc", + "callee": ".TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSrc", + "callee": ".TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSink", + "callee": ".TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSink", + "callee": ".TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSink", + "callee": ".TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSink", + "callee": ".TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSink", + "callee": ".TestCase.assertEqual", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSink", + "callee": ".TestCase.assertEqual", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testIteratePadsFakeSink", + "callee": ".TestCase.assertEqual", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_iterator.IteratorTest.testInvalidIterator", + "callee": ".TestCase.assertRaises", + "lineno": 115, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_libtag": [], + "testsuite.old.test_message": [], + "testsuite.old.test_pad": [ + { + "caller": "testsuite.old.test_pad.PadProbePipeTest.tearDown", + "callee": ".TestCase.assertTrue", + "lineno": 381, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_pbutils": [], + "testsuite.old.test_registry": [ + { + "caller": "testsuite.old.test_registry.RegistryFeatureTest.testFeatureList", + "callee": ".TestCase.assertRaises", + "lineno": 56, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_segment": [], + "testsuite.old.test_struct": [], + "testsuite.old.test_taglist": [ + { + "caller": "testsuite.old.test_taglist.TestTagList.testLength", + "callee": ".TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_taglist.TestTagList.testLength", + "callee": ".TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_taglist.TestTagList.testKeys", + "callee": ".TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "testsuite.old.test_taglist.TestTagList.testKeys", + "callee": ".TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + } + ], + "testsuite.old.test_typefind": [], + "testsuite.old.test_xml": [], + "testsuite.python.identity": [] + }, + "cyclic_clusters": [], + "unresolved": [ + { + "module": "old_examples.audioconcat", + "pattern": "parse_error", + "note": "SyntaxError: invalid decimal literal (audioconcat.py, line 93)" + }, + { + "module": "old_examples.bps", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (bps.py, line 49)" + }, + { + "module": "old_examples.buffer-draw", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (buffer-draw.py, line 75)" + }, + { + "module": "old_examples.cp", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (cp.py, line 77)" + }, + { + "module": "old_examples.cutter", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (cutter.py, line 36)" + }, + { + "module": "old_examples.decodebin", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (decodebin.py, line 78)" + }, + { + "module": "old_examples.f2f", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (f2f.py, line 34)" + }, + { + "module": "old_examples.filesrc", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (filesrc.py, line 65)" + }, + { + "module": "old_examples.fvumeter", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (fvumeter.py, line 118)" + }, + { + "module": "old_examples.gstfile", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (gstfile.py, line 44)" + }, + { + "module": "old_examples.mixer", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (mixer.py, line 13)" + }, + { + "module": "old_examples.option-parser", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (option-parser.py, line 35)" + }, + { + "module": "old_examples.play", + "pattern": "parse_error", + "note": "SyntaxError: invalid decimal literal (play.py, line 87)" + }, + { + "module": "old_examples.remuxer", + "pattern": "parse_error", + "note": "SyntaxError: invalid decimal literal (remuxer.py, line 90)" + }, + { + "module": "old_examples.segments", + "pattern": "parse_error", + "note": "SyntaxError: invalid syntax (segments.py, line 76)" + }, + { + "module": "old_examples.sinkelement-registry", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (sinkelement-registry.py, line 60)" + }, + { + "module": "old_examples.switch", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (switch.py, line 50)" + }, + { + "module": "old_examples.synchronizer", + "pattern": "parse_error", + "note": "SyntaxError: invalid decimal literal (synchronizer.py, line 90)" + }, + { + "module": "old_examples.vumeter", + "pattern": "parse_error", + "note": "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? (vumeter.py, line 82)" + }, + { + "module": "testsuite.old.test_buffer", + "pattern": "parse_error", + "note": "SyntaxError: invalid decimal literal (test_buffer.py, line 88)" + }, + { + "module": "testsuite.old.test_interface", + "pattern": "parse_error", + "note": "SyntaxError: invalid decimal literal (test_interface.py, line 52)" + }, + { + "module": "testsuite.old.test_pipeline", + "pattern": "parse_error", + "note": "TabError: inconsistent use of tabs and spaces in indentation (test_pipeline.py, line 118)" + }, + { + "module": "examples.dynamic_src", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_error(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_peer(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .idle_add(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get_static_pad(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .sync_state_with_parent(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .timeout_add_seconds(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get_static_pad(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .add_probe(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .timeout_add_seconds(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .add_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "examples.dynamic_src", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_error(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .uri_is_valid(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_to_uri(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .add_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "examples.helloworld", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .debug_bin_to_dot_file_with_ts(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_error(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .query_position(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .TIME_ARGS(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .add_filter(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_devices(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get_properties(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get_display_name(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .create_element(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .util_set_object_arg(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .add_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .timeout_add_seconds(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "examples.record_sound", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueList(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .IntRange(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .IntRange(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .IntRange(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .IntRange(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .FractionRange(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .Stroke(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .Normal(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ydata(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .restore_region(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .draw_artist(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .blit(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring_argb(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .mean(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .cast(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .unmap(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .unmap(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .unmap(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .do_prepare_output_buffer(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .intersect(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .fixate(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .get_structure(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .fixate_field_nearest_fraction(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .fixate_field_nearest_int(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .fixate_field_nearest_int(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .append_structure(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .fixate(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .AudioInfo(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .from_caps(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .VideoInfo(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .from_caps(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .AudioInfo(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .set_format(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dpi(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .set_alpha(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .set_size_inches(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .Axes(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .add_axes(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .set_axis_off(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylim(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .switch_backends(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlim(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .util_uint64_scale_int(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .copy_from_bbox(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .util_uint64_scale_int(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.audioplot", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_structure(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get_int(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_int(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .ndarray(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .invert(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.exampleTransform", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .new_any(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .new_any(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .TIME_ARGS(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.identity", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .new_with_gtype(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .new_with_gtype(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .pop_buffer(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .frombuffer(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .blend(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .unmap(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 87, + "pattern": "self_method_not_found", + "note": "self.foreach_sink_pad(...) not found in class 'Videomixer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .tobytes(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .new_allocate(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 94, + "pattern": "self_method_not_found", + "note": "self.finish_buffer(...) not found in class 'Videomixer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.plugins.python.mixer", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .AudioInfo(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 83, + "pattern": "self_method_not_found", + "note": "self.set_live(...) not found in class 'AudioTestSrc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 84, + "pattern": "self_method_not_found", + "note": "self.set_format(...) not found in class 'AudioTestSrc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .from_caps(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 88, + "pattern": "self_method_not_found", + "note": "self.set_blocksize(...) not found in class 'AudioTestSrc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 111, + "pattern": "self_method_not_found", + "note": "self.set_live(...) not found in class 'AudioTestSrc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .util_uint64_scale_int(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .set_latency(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .do_query(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .util_uint64_scale_int(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .ndarray(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .repeat(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .sin(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.py_audiotestsrc", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.sinkelement", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.sinkelement", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.sinkelement", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .new_any(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.sinkelement", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.sinkelement", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .TIME_ARGS(...) - target object type not statically resolved." + }, + { + "module": "examples.plugins.python.sinkelement", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'AddError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'AddError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 95, + "pattern": "self_method_not_found", + "note": "self.is_empty(...) not found in class 'Caps' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .append_structure(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .append_structure(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 122, + "pattern": "self_method_not_found", + "note": "self.to_string(...) not found in class 'Caps' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 125, + "pattern": "self_method_not_found", + "note": "self.get_size(...) not found in class 'Caps' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 127, + "pattern": "self_method_not_found", + "note": "self.get_structure(...) not found in class 'Caps' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 130, + "pattern": "self_method_not_found", + "note": "self.get_size(...) not found in class 'Caps' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 141, + "pattern": "self_method_not_found", + "note": "self.func(...) not found in class 'PadFunc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 161, + "pattern": "self_method_not_found", + "note": "self.set_chain_function_full(...) not found in class 'Pad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 164, + "pattern": "self_method_not_found", + "note": "self.set_event_function_full(...) not found in class 'Pad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 167, + "pattern": "self_method_not_found", + "note": "self.set_query_function_full(...) not found in class 'Pad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .query_caps(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .is_fixed(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .new_caps(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 182, + "pattern": "self_method_not_found", + "note": "self.push_event(...) not found in class 'Pad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 184, + "pattern": "self_method_not_found", + "note": "self.send_event(...) not found in class 'Pad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 191, + "pattern": "name_call_unresolved", + "note": "Call to 'LinkError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 206, + "pattern": "self_method_not_found", + "note": "self.construct(...) not found in class 'GhostPad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 208, + "pattern": "self_method_not_found", + "note": "self.set_target(...) not found in class 'GhostPad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .query_caps(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 236, + "pattern": "self_method_not_found", + "note": "self.next(...) not found in class 'Iterator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 241, + "pattern": "name_call_unresolved", + "note": "Call to 'IteratorError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 253, + "pattern": "self_method_not_found", + "note": "self.get_metadata(...) not found in class 'ElementFactory' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 256, + "pattern": "self_method_not_found", + "note": "self.get_metadata(...) not found in class 'ElementFactory' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 259, + "pattern": "self_method_not_found", + "note": "self.get_metadata(...) not found in class 'ElementFactory' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 298, + "pattern": "self_method_not_found", + "note": "self.get_value(...) not found in class 'Structure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .quark_to_string(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 310, + "pattern": "self_method_not_found", + "note": "self.set_value(...) not found in class 'Structure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 313, + "pattern": "self_method_not_found", + "note": "self.to_string(...) not found in class 'Structure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.Gst", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .tee(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .MapFlags(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 617, + "pattern": "name_call_unresolved", + "note": "Call to 'MapError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .unmap(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 623, + "pattern": "name_call_unresolved", + "note": "Call to 'MapError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .buffer_override_map_range(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .buffer_override_map(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .buffer_override_unmap(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_override_map(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_override_unmap(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 696, + "pattern": "name_call_unresolved", + "note": "Call to 'NotInitialized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .getmembers(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .getmembers(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.Gst", + "lineno": 729, + "pattern": "name_call_unresolved", + "note": "Call to 'real_init(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 735, + "pattern": "name_call_unresolved", + "note": "Call to 'real_init_check(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 741, + "pattern": "name_call_unresolved", + "note": "Call to 'real_deinit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.Gst", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .is_initialized(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'override_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .is_initialized(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'real_init(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.set_format(...) not found in class 'EncodingVideoProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.set_preset(...) not found in class 'EncodingVideoProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 62, + "pattern": "self_method_not_found", + "note": "self.set_restriction(...) not found in class 'EncodingVideoProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 63, + "pattern": "self_method_not_found", + "note": "self.set_presence(...) not found in class 'EncodingVideoProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 69, + "pattern": "self_method_not_found", + "note": "self.set_format(...) not found in class 'EncodingAudioProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 71, + "pattern": "self_method_not_found", + "note": "self.set_preset(...) not found in class 'EncodingAudioProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 74, + "pattern": "self_method_not_found", + "note": "self.set_restriction(...) not found in class 'EncodingAudioProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 75, + "pattern": "self_method_not_found", + "note": "self.set_presence(...) not found in class 'EncodingAudioProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 81, + "pattern": "self_method_not_found", + "note": "self.set_format(...) not found in class 'EncodingContainerProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 83, + "pattern": "self_method_not_found", + "note": "self.set_name(...) not found in class 'EncodingContainerProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 85, + "pattern": "self_method_not_found", + "note": "self.set_description(...) not found in class 'EncodingContainerProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 87, + "pattern": "self_method_not_found", + "note": "self.set_preset(...) not found in class 'EncodingContainerProfile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "gi.overrides.GstPbutils", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .is_initialized(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .require(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .Pipeline(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .Controller(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .set_interpolation_mode(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_interpolation_mode(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.audio-controller", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .require(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Adjustment(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .debug_get_default_threshold(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 38, + "pattern": "self_method_not_found", + "note": "self.set_digits(...) not found in class 'DebugSlider' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.debugslider", + "lineno": 39, + "pattern": "self_method_not_found", + "note": "self.set_draw_value(...) not found in class 'DebugSlider' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.debugslider", + "lineno": 40, + "pattern": "self_method_not_found", + "note": "self.set_value_pos(...) not found in class 'DebugSlider' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.debugslider", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_value(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 43, + "pattern": "self_method_not_found", + "note": "self.get_adjustment(...) not found in class 'DebugSlider' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.debugslider", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .debug_set_default_threshold(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 46, + "pattern": "self_method_not_found", + "note": "self.connect(...) not found in class 'DebugSlider' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.debugslider", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .Window(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default_size(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .main_quit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.debugslider", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .require(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_error(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .uri_is_valid(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .filename_to_uri(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .add_watch(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.helloworld", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 2, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 14, + "pattern": "self_method_not_found", + "note": "self.unset_flags(...) not found in class 'VideoWidget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.maemogst", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .expose(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xwindow_id(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_instance(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .set_application_name(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .StackableWindow(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .VBox(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_start(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Button(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .connect_after(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_start(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .add_window(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .show_all(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .enable_sync_message_emission(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .add_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_enter(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .sync(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .display_get_default(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .set_sink(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_leave(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_error(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .hildon_banner_show_information(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .set_label(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .set_label(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "old_examples.maemogst", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .require(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .require(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .PadTemplate(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_new_any(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .PadTemplate(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_new_any(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chain_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .set_event_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .set_getcaps_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set_setcaps_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 30, + "pattern": "self_method_not_found", + "note": "self.add_pad(...) not found in class 'PyIdentity' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.pyidentity", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .set_event_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set_query_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .set_getcaps_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .set_setcaps_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 38, + "pattern": "self_method_not_found", + "note": "self.add_pad(...) not found in class 'PyIdentity' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.pyidentity", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .push_event(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .query(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .push_event(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .Pipeline(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .element_link_many(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "old_examples.pyidentity", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .require(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .PadTemplate(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_new_any(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 37, + "pattern": "self_method_not_found", + "note": "self.add_pad(...) not found in class 'MySink' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.sinkelement", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chain_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .set_event_function(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self.info(...) not found in class 'MySink' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.sinkelement", + "lineno": 48, + "pattern": "self_method_not_found", + "note": "self.info(...) not found in class 'MySink' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "old_examples.sinkelement", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Pipeline(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "old_examples.sinkelement", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .require(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .add_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .merge_tags(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.tagsetter", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .require(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .Pipeline(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get_static_pad(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get_request_pad(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .Controller(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .set_interpolation_mode(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .set_interpolation_mode(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "old_examples.video-controller", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_objects(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_objects(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_referrers(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 104, + "pattern": "self_method_not_found", + "note": "self.defaultTestResult(...) not found in class 'TestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.common", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect_by_func(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "testsuite.common", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .find_module(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .load_module(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "testsuite.overrides_hack", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "testsuite.runtests", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "testsuite.runtests", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "testsuite.runtests", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .TestLoader(...) - target object type not statically resolved." + }, + { + "module": "testsuite.runtests", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .loadTestsFromNames(...) - target object type not statically resolved." + }, + { + "module": "testsuite.runtests", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .TextTestRunner(...) - target object type not statically resolved." + }, + { + "module": "testsuite.runtests", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.runtests", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 35, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TimeArgsTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.test_gst", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .TIME_ARGS(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 38, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TimeArgsTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.test_gst", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .TIME_ARGS(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .deinit(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .new_wrapped(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .unmap(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .new_wrapped(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_gst", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_plugin", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .DoubleRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .DoubleRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .DoubleRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .FractionRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .FractionRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .FractionRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .DoubleRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .DoubleRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .DoubleRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .Int64Range(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .Int64Range(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .Int64Range(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueArray(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueArray(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueArray(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueArray(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueArray(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueArray(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueArray(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueArray(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .ValueList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .IntRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .IntRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .new_empty(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .IntRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .Bitmask(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.test_types", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .Bitmask(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .Adapter(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 35, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .available_fast(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 40, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .available_fast(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 45, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 47, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .available_fast(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 55, + "pattern": "self_method_not_found", + "note": "self.assert_(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 56, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 62, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 66, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 69, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 72, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 75, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 79, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .take(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 82, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 83, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'AdapterTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_adapter", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .available(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_audio", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Segment(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_audio", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_audio", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .set_newsegment(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_audio", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_audio", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_audio", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_audio", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .buffer_clip(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_audio", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 39, + "pattern": "self_method_not_found", + "note": "self.set_property(...) not found in class 'MyBin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .do_change_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 65, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 68, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 72, + "pattern": "self_method_not_found", + "note": "self.failIfEqual(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 73, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 77, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 81, + "pattern": "self_method_not_found", + "note": "self.failIfEqual(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 84, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 85, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 89, + "pattern": "self_method_not_found", + "note": "self.failIfEqual(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 92, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 93, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BinSubclassTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 144, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 156, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 157, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 158, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 165, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 166, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 167, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 174, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 175, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 176, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Preroll' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bin", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 37, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .add_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 43, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 71, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 72, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 77, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 86, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 89, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 97, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .set_flushing(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .set_flushing(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 102, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 104, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 107, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 108, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 109, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .Bus(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 123, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .set_sync_handler(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 125, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 128, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .set_sync_handler(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 130, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 135, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .set_sync_handler(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 137, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 138, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .set_sync_handler(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 142, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusSignalTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 169, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 170, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .add_watch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 175, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 176, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 203, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 204, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 205, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 209, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .source_remove(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 212, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 215, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 216, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 223, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .set_flushing(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .set_flushing(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 228, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 230, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 233, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 234, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 235, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'BusAddWatchTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_bus", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 30, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'CapsTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'CapsTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 35, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'CapsTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .structure_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .structure_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .structure_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .structure_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .set_value(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_caps", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 31, + "pattern": "self_method_not_found", + "note": "self.debug(...) not found in class 'TestElement' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 169, + "pattern": "name_call_unresolved", + "note": "Call to 'get_name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "testsuite.old.test_element", + "lineno": 171, + "pattern": "name_call_unresolved", + "note": "Call to 'get_name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "testsuite.old.test_element", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'get_name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "testsuite.old.test_element", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 179, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 182, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 183, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 184, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .query_position(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 194, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 195, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 196, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 197, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 202, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'QueryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 208, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'QueueTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 234, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'LinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 243, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'LinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .link_pads(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink_pads(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 254, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'LinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_element", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get_peer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .get_peer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_element", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 45, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'EventTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_seek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_seek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .send_event(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_seek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .mktemp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get_object(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .emit_event(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .emit(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_eos(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .Pipeline(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 165, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .add_event_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 182, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 183, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 184, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 187, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 188, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 189, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 194, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 210, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TestDelayedEventProbe' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .send_event(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_step(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 234, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestEventCreationParsing' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_step(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_event", + "lineno": 237, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestEventCreationParsing' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 238, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestEventCreationParsing' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 239, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestEventCreationParsing' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 240, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestEventCreationParsing' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 241, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestEventCreationParsing' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_event", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 32, + "pattern": "self_method_not_found", + "note": "self.add(...) not found in class 'SrcBin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .GhostPad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 35, + "pattern": "self_method_not_found", + "note": "self.add_pad(...) not found in class 'SrcBin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 41, + "pattern": "self_method_not_found", + "note": "self.add(...) not found in class 'SinkBin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .GhostPad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self.add_pad(...) not found in class 'SinkBin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .Pipeline(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 60, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .prepare(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .prepare(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 66, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 68, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 69, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 75, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 76, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 77, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 78, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 79, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 82, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 84, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 85, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 86, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 87, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 93, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .connect_handoff(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 112, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .GhostPad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 185, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TargetTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_target(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 188, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TargetTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get_target(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .set_target(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 191, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TargetTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get_target(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_ghostpad", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .elements(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 32, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'IteratorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'IteratorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .elements(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 39, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'IteratorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .sorted(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .recurse(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .sinks(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 69, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'IteratorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 70, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'IteratorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .pads(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .src_pads(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .sink_pads(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .pads(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .src_pads(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .sink_pads(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_iterator", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_libtag", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_libtag", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_list_to_xmp_buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_libtag", + "lineno": 31, + "pattern": "self_method_not_found", + "note": "self.assertNotEquals(...) not found in class 'TesLibTag' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_libtag", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_list_from_xmp_buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_libtag", + "lineno": 34, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TesLibTag' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_libtag", + "lineno": 35, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TesLibTag' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_libtag", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TesLibTag' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_eos(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .quit(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .Pipeline(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .add_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_application(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_signal_watch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 55, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'NewTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 56, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'NewTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .Bin(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .Structure(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_custom(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_custom(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 77, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .to_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .to_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_tag(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_tag(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_tag(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 97, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 98, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 99, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_tag(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 104, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 105, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 106, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_tag_full(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_tag_full(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_tag_full(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 127, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 128, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 129, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 130, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_tag_full(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 135, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 136, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 137, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 138, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_step_start(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 145, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_step_start(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 147, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 148, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 149, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 150, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 151, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 152, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_step_done(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 158, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_step_done(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 161, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 162, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 163, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 164, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 165, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 166, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 167, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_structure_change(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 176, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_structure_change(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 178, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 179, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 180, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_request_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 185, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 186, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_request_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .message_new_buffering(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .set_buffering_stats(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 194, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_buffering_stats(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_message", + "lineno": 196, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 197, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 198, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 199, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestCreateMessages' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_message", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .PadTemplate(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 32, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadTemplateTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadTemplateTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 43, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 46, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 47, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 53, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 54, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 62, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 63, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 70, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 71, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 72, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushUnlinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chain_function(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .set_active(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .set_active(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 93, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 94, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 97, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 98, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 114, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 116, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 120, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 121, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 123, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 128, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 129, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 130, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 132, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 137, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 138, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 141, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 144, + "pattern": "self_method_not_found", + "note": "self.failIf(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 145, + "pattern": "self_method_not_found", + "note": "self.failIf(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 147, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 148, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 151, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 153, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chain_function(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .set_active(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .set_active(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 174, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 175, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 178, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 179, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_eos(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 195, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 197, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .push_event(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 200, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 202, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 205, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .add_event_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_eos(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 212, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 214, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .push_event(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 216, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 217, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 219, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 223, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .add_event_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_eos(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 231, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 233, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .push_event(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 237, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 240, + "pattern": "self_method_not_found", + "note": "self.failIf(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 241, + "pattern": "self_method_not_found", + "note": "self.failIf(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 243, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 244, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 247, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 249, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 252, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 255, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushEventLinkedTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .set_active(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .set_active(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chain_function(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 278, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 279, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 282, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 283, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .set_caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 296, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 298, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 302, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 303, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 305, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadPushProbeLinkTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 318, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 319, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 320, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 323, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 324, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 325, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 326, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .Pipeline(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 355, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 356, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 360, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 361, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 364, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 365, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 366, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 367, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .link(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 371, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 372, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 373, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 374, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 375, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 376, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 383, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 384, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 385, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 388, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 390, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 391, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 392, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 393, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 396, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 399, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 422, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 444, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 445, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 452, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 453, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .set_property(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .get_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .add_buffer_probe(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bus(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .set_state(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 485, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PadProbePipeTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .element_factory_make(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 491, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 492, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 496, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 497, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 498, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .add_pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 502, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 503, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 504, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 505, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 508, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 513, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 513, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 514, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 515, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 522, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 522, + "pattern": "self_method_not_found", + "note": "self.gccollect(...) not found in class 'PadRefCountTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .push_event(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_flush_start(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .set_active(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .set_blocked_async(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 537, + "pattern": "name_call_unresolved", + "note": "Call to 'xrange(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .push_event(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .event_new_flush_stop(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .set_blocked_async(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 551, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadBlockTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .set_active(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .set_blocked_async(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 557, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadBlockTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 565, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'PadBlockTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .getrefcount(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pad", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 27, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Descriptions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source_description(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 32, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Descriptions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sink_description(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 37, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Descriptions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_decoder_description(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 42, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Descriptions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_codec_description(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 47, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Descriptions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get_encoder_description(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .caps_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 52, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'Descriptions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_pbutils", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_element_description(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .registry_get_default(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_plugin_list(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 38, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'RegistryTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_path_list(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .registry_get_default(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_plugin_list(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get_feature_list(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_feature_list(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_feature_list(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'RegistryFeatureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'RegistryFeatureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_registry", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .Segment(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set_seek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 32, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 34, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_seek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 45, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .clip(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 49, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .clip(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 53, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .clip(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 58, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'SegmentTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_segment", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .setUp(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .structure_from_string(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .has_key(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .Fourcc(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .FractionRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .IntRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .DoubleRange(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .Fraction(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 114, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'StructureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 115, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'StructureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 116, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'StructureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 117, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'StructureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 118, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'StructureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 119, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'StructureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 120, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'StructureTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_struct", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 27, + "pattern": "self_method_not_found", + "note": "self.failIf(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 29, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 52, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 53, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 54, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 58, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 60, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 65, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .TagList(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .to_vorbis_comments(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_taglist", + "lineno": 71, + "pattern": "self_method_not_found", + "note": "self.assertEquals(...) not found in class 'TestTagList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 29, + "pattern": "self_method_not_found", + "note": "self.failUnlessEqual(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 30, + "pattern": "self_method_not_found", + "note": "self.failUnlessEqual(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 39, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 42, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .suggest(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .type_find_register(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .Caps(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 50, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .type_find_factory_get_list(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 58, + "pattern": "self_method_not_found", + "note": "self.failUnless(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .Pad(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .Buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .type_find_helper_for_buffer(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self.failUnlessEqual(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_typefind", + "lineno": 65, + "pattern": "self_method_not_found", + "note": "self.failUnlessEqual(...) not found in class 'TypeFindTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "testsuite.old.test_xml", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_xml", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_memory(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_xml", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_topelements(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_xml", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_name(...) - target object type not statically resolved." + }, + { + "module": "testsuite.old.test_xml", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "testsuite.python.identity", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "testsuite.python.identity", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .require_version(...) - target object type not statically resolved." + }, + { + "module": "testsuite.python.identity", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "testsuite.python.identity", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "testsuite.python.identity", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .new_any(...) - target object type not statically resolved." + }, + { + "module": "testsuite.python.identity", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "testsuite.python.identity", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .new_any(...) - target object type not statically resolved." + }, + { + "module": "testsuite.python.identity", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .type_register(...) - target object type not statically resolved." + } + ], + "governance_gate": "APPROVED" +} \ No newline at end of file